4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 phpBB2 - View more Emoticons link
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
Darren
Team Member



Joined: 05 Feb 2002
Posts: 549
Location: London

PostPosted: Sat Oct 19, 2002 6:31 pm (21 years, 6 months ago) Reply with QuoteBack to Top

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 -->
OfflineView User's ProfileFind all posts by DarrenSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Sat Oct 19, 2002 6:39 pm (21 years, 6 months ago) Reply with QuoteBack to Top

No, you can't turn it off.

What's in the HTML source when the page is generated?

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Darren
Team Member



Joined: 05 Feb 2002
Posts: 549
Location: London

PostPosted: Sat Oct 19, 2002 6:43 pm (21 years, 6 months ago) Reply with QuoteBack to Top

Ooops, just started repplying to this in my own forum Embarassed

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>
OfflineView User's ProfileFind all posts by DarrenSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Sat Oct 19, 2002 7:10 pm (21 years, 6 months ago) Reply with QuoteBack to Top

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 -->

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Darren
Team Member



Joined: 05 Feb 2002
Posts: 549
Location: London

PostPosted: Sat Oct 19, 2002 7:18 pm (21 years, 6 months ago) Reply with QuoteBack to Top

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 Very Happy
OfflineView User's ProfileFind all posts by DarrenSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Sat Oct 19, 2002 7:19 pm (21 years, 6 months ago) Reply with QuoteBack to Top

Have you modified any of the associated PHP files? (probably posting.php)

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Darren
Team Member



Joined: 05 Feb 2002
Posts: 549
Location: London

PostPosted: Sun Oct 20, 2002 10:04 am (21 years, 6 months ago) Reply with QuoteBack to Top

Not intentionally. Maybe something changed during one of the upgrades and I missed it doing a changed files only upgrade. I will check.
OfflineView User's ProfileFind all posts by DarrenSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Sun Oct 20, 2002 2:10 pm (21 years, 6 months ago) Reply with QuoteBack to Top

Well just try reuploading the original posting.php and see if it works. Then try comparing your posting_body.tpl file.

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Darren
Team Member



Joined: 05 Feb 2002
Posts: 549
Location: London

PostPosted: Sun Oct 20, 2002 2:53 pm (21 years, 6 months ago) Reply with QuoteBack to Top

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 Embarassed
OfflineView User's ProfileFind all posts by DarrenSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Sun Oct 20, 2002 3:07 pm (21 years, 6 months ago) Reply with QuoteBack to Top

Laughing

We don't have that trouble here... We have loads!

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot edit your posts in this forum.
You cannot delete your posts in this forum.
You cannot vote in polls in this forum.


Page generation time: 0.586335 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme