MARCO1 BBCODE Hide Tags [ hide] [/ hide]
MARCO1 BBCODE Hide Tags vB4.x.x By Marco Mamdouh Please Note that : I'm keeping update my products and codes without any money simply support me in vb.org to continue this work Support Me! - http://www.vbulletin.org/forum/vborg_miscactions.php?do=nominate&threadid=235384&type=1 What's this ? This Mod Hide X Area in the threads By Using HIDE BBCODE Tags With Powerful control via AdminCp with very nice button in your editor to automatically enter Hide tags when you click on it, More info and pictures in Attachments. Features :
Upload images folder in your forum root directory. Import the .xml file from your AdminCp. Require 1 Template edit : In editor_toolbar_on template find : HTML Code:
<vb:if condition="!$show['basicbbcodeonly']">
HTML Code:
<img src="images/buttons/hide.gif" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_hide" width="20" height="20" alt="Insert Hide Tags" />
Screenshots & Download : In Attachments. If you want more Hide Images ? TimberFloorAu Has Made very very very Good images in this post : Spoiler (click to open)
Web 2 style.
PSD available of People Icon Messages, if reqd Close
PSD Images : Spoiler (click to open)
psd
Close
Many thanks to him for his time. Translations : You can translate this Mod and publish it in your forum however you can't do that without take permissions from Me via PM's This Mod Is Also Available in Arabic Thanks to DR.Osama : Spoiler (click to open)Close
English Version in Attachments. BUGS :
Spoiler (click to open)
I altered the xml import a little bit and added this line of code
Code:
union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'" Code:
$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]'); Code:
$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]' union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'); this little adjustment fixes the "scalar value" error Close
I'm sorry But I really don't have much time to update any of my free mods at this time. DON'T FORGET TO SUPPORT ME Download
MARCO1 Hide BBCODE.zip (26.8 KB, 2759 downloads) Supporters / CoAuthors
Screenshots |
Similar Mods
Show Thread Enhancements MARCO1 Hide Thread Content - With excluding forum to hide content | vBulletin 4.x Add-ons |
Show Thread Enhancements MARCO1 Hide Thread Content - With excluding forum to hide content | vBulletin 3.8 Add-ons |