Errors along with Edit and Quote not showing? - Super Mario
Errors along with Edit and Quote not showing?
Parse error: syntax error, unexpected T_ELSE in /home/azscnet1/public_html/forums/cache/tpl_super-mario_viewforum_body.html.php on line 154
Reloaded and its the same issue.
Am I causing this or?
-
- Registered User
- Posts: 4
- Joined: Fri Nov 26, 2010 6:35 pm
- Contact:
Re: Errors along with Edit and Quote not showing?
The error of location must be the lack of images according to their language forum.
If your forum is in English:
- /forum/language/en
You need imageset also in English:
- /forum/styles/megamanbb/imageset/en
If French:Imageset:
- /forum/language/fr
- /forum/styles/megamanbb/imageset/fr
The answer here: http://www.phpbb.com/customise/db/style ... 99#p197699
Parse error: syntax error, unexpected T_ELSE in /home/azscnet1/public_html/forums/cache/tpl_super-mario_viewforum_body.html.php on line 154
Did you install any modification or edited anything in this file? If yes, what?
- _Vinny_
- Style Customisations
- Posts: 8799
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
- Contact:
Re: Errors along with Edit and Quote not showing?
Thanks for the information on both of these I will do the fix now.
-
- Registered User
- Posts: 4
- Joined: Fri Nov 26, 2010 6:35 pm
- Contact:
Re: Errors along with Edit and Quote not showing?
And can post the link to your forum?
- _Vinny_
- Style Customisations
- Posts: 8799
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
- Contact:
Re: Errors along with Edit and Quote not showing?
Capsule wrote:Did I miss something because I have no edit or quote buttons and I am reinstalling but I have issues clicking sections of the forum and getting the following error:
Parse error: syntax error, unexpected T_ELSE in /home/azscnet1/public_html/forums/cache/tpl_super-mario_viewforum_body.html.php on line 154
Reloaded and its the same issue.
Am I causing this or?
i just got this to its even like it on awesomestyles heres the fix
viewforum_body.html
find
Code: Select all
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF
replace with
Code: Select all
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
this
Code: Select all
-->">

- Prosk8er
- Registered User
- Posts: 1510
- Joined: Sun Mar 12, 2006 3:30 am
- Location: Rochester, NY
- Name: Tyler
- Contact:
Re: Errors along with Edit and Quote not showing?
I found this error, but will only be fixed in next version.
- _Vinny_
- Style Customisations
- Posts: 8799
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
- Contact: