vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Advanced BBCode Permissions (https://vborg.vbsupport.ru/showthread.php?t=122942)

datoneer 07-22-2011 07:36 PM

installed without problems but when i turn it on for guests, links [code] are still showing.
That means that this actually doesn't work. I have a custom theme. Is that maybe a problem?

BirdOPrey5 07-22-2011 09:39 PM

Are you saying guests can still SEE links or guests can POST links?

datoneer 07-23-2011 03:41 AM

Guests can still SEE links!

BirdOPrey5 07-24-2011 12:32 PM

Quote:

Originally Posted by datoneer (Post 2223781)
Guests can still SEE links!

This is expected behavior. This mod would stop guests from POSTING links assuming you let guests post.

This prevents usergroups from USING BBCodes... If a registered user has permission to post a link then anyone viewing the post will see the link.

I believe there are other mods out there to specifically stop guests from SEEING links. Should be easy to find with a search.

FReeSTER 08-02-2011 06:50 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2139819)
Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB Code Permissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete

Find the line: (It should be the only line)
Code:

$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:

if (isset($this->bbcode_tag_list))
{
    $this->tag_list = $this->bbcode_tag_list;
}

And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.

Bro you have rescue me again, thank you so much
Confirm working on vb4.1.3

UDPride 08-19-2011 02:10 AM

Does this mod still ignore the IMG tag usergroup perm functionality? Unfortunately I had to uninstall as thats the function I really need. Easiest way to extinguish the porn spammers. I dont care if anyone posts with bold or italics.

If something else is out there that address the IMG tag for usergroups, let me know. Thanks.

Jaffery 02-09-2012 01:02 PM

I am seeing here that its working for vb 4.x series, but I installed it on vb4.1.7 , guests can still post links .. am I missing something ?
I changed their permission from
usergroup-> usergroup manager --> edit user group

disabled LINK / EMAIL bbcode , but still guests can post link !!!

muffel 05-11-2012 08:29 AM

I have installed this add-on yesterday.

We want to use it, to restrict the use of the URL-BB-Code. But when I turn on the add-on - Users are still able to make postings with the BB-Code in - but the Code won't be parsed. After such an user has posted something with a link, it looks like:

Code:

[*URL]blablablabla.com[/URL*]
(without the *)

And that is not so nice. Is there a possibily just to show the url as text, without the bb-code-tags around?
So - if this user will get in another usergroup where Links are allowed, that the old links will not turn over to real links.

BirdOPrey5 05-11-2012 11:35 AM

Almost anything is possible muffel but what you ask is a big change from the existing mod and since the original coder hasn't updated it in 6 years (yes years) and it's not "Re-Usable" code, there is about no chance it is going to happen. I would suggest you use it as is or make other arrangements.

muffel 05-11-2012 12:26 PM

Thank you for your fast answer.

Is there maybe another mod, you can do this?
Or is there a way to change this mode a little? :)


All times are GMT. The time now is 02:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01219 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete