MyBB Community Forums

Full Version: Template Changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
emplate changes
Every time i make a change to a template since upgrade it throws errors???Here is a text files of the errors!!

When i turn off game room plug in now all i get is this error at the top.

Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting T_STRING in /home/telitec/public_html/mybb/global.php(326) : eval()'d code on line 3
Do you have codepress turned on?? It's the syntax highligher used for editing templates.
(2010-01-10, 12:40 PM)MattRogowski Wrote: [ -> ]Do you have codepress turned on?? It's the syntax highligher used for editing templates.

Yes it was on but still getting same errors.
So it's off now and still happening?? When you edit it again is the template cut off at any point?? Can you paste what's left of the template you were editing?? According to the error it was the header_welcomeblock_member template.

Ask your host if magic quotes is enabled, you're using PHP 5.3.1 so if magic quotes is on it'll break.
i have a question, why you make 99 Topics ? you can make all this topics in one
(2010-01-10, 04:57 PM)Lamborghini Wrote: [ -> ]i have a question, why you make 99 Topics ? you can make all this topics in one

What are you talking about?? This is the only topic they have on this...
LOL ! sorry bro , i want to say :how can i make.. replace all my buttons with one drop down.in header , for example
FORUMS
-cs
-wow
-mybb
-etc ( and this ar links to ...www.whatiwant.mybb )
Sorry for this Smile my CTRL + V is defect Big Grin and sorry for my bad english

this is the code


<a name="top" id="top"></a>

<!-- Begin: MyIPB Header -->

	<div id="header">
		<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
		<div class="menu">
<span style="float: right;"><a href="{$mybb->settings['bburl']}/search.php" id="search_menu">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></span>
<a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="{$mybb->settings['bburl']}/index.php">Community Forum</a><a href="{$mybb->settings['bburl']}/index.php">Software Forum</a><a href="{$mybb->settings['bburl']}/index.php">Hardware Forum</a><a href="{$mybb->settings['bburl']}/index.php">Graphics Forum</a><a href="{$mybb->settings['bburl']}/index.php">CS Forum</a><a href="{$mybb->settings['bburl']}/index.php">WOW Forum</a><a href="{$mybb->settings['bburl']}/index.php">MU Forum</a><a href="{$mybb->settings['bburl']}/index.php">GTA Forum</a><a href="{$mybb->settings['bburl']}/index.php">FIFA Forum</a><a href="{$mybb->settings['bburl']}/index.php">NFS Forum</a><a href="{$mybb->settings['bburl']}/index.php">Other Games Forum</a><a href="{$mybb->settings['bburl']}/index.php">Online Games Forum</a>
</div>

<div id="search_menu_popup" class="popup_menu" style="display: none; color: #000000; width: 200px;">
<div class="popup_item_container" style="padding: 5px;">
<form action="search.php" method="post">
	<input type="text" class="textbox" name="keywords" onfocus="this.value = '';" value="Search..." /> {$gobutton}
	<input type="hidden" name="action" value="do_search" />
	<input type="hidden" name="forums" value="all" />
	<input type="hidden" name="postthread" value="1" />
<hr />
<a href="{$mybb->settings['bburl']}/search.php">Advanced Search</a>
</form>
</div>
</div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupSearch("search_menu");
	}
// -->
</script>

		<hr class="hidden" />
		<div id="panel">
			{$welcomeblock}
		</div>
	</div>

<!-- End: MyIPB Header -->

	<div id="container">
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

Lets just keep your issue to your own thread, yeah??
ok, but ..to my thread i dont have a answered to question,i waiting 5 hours for this , and i.m blocked whit a forum , i can work without ,
You forget we don't live on these forums and we sometimes do something else with our time, we cannot answer everything instantly. Keep to your thread and try and be patient.
Pages: 1 2