Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bruce86

Pages: [1]
1
Soporte General SMF / Problema Multiple Stars
« on: September 23, 2011 - 03:30 15:30 »
Adjuntar a los archivos necesarios.

2
Soporte General SMF / Categorias Estilo Smfsimple.com V1
« on: August 23, 2011 - 05:39 05:39 »
1. bucelee739@yahoo.it
2. http://www.passiongames.it/forum/index.php
3.  Version Smf 2.0
4. Theme default
5. BoardColor, BBC Spoiler, Fixed Social Bookmarks, New Topic Button By Smfsimple.com, Ultimate Portal 0.3 By SMFSimple.com.

No es céntrico, tiende a la izquierda.
Gracias..;)




3
Soporte General SMF / Error Ultimate Portal 0.3
« on: August 23, 2011 - 04:14 04:14 »
Error:
Code: [Select]
31: cache_put_data('page_index_news', $context['page_index'], 1800);
32: }else{
33: $context['news'] = cache_get_data('bk_news', 1800);
34: $context['page_index'] = cache_get_data('page_index_news', 1800);
35: }
36: }else{
37: LoadBlockNews();
38: }
39:
40: echo "
41: <script type="text/javascript">
42: function makesurelink() {
43: if (confirm('".$txt['ultport_delete_news_confirmation']."')) {
44: return true;
45: } else {
46: return false;
47: }
48: }
49: </script>";
50:
==>51: foreach($context['news'] as $news)
52: {
53: echo '<div class="description"><img style="vertical-align: middle;" alt="'. stripslashes($news['title_cat']) .'" src="'. $news['icon'] .'" width="20" height="20" />
54: &nbsp;<strong><a href="'. $scripturl .'?action=news;sa=show-cat;id='. $news['id_cat'] .'">'. stripslashes($news['title_cat']) .'</a></strong>
55: - <strong>'. $news['title'] .'</strong> <span style="text-align:right;">'. $news['view'] .'</span>
56: <br />'. $news['added-news'] .'</div>
57:                  <div>'. $news['body'] .'</div><br />';
58:
59: if (!empty($user_info['up-modules-permissions']['news_moderate']) || $user_info['is_admin'])
60: {
61: echo '<div style="border: 1px dashed #aaa;padding: 3px;">'. $news['edit'] .'
62: '. $news['delete'] .'</div>';
63: }
64:
65: }
66: //Page Index
67: echo '
68: <div style="text-align:center">
69: <strong>'. $txt['pages'] .':</strong> '. $context['page_index'] . '
70: </div>';
71: //End Page Index

Gracias..:)

4
Soporte General SMF / Problem FixedSocialbookmarks
« on: August 14, 2011 - 02:25 14:25 »
1. brucelee739@yahoo.it
2. http://www.passiongames.it/forum/index.php
3. Version Smf 2.0
4. Theme Default 
5. Mods New Topic Button By Smfsimple.com, Auto Refresh Who Index.

Error:
Fatal error: Call to undefined function FixedSocialbookmarks() in /web/htdocs/www.passiongames.it/home/forum/Themes/default/BoardIndex.template.php on line 17

Gracias.. :)
 

5
Soporte General SMF / Problema BoardColor
« on: August 10, 2011 - 02:27 14:27 »
Hola error:

http://www.passiongames.it/forum/index.php?8:
Undefined index: colorForumFile: /web/htdocs/www.passiongames.it/home/forum/Themes/default/BoardIndex.template.php
Riga: 164

Code: [Select]
144: <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />';
145: // Is it a redirection board?
146: elseif ($board['is_redirect'])
147: echo '
148: <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'redirect.png" alt="*" title="*" />';
149: // No new posts at all! The agony!!
150: else
151: echo '
152: <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';
153:
154: echo '</a>
155: </td>';
156:
157: //START Large Icon Board
158:
159: $iconimage = "Themes/default/images/boardicon/" . $board['id'] . ".gif";
160:
161:         if (file_exists($iconimage)) {
162:   echo '
163:   <td class="info" width="10%" align="center" valign="middle">
==>164:   <a href="', $board['href'], '" style="color:'.$context['colorForum'].'" name="b', $board['id'], '">
165:   <img src="', $iconimage ,'" alt="',$board['id'],'" />
166:   </a>
167:   </td>';
168:         }
169:         else {
170:   echo '
171:   <td class="info" width="10%" align="center" valign="middle">
172:   <a href="', $board['href'], '" name="b', $board['id'], '">
173:   <img src="', $settings['images_url'], '/boardicon/noimage.gif" alt="',$board['id'],'" />
174:   </a>
175:   </td>';
176:         } 
177:    //END Large Icon Board
178:          
179: echo '
180: </a>
181: </td>
182: <td class="info">';
183: colorForum($board['id']);
184: echo'

Link foro: http://www.passiongames.it/forum/index.php

Gracias..;)

6
Soporte General SMF / Conflicto entre el mod
« on: August 01, 2011 - 05:47 05:47 »
Hola a todos,
Este mod está en conflicto con Smfsimple Extra Menu?
¿Qué puede hacer? gracias

7
Soporte General SMF / Noticias sólo con títulos
« on: July 21, 2011 - 09:11 09:11 »
Hola a todos,
puede insertar noticias sólo con títulos? gracias? Gracias

8
Soporte General SMF / Problem Informationbar
« on: July 19, 2011 - 07:02 07:02 »
¿Cómo puedo solucionarlo? Gracias.

9
Soporte General SMF / Error e social network
« on: 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

10
Soporte General SMF / Board News
« on: July 10, 2011 - 05:30 17:30 »
Hello I would like to enter in the news just a tip of the board of the subject, how can I do? thanks

11
Soporte General SMF / Board News
« on: July 10, 2011 - 05:13 17:13 »
Hola me gustaría insertar en noticias de la Junta sólo una punta del tema, ¿cómo puedo hacer? gracias

12
Preséntate en SMF Simple / Hola a todos.
« on: July 10, 2011 - 04:46 16:46 »
Hola a todos.
Son el inglés, por lo que voy a estar unas palabras...: D Usted es un muy interesante felicitaciones equipo!...;)

Pages: [1]
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