News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Need help with Helios multi for rc3

Started by dklassen, December 07, 2006, 10:01:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dklassen

I have been working with the Helios theme in (SMF 1.1) and installed the version for RC3 and it is working well. When I add in the moded files for the Ad mod when ever I try to view a thread in the forums I get this error.

Not sure if I am installing it correctly although everything seems to be working except that one thing. I first installed Helios Multi for R3 which worked fine. Then I downloaded the Helios theme mod for Ads and FTP'd up the new files overwriting the stock template files. All seemed well except when I go to view a specifc post. You can see my test site here http://www.actioncamnetwork.com/smf

Template Parse Error!
There was a problem loading the /Themes/helios_multi11_rc3/Display.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
You may want to try to refresh this page or use the default theme.

dklassen



Lamonster

Well I still have a problem that I haven't been able to fix yet. The one place I really want to place an ad is in the "welcome user area" but the problem is that it put's the ad on the left side of the user information and I need it to go on the right side. Is there a mod I need to do for this? I'm running SMF 1.1.1
Thanks

bigguy

Maybe using this around the ad code you are using will help:

<div align=right>ad code</div>

Lamonster


bigguy

In the ad code box in the admin panel were you add your ad code. Place the div tags around your code. So you would go to your admin panel then to ad management then to your code you added. Add this div before your code:

<div align=right>

and this after your code:

<div>

Lamonster


Lamonster


bigguy

Hmm, I thought it would have. If I come up with anything I will post.

Lamonster

Quote from: bigguy on December 21, 2006, 07:42:35 PM
Hmm, I thought it would have. If I come up with anything I will post.

Been playing but I still can't get it to work. :(

xoail

Quote from: dklassen on December 07, 2006, 10:01:51 AM
I have been working with the Helios theme in (SMF 1.1) and installed the version for RC3 and it is working well. When I add in the moded files for the Ad mod when ever I try to view a thread in the forums I get this error.

Not sure if I am installing it correctly although everything seems to be working except that one thing. I first installed Helios Multi for R3 which worked fine. Then I downloaded the Helios theme mod for Ads and FTP'd up the new files overwriting the stock template files. All seemed well except when I go to view a specifc post. You can see my test site here http://www.actioncamnetwork.com/smf

Template Parse Error!
There was a problem loading the /Themes/helios_multi11_rc3/Display.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
You may want to try to refresh this page or use the default theme.

Well, I am having the same problem. The ads show up but only on main page. On the threaded page I get the same parse error. I tried to use div tag on the ad code but no help. Replacing the original display.template.php file is removing the error but no ads on threaded page. Tried searching a lot but no help.
Also, the ads are only showing up to when logged in as admin.
I've attached the 4 theme files.
Please help.

Thesifer

Quote from: dklassen on December 08, 2006, 11:23:13 AM
Got the problem corrected.

what did you do to correct this problem?  I had the same thing.