phpBB2 Mods Forum Index phpBB2 Mods
A demo forum demonstrating my mods
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   TV GuideTV Guide   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

cannot get smilies to appear in popup

 
 
Post new topic Reply to topic
   phpBB2 Mods Forum Index -> Smiley Categories [v2.0.4]
View previous topic :: View next topic  
Author Message
usagi



Joined: 27 May 2010
Posts: 2

PostPosted: Thu May 27, 2010 11:23 pm    Post subject: cannot get smilies to appear in popup Reply with quote

I just installed Smilie Categories 2.0.4 and I have a problem. I am using phpBB 2.23.

All seemed to go fine until the last changes in posting_body.tpl.
First I could not find:
Code:
f_help = "{L_BBCODE_F_HELP}";

so I could not replace that.

Next I also could not find:
Code:
              <!-- 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 -->

so I could not replace that either.

I did find similar lines:
Code:
                 <!-- BEGIN smilies_col -->
                 <td><a href="#" onclick="bbcode && bbcode.emoticon('{smilies_row.smilies_col.SMILEY_CODE}'); return false"><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=400,resizable=yes,scrollbars=yes,WIDTH=400');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td>
                  </tr>
                  <!-- END switch_smilies_extra -->

I did find:
Code:
                  <!-- END switch_smilies_extra -->
           </table>
         </td>
       </tr>

so I replaced those with:
Code:
        <!-- BEGIN smiley_category -->
        <tr>
         <td align="center" class="gensmall"><br /><b>{L_SMILEY_CATEGORIES}</b></td>
        </tr>
        <!-- BEGIN buttons -->
        <tr><td align="center"><input {smiley_category.buttons.TYPE} name="_phpbbsmilies" {smiley_category.buttons.VALUE} onClick="window.open('{smiley_category.buttons.CAT_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=410'); return false;" onMouseOver="helpline('{smiley_category.buttons.NAME}')" /></td></tr>
        <!-- END buttons -->
        <!-- BEGIN dropdown -->
        <tr><td align="center">{smiley_category.dropdown.OPTIONS}</td></tr>
        <!-- END dropdown -->
        <!-- END smiley_category -->


I now have two buttons for the two categories that I defined but neither category has any smilies in them:


Help please?

Thanks
Back to top
View user's profile Send private message
usagi



Joined: 27 May 2010
Posts: 2

PostPosted: Sun May 30, 2010 2:19 am    Post subject: Reply with quote

I found this post:
http://mods.afkamm.co.uk/viewtopic.php?t=680&sid=13d15902f69dd5b9975b853c2efae7f8

I uploaded posting_smilies from that link and now it works fine.
Back to top
View user's profile Send private message
Display posts from previous:   
  Post new topic Reply to topic
   phpBB2 Mods Forum Index -> Smiley Categories [v2.0.4] All times are GMT + 1 Hour

Page 1 of 1

 
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
You cannot attach files in this forum
You can download files in this forum


 


Powered by phpBB © 2001, 2005 phpBB Group