vB4 MARCO1 BBCODE Hide Tags [ hide] [/ hide]

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,497
    7,735
    321
    localhost
    Heisenberg submitted a new resource:

    - MARCO1 BBCODE Hide Tags [ hide] [/ hide]

    vB Version: 4.0.x

    MARCO1 BBCODE Hide Tags

    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 :

    • Compatible with All vBulletin 4 Versions.
    • No conflict with any other Mods to hide links.
    • Full...

     
    Last edited:

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,497
    7,735
    321
    localhost
    I altered the xml import a little bit and added this line of code

    Code:
    [/B][/I][I][B]union SELECT count(userid) as count FROM vb_user WHERE usergroupid in (6,7) and userid='$bbuserinfo[userid]'"[/B][/I][I][B]

    to all the

    Code:
    [/B][/I][I][B]$hide_replied = $db->query("SELECT COUNT(postid) AS count FROM ". TABLE_PREFIX . "post WHERE userid='$bbuserinfo[userid]' AND visible = 1 AND threadid='$post[threadid]');[/B][/I]
    [I][B]


    so after adding the code you get :

    Code:
    [/B][/I][I][B]$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]');[/B][/I]
    [I][B]


    It is a bit of hardcoding because of the (6,7) but can easily be extended with parameters i guess, so basically I added one more count to the sql select which checks if the current user is in group 6 or 7 (mods or admins) and if so, it raises the count, which causes the hidden text being visible regardless the current user replied or not.
    this little adjustment fixes the "scalar value" error
    You must be registered for see images
     
    Thread starter Similar threads Forum Replies Date
    ven0m vB4 MARCO1 Custom User Titles - Let your members choose they second title. [4.0.x] Addons 0
    ven0m vB4 MARCO1 Google Privacy Policy [4.0.x] Addons 0
    ven0m vB4 (Stop Spammers!) MARCO1 Preventing guests to register numbers as their username [4.0.x] Addons 0
    ven0m vB4 [AJAX] MARCO1 Image Resizer With HighSlide! [4.0.x] Addons 0
    ven0m vB4 MARCO1 Latest Forum Threads - 0 Query [4.0.x] Addons 1
    ven0m vB4 MARCO1 Hide Thread Content - With excluding forum to hide content [4.0.x] Addons 0
    ven0m vB4 MARCO1 Quick Admin Tools [4.0.x] Addons 0
    ven0m vB4 [5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager [4.0.x] Addons 0
    ven0m vB4 MARCO1 Advanced PM - VM Permissions [4.0.x] Addons 0
    ven0m vB4 [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! [4.0.x] Addons 0
    ven0m vB4 [New Version]MARCO1 Image Resizer - Using Java Script - Working with CSS Files [4.0.x] Addons 0
    ven0m vB4 MARCO1 Tag Cloud - Forum Home [4.0.x] Addons 0
    ven0m vB4 MARCO1 Adsense Banners In Your Archive [4.0.x] Addons 0
    ven0m vB4 Strip <br> BBCode [4.0.x] Addons 0
    ven0m vB4 [BBCode] Let me Google that for you [4.0.x] Addons 0
    ven0m vB4 WatchSpot.tv BBCode For Your VB Forum [4.0.x] Addons 0
    ven0m vB4 Dalymotion Jukebox BBCode [4.0.x] Addons 0
    ven0m vB4 Goear BBcode [4.0.x] Addons 0
    ven0m vB4 BBcode Veoh player [4.0.x] Addons 0
    ven0m vB4 Agth ~ AOL Videos BBcode 4.x [4.0.x] Addons 0
    ven0m vB4 BBCode view PDF [4.0.x] Addons 0
    ven0m vB4 Goear BBcode Player [4.0.x] Addons 0
    ven0m vB4 Parse BBCode for Custom User Profile Fields [4.0.x] Addons 0
    ven0m vB4 BBCode: Power Point Presentation [4.0.x] Addons 0
    ven0m vB4 Better Tooltip - Text Enhancement [BBCode] [4.0.x] Addons 0
    ven0m vB4 BBCode: Resize Image with Text Wrap [4.0.x] Addons 0
    ven0m vB4 Picasaweb Album Slideshow - bbcode [4.0.x] Addons 0
    ven0m vB4 Username BBCode Tags [4.0.x] Addons 0
    ven0m vB4 Disable Custom BBCode in Signature [4.0.x] Addons 0
    ven0m vB4 HTML5 Embedded Video & Audio Player - BBCode [4.0.x] Addons 0
    ven0m vB4 Dice Roller [BBCode] [4.0.x] Addons 0
    ven0m vB4 Flickr Set Slideshow - bbcode [4.0.x] Addons 0
    ven0m vB4 Hide breadcrumb on specific places [4.0.x] Addons 0
    ven0m vB4 [OtLand] Hide expired and reversed infractions from the Infracted User [4.0.x] Addons 0
    ven0m vB4 Hide Forum [4.0.x] Addons 0
    ven0m vB4 Show/Hide Forum Sidebar On User Group Per User Group Basis [4.0.x] Addons 0
    ven0m vB4 Hide Random Posts From Guests And Lurkers [4.0.x] Addons 0
    ven0m vB4 Mirror Download - Hide Links - Addon Images [4.0.x] Addons 0
    ven0m vB4 [product]-[hide] hack 2.0 [4.0.x] Addons 0
    ven0m vB4 vS-Hide Hack Resurrection [4.0.x] Addons 0
    ven0m vB4 Hide Avatars And Signatures From Guests On A Forum Per Forum Basis [4.0.x] Addons 0
    ven0m vB4 Hide Links from Guests [4.0.x] Addons 1
    ven0m vB4 Hide Version Number. Updated with hiding the version everywhere automatically. [4.0.x] Addons 0
    Similar threads