vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts (https://vborg.vbsupport.ru/showthread.php?t=96018)

amykhar 01-09-2006 02:00 PM

Original file updated.

One thing I have noticed, if you use the wysiwyg editor and post a link, deleting the link doesn't seem to always get rid of the vb code for the link. You have to view the actual post by switching editor mode and then clean out that vb code.

wolfyman 01-10-2006 01:45 PM

nice, thanks Amy :)

dsotmoon 01-10-2006 09:42 PM

what am i doing wrong? i downloaded, installed as as a product on 3.5.0 (with security patches), checked that it was enabled, added a new testuser through admincp and tested, and it doesnt prevent links from being posted

aaarrrgghhhh

Nam 01-11-2006 05:31 AM

Quick question, how can I make mods and admin exempt from this?

amykhar 01-11-2006 02:06 PM

Quote:

Originally Posted by dsotmoon
what am i doing wrong? i downloaded, installed as as a product on 3.5.0 (with security patches), checked that it was enabled, added a new testuser through admincp and tested, and it doesnt prevent links from being posted

aaarrrgghhhh

I don't see your forum listed on your homepage, so I can't support you.

amykhar 01-11-2006 02:07 PM

Quote:

Originally Posted by Nam
Quick question, how can I make mods and admin exempt from this?

Make them post more :D

No, seriously, in the check for posts in the plugin, exclude your mod and admin usergroups.

Nam 01-11-2006 04:22 PM

Sorry, I've checked the code, where can I add mod and admin usergroups?

PHP Code:

$pagetext $vbulletin->GPC['message'];
if ((
$vbulletin->userinfo[posts] < 15) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(
standard_error(fetch_error('error_nourlallowed')));
        } 


Guest210212002 01-23-2006 07:54 PM

I have this installed, and it's been working perfectly up until today. Apparently new members (today, a guy with two posts) are able to post links if they wrap them in URL tags.

Eg:

Code:

[ url=www.spam.com]Free iPod![/url ]

bondjetta 01-27-2006 02:47 PM

Has anyone else noticed that this hack causes the Article Bot hack to stop running? Any ideas why? My article bot has 130+ posts so it's not a post count issue...thanks :)

amykhar 01-27-2006 04:06 PM

I don't use the article bot; so I'm not going to be of any help with that question.


All times are GMT. The time now is 04:56 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.01049 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_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