News:

Welcome to SMF Ads Support Forum

Main Menu
Menu

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.

Show posts Menu

Messages - r3gister

#1
bigguy, please help! The board is at [ur=http://www.scratchdisk.biz/r3gister/foruml]http://www.scratchdisk.biz/r3gister/forum[/url]

Thanks a bunch!
#2
Theme Support / Re: Error in file
June 19, 2007, 04:15:04 AM
I'm getting exactly the same error. There is no code after the closing ?>
#3
General Support / Parse Error on Display_template
June 19, 2007, 02:55:53 AM
I've installed SMF Ads and did all the mods necessary to the four source file and everything is running smoothly. However, I am getting parse errors when clicking on board subjects. The error is as below:

QuoteParse error: parse error, unexpected $ in .../Themes/default/Display.template.php on line 850

841:    </tr>
842: </table>';
843:
844:    if ($context['show_spellchecking'])
845:    {
846:       echo '
847: <form action="', $scripturl, '?action=spellcheck" method="post" accept-charset="', $context['character_set'], '" name="spell_form" id="spell_form" target="spellWindow"><input type="hidden" name="spellstring" value="" /></form>';
848: }
849:

850: ?>

851:
852:

I can't seem to find the problem. Help!