Author |
Message |
Darren
Team Member


Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Sat Oct 19, 2002 6:31 pm (22 years, 6 months ago) |
  |
Having a bit of trouble on my board, the 'View more Emoticons' link doesn't appear.
I notice in the template it says 'switch' presumably meaning it can be turned on and off, however I have never intentionally turned it off and can find no where to do so anyway.
Any ideas?
Code: | "posting_body.tpl"
<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td>
</tr>
<!-- END switch_smilies_extra --> |
|
|
|
     |
 |
Daniel
Team Member


Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat Oct 19, 2002 6:39 pm (22 years, 6 months ago) |
  |
No, you can't turn it off.
What's in the HTML source when the page is generated? |
________________________________
 |
|
    |
 |
Darren
Team Member


Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Sat Oct 19, 2002 6:43 pm (22 years, 6 months ago) |
  |
Ooops, just started repplying to this in my own forum
Well, presumably it should be somewhere here but there is just no sign of it.
Code: | <tr align="center" valign="middle">
<td><a href="javascript:emoticon(':sickrat:')"><img src="images/smiles/ratty_sick.gif" border="0" alt="Sick" title="Sick" /></a></td>
<td><a href="javascript:emoticon(':smileyrat:')"><img src="images/smiles/ratty_smile.gif" border="0" alt="Happy" title="Happy" /></a></td>
<td><a href="javascript:emoticon(':exclaim:')"><img src="images/smiles/icon_exclaim.gif" border="0" alt="" title="" /></a></td>
<td><a href="javascript:emoticon(':idea:')"><img src="images/smiles/icon_idea.gif" border="0" alt="" title="" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td> |
|
|
|
     |
 |
Daniel
Team Member


Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat Oct 19, 2002 7:10 pm (22 years, 6 months ago) |
  |
This is what it reads for us:
Code: | <!-- BEGIN smilies_row -->
<tr align="center" valign="middle">
<!-- BEGIN smilies_col -->
<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td>
<!-- END smilies_col -->
</tr>
<!-- END smilies_row -->
<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=450');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></td>
</tr>
<!-- END switch_smilies_extra -->
|
|
________________________________
 |
|
    |
 |
Darren
Team Member


Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Sat Oct 19, 2002 7:18 pm (22 years, 6 months ago) |
  |
That's from the template right? looks identical to mine.
I guess I'll see if anyone at phpBB.com has any idea, tomorrow though I'm going offline for today  |
|
|
     |
 |
Daniel
Team Member


Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat Oct 19, 2002 7:19 pm (22 years, 6 months ago) |
  |
Have you modified any of the associated PHP files? (probably posting.php) |
________________________________
 |
|
    |
 |
Darren
Team Member


Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Sun Oct 20, 2002 10:04 am (22 years, 6 months ago) |
  |
Not intentionally. Maybe something changed during one of the upgrades and I missed it doing a changed files only upgrade. I will check. |
|
|
     |
 |
Daniel
Team Member


Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sun Oct 20, 2002 2:10 pm (22 years, 6 months ago) |
  |
Well just try reuploading the original posting.php and see if it works. Then try comparing your posting_body.tpl file. |
________________________________
 |
|
    |
 |
Darren
Team Member


Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Sun Oct 20, 2002 2:53 pm (22 years, 6 months ago) |
  |
I found the problem! ME!!
I only had 20 smilies, therefore there was no need for the link.
I added an extra smiley, and the linked appeared.
What a waste of time  |
|
|
     |
 |
Daniel
Team Member


Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sun Oct 20, 2002 3:07 pm (22 years, 6 months ago) |
  |
We don't have that trouble here... We have loads! |
________________________________
 |
|
    |
 |
|
Page generation time: 0.122815 seconds :: 17 queries executed :: All Times are GMT
Powered by
phpBB 2.0
© 2001, 2002 phpBB Group :: Based on an FI Theme