vb.org Archive

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

TitanJeff 09-05-2008 12:55 PM

Has the issue of this shutting down the rss feeds been addressed yet? I'd love to use this if it has.

aldamon 09-05-2008 04:14 PM

I changed this to less than 1 post because 15 is too high for our board. Thanks for the hack!

kevcj 10-01-2008 06:36 PM

Does this add an extra query to the database or any extra server load?

CtrlAltDel 10-01-2008 07:01 PM

Thank you, one of my forums got slammed today and the clean up was a PITA.

Keyser S?ze 10-01-2008 07:59 PM

would it be possible to add a block to whats called ed2k links, i had this one little bastard flooding my forums with them to things i wont mention here

most of an ed2k link is gibberish but u can also see letters inside the gibberish and all ed2k links start out like "ed2k://"

Charlie98902 10-02-2008 01:12 PM

I am wanting to use this but I want to change the amount of posts before you can use either is this possible?

Keyser S?ze 10-02-2008 08:37 PM

Quote:

Originally Posted by Charlie98902 (Post 1635595)
I am wanting to use this but I want to change the amount of posts before you can use either is this possible?

yea i did the same, i changed it to fewer than 3 posts, just to take care of bots

admincp>plug-in manage>edit the plaug-n, i think ull see it the setting is clearly there and right near the top

Charlie98902 10-02-2008 08:49 PM

Quote:

Originally Posted by Keyser S?ze (Post 1635975)
yea i did the same, i changed it to fewer than 3 posts, just to take care of bots

admincp>plug-in manage>edit the plaug-n, i think ull see it the setting is clearly there and right near the top

If I am right it is this that needed editing? Where it says 15?

Code:

global $vbulletin;
                $pagetext =& $this->fetch_field('pagetext', 'post');
                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')));
                                $this->error('error_nourlallowed');
                                $return_value = false;
    }


Charlie98902 10-02-2008 09:31 PM

Okay that works but I can't find where I can edit the default message. If I try to post links or a pic the first time posting it says :

1. You are only allowed to post URLs to other sites after you have made 15 posts or more.

I need to be able to edit that. Anyone know how? Thanks

Keyser S?ze 10-02-2008 09:48 PM

yea, the msg go to lang & phrases, its in global i think but i dont recall the exact name


All times are GMT. The time now is 04:37 PM.

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.01613 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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