• 0
  • 4 RepliesReplies
  • 3715 ReadTimes Read
  • 0 PointsPoints

Topic: Error e social network

no avatar
Usuario: bruce86
Rango: Recién Llegado
Mensajes: 79
Points: 0
Mi web: http://www.passiongames.it/forum/index.php?action=
Perfil: View Profile
Error e social network
July 17, 2011 - 10:31 10:31
I have the following errors:

Code: [Select]
http://www.passiongames.it/forum/index.php?8: Undefined index: idFile: /web/htdocs/www.passiongames.it/home/forum/up-blocks/bk-boards-news.php
Riga: 97

Code: [Select]
77: if ((empty($settings['hide_post_group']) || $memberContext[$news['poster']['id']]['group'] == '') && $memberContext[$news['poster']['id']]['post_group'] != '')
78: echo '
79: '. $memberContext[$news['poster']['id']]['post_group'] .'<br />';
80: echo '
81: '. $memberContext[$news['poster']['id']]['group_stars'] .'<br />';
82:
83: // Is karma display enabled?  Total or +/-?
84: if ($modSettings['karmaMode'] == '1')
85: echo '
86: <br />
87: '. $modSettings['karmaLabel'] .' '. ($memberContext[$news['poster']['id']]['karma']['good'] - $memberContext[$news['poster']['id']]['karma']['bad']) .'<br />';
88: elseif ($modSettings['karmaMode'] == '2')
89: echo '
90: <br />
91: '. $modSettings['karmaLabel'] .' +'. $memberContext[$news['poster']['id']]['karma']['good'] .'/-'. $memberContext[$news['poster']['id']]['karma']['bad'] .'<br />';
92:
93: // Is this user allowed to modify this member's karma?
94: if ($memberContext[$news['poster']['id']]['karma']['allow'])
95: echo '
96: <a href="'. $scripturl .'?action=modifykarma;sa=applaud;uid='. $memberContext[$news['poster']['id']]['id'] .';topic='. $news['id'] .'.0;m='. $news['message_id'] .';sesc='. $sc .'">'. $modSettings['karmaApplaudLabel'] .'</a>
==>97: <a href="'. $scripturl .'?action=modifykarma;sa=smite;uid='. $memberContext[$news['poster']['id']]['id'] .';topic='. $news['id'] .'.0;m='. $news['message_id']. ';sesc='. $sc .'">'. $modSettings['karmaSmiteLabel'] .'</a><br />';
98:
99: // Show online and offline buttons?
100: if (!empty($modSettings['onlineEnable']))
101: echo
102: ($settings['use_image_buttons'] ? '<img src="' . $memberContext[$news['poster']['id']]['online']['image_href'] . '" alt="' . $memberContext[$news['poster']['id']]['online']['text'] . '" border="0" style="margin-top: 2px;" />' : $memberContext[$news['poster']['id']]['online']['text']) .'<br /><br />';
103:
104: // Show the member's gender icon?
105: if (!empty($settings['show_gender']) && $memberContext[$news['poster']['id']]['gender']['image'] != '')
106: echo '
107: '. $txt['gender'] .': '. $memberContext[$news['poster']['id']]['gender']['image'] .'<br />';
108:
109: // Show how many posts they have made.
110: echo '
111: '. $txt['member_postcount'] .': '. $memberContext[$news['poster']['id']]['posts'] .'<br />
112: <br />';
113:
114: // Show avatars, images, etc.?
115: if (!empty($settings['show_user_images']))
116: echo '
117: <div style="overflow: auto; width: 100%;">'. (!empty($memberContext[$news['poster']['id']]['avatar']['image']) ? $memberContext[$news['poster']['id']]['avatar']['image'] : '<img src="'. $settings['default_theme_url'] .'/images/ultimate-portal/no_avatar.png" alt="" class="avatar" border="0" />') .'</div><br />';

Why?

In the portal there are the social network buttons? Thanks
Usuario: Papá distante
Rango: Moderador Global
Mensajes: 3504
Points: 168
Perfil: View Profile
Pais:
de
Re:Error e social network
Reply #1 July 18, 2011 - 02:39 02:39
That should be because you don't have the translation of the karma mod, try to put the strings of english in your language file.

And the second question is regarding Ultimate Portal?
no avatar
Usuario: bruce86
Rango: Recién Llegado
Mensajes: 79
Points: 0
Mi web: http://www.passiongames.it/forum/index.php?action=
Perfil: View Profile
Re:Error e social network
Reply #2 July 18, 2011 - 03:34 03:34
That should be because you don't have the translation of the karma mod, try to put the strings of english in your language file.

And the second question is regarding Ultimate Portal?
Gracias, se.
Usuario: Papá distante
Rango: Moderador Global
Mensajes: 3504
Points: 168
Perfil: View Profile
Pais:
de
Re:Error e social network
Reply #3 July 18, 2011 - 03:39 03:39
You can create a block with the code of your social network buttons that you like, it's the best way I think
no avatar
Usuario: bruce86
Rango: Recién Llegado
Mensajes: 79
Points: 0
Mi web: http://www.passiongames.it/forum/index.php?action=
Perfil: View Profile
Re:Error e social network
Reply #4 July 18, 2011 - 04:58 04:58
You can create a block with the code of your social network buttons that you like, it's the best way I think
Gracias..;)
 

TAGS



top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines