Page 1 of 1

Portal don't work

Posted: 7. October 2009 09:12
by 3xtr3m3
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hello i have problem with portal because i install imageshack.us toolbar on my forum. I have aero blue style.
Forum is work but not the portal.
They said this: Parse error: syntax error, unexpected $end in /home/bughqcom/public_html/includes/template.php(187) : eval()'d code on line 42
Before this problem i modifing this and after refresh style template

Code: Select all

#-----[ OPEN ]------------------------------------------
#
templates/styles/YOUR_TEMPLATE/template/posting_body.html
#
#-----[ FIND ]------------------------------------------
#
<!-- IF S_SHOW_ATTACH_BOX or S_SHOW_POLL_BOX -->
#
#-----[ BEFORE, ADD ]------------------------------------------
#
    <tr>
      <th class="thHead" colspan="2" height="25"><b>{L_ADD_IMG}</b></th>
    </tr>
	<tr>
      <td class="row1" colspan="2" align="center" height="28"><iframe src="http://imageshack.us/iframe.php?txtcolor=000000&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="290" height="100"></iframe></td>
	</tr>
#
#-----[ OPEN ]------------------------------------------
#
language/en/posting.php
#
#-----[ FIND ]------------------------------------------
#
	'ADD_POLL_EXPLAIN'			=>
#
#-----[ AFTER, ADD ]------------------------------------------
#
	'ADD_IMG'					=> 'Upload image',
#
#-----[ OPEN ]------------------------------------------
#
language/nl/posting.php
#
#-----[ FIND ]------------------------------------------
#
	'ADD_POLL_EXPLAIN'			=>
#
#-----[ After, ADD ]------------------------------------------
#
	'ADD_IMG'					=> 'Upload een afbeelding naar imageshack',
Can you help me what i must change in portal files so the portal and toolbar working together[/i]

*edit* Ups i now copy files that i backup before i change anything and portal still don't work :cry:

Re: Portal don't work

Posted: 7. October 2009 12:24
by Marc
Check if every template edit stated in install.xml and subsilver2.xml is correct.

Re: Portal don't work

Posted: 7. October 2009 20:41
by 3xtr3m3
i'm not sure that i understand you , and i don.t use subsilver2 ,i use aero blue style

Re: Portal don't work

Posted: 7. October 2009 21:44
by Teksonic
all theme's are based off either subsilver2 or prosilver. aero blue is probably a subsilver2 based theme, thats my Marc is saying make sure those edit's are all done to your theme.

Re: Portal don't work

Posted: 9. October 2009 21:32
by 3xtr3m3
I remove mistake. Problem is because i edit portal_body.php (wrong edit with wrong code) and after few days I refresh template and forum_body change in cache. I copy original portal_body.php and refresh template again and everything work.
This is my question because i'm noob:
When i modified forum or my style template there is no change on forum and i must refresh template. Can i do that and to work all fine?