Portal don't work
Posted: 7. October 2009 09:12
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
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
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',
*edit* Ups i now copy files that i backup before i change anything and portal still don't work
