Forum Themes:
Welcome !

 Removing all similies

Author Message
JimL

  • Total Posts : 10
  • Reward points : 260
  • Joined: Oct 20 '10
  • Status: offline
Removing all similies Fri. Oct 22, '10 10:41 AM (permalink)
0
I am wondering if there was a way to hide ALL emoticons. It seems that removing all emoticons via the Admin panel, and then trying to load up the the posting interface causes a null ref exception. I need to shut them all off everywhere. Is it possible? Thanks! :)
 
#1
Samuel

  • Total Posts : 11853
  • Reward points : 180670
  • Joined: May 23 '01
  • Status: offline
Re:Removing all similies Fri. Oct 22, '10 11:16 AM (permalink)
0
Hi Jim,
You can do so by slightly modifying the template:

1) the smiley table on the left of editor

open ~/App_Templates/Theme_Name/UC/PostingInterface.ascx
look for a td tag with id="smileyPane"
in the style attribute, add
display:none;

so that the whole line looks like:
<td style="width: 100px; display:none" valign="top" id="smileyPane">

2) editor smiley button:

in ~/NewEditor/xxconfig.xml (4 files)
find the following value in the xml files under <!-- Advanced theme -->
emotions,spellchecker|...

Remove the "emotions,"
so that it reads
spellchecker|...

 
With the 2 steps above, the smiley interface will be hidden completely from the posting interface.
ASPPlayground.NET
~ see our Version 4 plans here

 
#2
JimL

  • Total Posts : 10
  • Reward points : 260
  • Joined: Oct 20 '10
  • Status: offline
Re:Removing all similies Fri. Oct 22, '10 11:24 AM (permalink)
0
I had #1 in place but I don't think I would have found #2 for a long time. Thanks! Works great :)
 
#3
Samuel

  • Total Posts : 11853
  • Reward points : 180670
  • Joined: May 23 '01
  • Status: offline
Re:Removing all similies Fri. Oct 22, '10 3:31 PM (permalink)
0
the fix for this issue is available in the trial package. You can download it again and extract only
~/bin/ASPPGCustomControls.* (3 files)
from the package and upload them to your forum's bin directory on your server. The problem is with the pager control we have for paging the table.
ASPPlayground.NET
~ see our Version 4 plans here

 
#4
Online Bookmarks Sharing: Share/Bookmark

Jump to:

Current active users

There are 0 members and 1 guests.

Icon Legend and Permission

  • New Messages
  • No New Messages
  • Hot Topic w/ New Messages
  • Hot Topic w/o New Messages
  • Locked w/ New Messages
  • Locked w/o New Messages
  • Read Message
  • Post New Thread
  • Reply to message
  • Post New Poll
  • Submit Vote
  • Post reward post
  • Delete my own posts
  • Delete my own threads
  • Rate post

2000-2012 ASPPlayground.NET Forum Version 3.9