MyBB Community Forums

Full Version: Span
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
En mi foro Mybb 1.5.0.2 (mybbhelp.es) tengo un error que no he podido solucionar.

Error:
Parse error: syntax error, unexpected '<', expecting '}' in /var/www/vhost/mybbhelp.es/home/html/global.php(350) : eval()'d code on line 28

La linea 350 de global.php
	eval("\$welcomeblock = \"".$templates->get("header_welcomeblock_member")."\";");


Linea 28 de header_welcomeblock_member:
</span>

El "span" que cierra es:
<span>
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> |  
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a>
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms</a>
</span>
xDD


mira pelayo aka te falta algo

Quote:<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> |
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a>
&nbsp&nbsp&nbsp&nbsp<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a>
Si me di cuenta, pero me dio paja avisar xD


Listo...