How do I edit the smiley pop up?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rob B
    Senior Member
    • Dec 2005
    • 311
    • 3.6.x

    How do I edit the smiley pop up?

    What is the template for it called, if there is one? I would like to remove the columns from it which show the replacement code, and just show the images.

    Thanks
  • peterska2
    Senior Member
    • Oct 2003
    • 8869
    • 3.7.x

    #2
    smiliepopup

    FIND

    Code:
    <td class="tcat" colspan="4">
    REPLACE WITH

    Code:
    <td class="tcat" colspan="2">
    smiliepopup_category

    REPLACE contents with

    Code:
    <tr>
        <td class="thead" align="center" colspan="2"><div class="smallfont"><strong>$category</strong></div></td>
    </tr>

    smiliepopup_smilie

    Delete
    Code:
    <td class="$bgclass">$smilie[text]</td>
    smiliepopup_straggler

    REPLACE with
    Code:
    <td class="$bgclass" colspan="2">$smiliehtml</td>
    That should work. I can't see any reason why it won't.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...