Current time: 02-09-2012, 08:56 AM Hello There, Guest! (LoginRegister)


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://404music.org
Visit this user's website Find all posts by this user
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:
   

ProPortal: A More Functional Portal.
Click here for detailed information.
Visit this user's website Find all posts by this user
06-28-2008, 05:40 PM
Post: #3
RE: Hide Tags
Thanks mate :X:X

Power of clubbing music - http://404music.org
Visit this user's website Find all posts by this user
06-28-2008, 05:40 PM
Post: #4
RE: Hide Tags
You're welcome.

ProPortal: A More Functional Portal.
Click here for detailed information.
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication