| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
jithu

Joined: 19 Aug 2006 Posts: 4
|
Posted: Mon Sep 04, 2006 8:07 am Post subject: Please Can Anybody Help Me |
|
|
Hi I Know this Is Offtopic
But As I have Seen that the administratyir here is brilliant in PHP I Am Hoping to get this Solved !!
In My Forum I Have Installed the Advanced BB Code Box
So I Couldnt Install the Hide topic Mod by phipilweb
Please Can Anyone Inlude this second mod into the first Mod ??
Please I Need it Badly  |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Sep 04, 2006 8:54 am Post subject: Re: Please Can Anybody Help Me |
|
|
hu,
I personally did not even install the multibb code mod supposed to make your life easier while you implement additional bbcodes.
I just did not find real good reason for doing it, since straight install of new bbcode tags is almost as long as per with the multi bbcode, and you keep the full control over the outputted buttons.
But you're lucky those two do not use mutli bb code. Actually all that is required I think is to search for the JS part of templates/subSilver/posting_body.tpl in the new mods/bbcode_box/bbcode_box.js file introduced by the advanced bbcode mod (basically the same exact code with all the adding).
All you'll have to do is making sure the bbcode you add has unique specific infos.
For example I think :
| Code: | In the list of "// Helpline messages", add :
h_help = "Hide: [hide]message[/hide] (alt+h)"; |
Should become something like :
In the list of "// Helpline messages", add :
| Code: | | hide_help = "Hide: [hide]message[/hide] (alt+h)"; |
Followed by :
in the following var reset list.
You'll have as well to tweak the output, but I am not really sure how, still in templates/subSilver/posting_body.tpl as it was all changed as well.
Maybe there is a release thread somewhere for this mod where you could ask for some help, I am sure this was already solved somewhere.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |