Current time: 11-22-2008, 06:07 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide Tags
06-28-2008, 05:08 PM
Post: #1
Hide Tags
Hello. I have installed this mod.
http://spicefuse.com/hide-tags-plugin-mo...-t-85.html

Now i want to add [hide][/hide] to mycode list. How can i?! pease help me.

Power of clubbing music - http://www.clubbingx.com
Visit this user's website Find all posts by this user
Quote this message in a reply
06-28-2008, 05:16 PM
Post: #2
RE: Hide Tags
Open jscripts/editor.js
find following:
Code:
this.insertStandardButton(elements, "php", "images/codebuttons/php.gif", "php", "", this.options.lang.title_php);

after add following:
Code:
this.insertStandardButton(elements, "hide", "images/codebuttons/hide.gif", "hide", "", this.options.lang.title_hide);

Open inc/languages/english(or the one you use)/global.lang.php
find following:
PHP Code:
$l['editor_title_php'] = "Insert formatted PHP code"

after add following:
PHP Code:
$l['editor_title_hide'] = "Insert hidden content"

Upload following image to your images/codebuttons folder:
   

[Image: wgtij8.png]
 My Personal Blog - Check Your Website's Rankings!
Visit this user's website Find all posts by this user
Quote this message in a reply
06-28-2008, 05:40 PM
Post: #3
RE: Hide Tags
Thanks mate :X:X

Power of clubbing music - http://www.clubbingx.com
Visit this user's website Find all posts by this user
Quote this message in a reply
06-28-2008, 05:40 PM
Post: #4
RE: Hide Tags
You're welcome.

[Image: wgtij8.png]
 My Personal Blog - Check Your Website's Rankings!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: