The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager Details »» | |||||||||||||||||||||||||||||||||||||||||
[5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager
Developer Last Online: Jan 2022
MARCO1 Hide All What is this ? This Mod hide the links from guests and members in thread, printed pages, archive , and Attachments with new usergroups permission as Cableguy69 request in this post And thanks to almassrawy for his request in this post. he needs to edit the messages from admincp so I have added new messages manager to edit all messages as you want Thanks for all your great suggestions. If you need BBCODE Hide Mod it's released now MARCO1 BBCODE Hide Tags Main Features :
How to install ? (Fresh Install) Upload Includes & admincp folders into your vb dir and import the xml file from your admincp How to upgrade ? Re-upload includes (Accept the overwrite) and admincp folders into your vBulletin root dir and re-import the .xml file from vBulletin Admincp Translations : Until now the new version is available only in English, If anyone interesting to translate the Mod in any other language please PM Me :up: 1. Thanks To eTiKeT? "http://www.vizilti.net/" For his great translate to Turkish Version here : https://vborg.vbsupport.ru/showpost....&postcount=209 2. Another Turkish Version By laztrix HERE, Great thanks for him History :
Don't forget to mark as Installed. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
7 благодарности(ей) от: | ||
Chicoynano, Da-Vinci, eltigres, hexeditor, misericorde, nader |
Comments |
#492
|
|||
|
|||
Was the forum that was gone in block when I tried to send the message...
You can delete it. |
#493
|
||||
|
||||
Strange.
|
#494
|
|||
|
|||
(Can succeded... and also can be helpful for you to know that every 10 or 15 minutes i found my account logout from vb.org this is a little bit boring but i say it for you and for this great community )
So if you want take my tips and you can delete these our messages offtopic in this thread. |
#495
|
|||
|
|||
In the 4.2.2 ver.
Succeed to me that, using together the mod "Marco1 Hide Forum Content" (to prevent to hide the content in some section that don't must be hide) the plugin crash each time I try to add (or also modify) a new forum or section. The message is this: Database error in vBulletin 4.2.2: Invalid SQL: UPDATE forum SET title_clean = 'Ask for Help', title = 'Ask for Help', description_clean = 'In this section you can ask for Help to our Team', description = 'In this section you can ask for Help to our Team', link = '', displayorder = 25, parentid = 33, daysprune = -1, defaultsortfield = 'lastpost', defaultsortorder = 'desc', showprivate = 0, newpostemail = '', newthreademail = '', ### Bitfield: forum.options ### options = IF(options & 8, options - 8, options), options = IF(options & 16, options - 16, options), options = IF(options & 32, options - 32, options), options = IF(options & 32768, options - 32768, options), options = IF(options & 8192, options - 8192, options), options = IF(options & 4, options, options + 4), options = IF(options & 1, options, options + 1), options = IF(options & 2, options, options + 2), options = IF(options & 16384, options, options + 16384), options = IF(options & 524288, options - 524288, options), options = IF(options & 256, options - 256, options), options = IF(options & 64, options, options + 64), options = IF(options & 128, options, options + 128), options = IF(options & 262144, options - 262144, options), options = IF(options & 512, options, options + 512), options = IF(options & 1024, options, options + 1024), options = IF(options & 2048, options, options + 2048), options = IF(options & 4096, options, options + 4096), options = IF(options & 65536, options, options + 65536), options = IF(options & 131072, options - 131072, options), options = IF(options & 1048576, options - 1048576, options), options = IF(options & 2097152, options - 2097152, options), styleid = 0, imageprefix = '', password = '', MARCO1_forumnocontent = '0' WHERE forumid = 46; MySQL Error : Unknown column 'MARCO1_forumnocontent' in 'field list' Error Number : 1054 Request Date : Sunday, August 3rd 2014 @ 04:21:31 PM Error Date : Sunday, August 3rd 2014 @ 04:21:32 PM Script : http://www.eliquid-forum.com/admincp....php?do=update Referrer : http://www.eliquid-forum.com/admincp...o=edit&f=46&s= IP Address : xxxxxxxx Username : Admin Classname : vB_Database MySQL Version : 5.5.37-35.1-log |
#496
|
|||
|
|||
Any fix for these my last posts??
Especially for the the one upside this one. And also how i can exclude certain forum from the hide content??? For example I hide links to the guest, but them result hide also in the "Forum Rues" where are some links that the guest must see. :erm: |
#497
|
|||
|
|||
I update to version 4.5 but the checker (admincp-MARCO1 Hide All-Version Checker) indicate this:
Current Version: 4.0 Latest Version: 4.5 But if I go to Products and Plugins appears that I use 4.5. |
#498
|
|||
|
|||
Any answer for this question?
"Is it possible to exclude certain forum from the hide content??? For example I hide links to the guest, but them result hide also in the "Forum Rues" where are some links that the guest must see." |
#499
|
|||
|
|||
Hi Marco1 please is it possible to add at this plugin the same option you add here:
"""MARCO1 Hide Thread Content With excluding forum to hide content""" I need and sure will be useful for all to exclude some forum from hide content (like the Forum Rules for example) And also I see that the plugin hide also the images linked, is possible to decide to exclude the images from the hidden things? Thank in advance and please give us an hand, because I see that there isn't a plugin on vb.org to hide links only in the desired forums, so you by making some little modifications to your plugin can make a great thing. MARCO1 we hope in your help. |
#500
|
|||
|
|||
Quote:
please help us to hide exclude forum option... |
#501
|
|||
|
|||
i added box to guest settings but how can i add working stop code...
Code:
$this_stop = 0; if (!empty($this->registry->options['MARCO1_HideForumID'])){ $MARCO1_Forum_NOHIDE = explode(" ",$vbulletin->options['MARCO1_HideForumID']); if(in_array($thread['forumid'],$MARCO1_Forum_NOHIDE)){ ]) { $post['message'] = preg_replace('/\\[url\\](.*)\\[\/url\\]/siU', '\\1', $post['message']); $this_stop = 1; } } i tried all of hide code deaktivated |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|