+ Post New Thread
Threads 1 to 20 of 141
Page 1 of 8
FirstFirst 1 2 3 ... LastLast

Forum: vBulletin Quick Tips and Customizations

Instructions for common questions regarding implementing features and changes in vB versions 3.6 and 3.7.

  1. Sticky Thread Sticky: [vB 3.7] How to Reduce Spam and Registration Bots

    Most people are being hit with a lot of spam these days. Some things you can do to reduce this are: 1. Moderate new registrationsAdmin CP -> vBulletin Options -> User Registration Options ->...

    Posted By Steve Machol
    9
    38,572
    Wayne Luke
    Mon 20th Apr '09 12:22pm
  2. Sticky Thread Sticky: [Any Version] How To Reduce Server Load

    The following settings in the vBulletin Options are optional and should be disabled if you are experiencing high server loads Server Settings & Optimization Options - Update Thread Views...

    Posted By peterska2
    1
    12,901
    Wayne Luke
    Fri 23rd Mar '07 2:27pm
  3. Sticky Thread Sticky: [vB 3.6] How to Reduce Spam and Registration Bots

    Step 0 : Upgrade to the latest stable build of vBulletin to get the best anti spam tools and options. http://www.vbulletin.com/forum/showthread.php?t=275800 Most people are being hit with a lot of...

    Posted By Steve Machol
    1
    31,185
    white_2kgt
    Thu 14th Dec '06 9:27am
  4. Sticky Thread Sticky: [Any Version] How To Make My Forums More Secure

    Here's some things you can do to increase the level of security for your forums: Always upgrade to the latest stable version. Do not install any unofficial hacks or plugins as they are not...

    Posted By Steve Machol
    7
    31,338
    Andy Huang
    Mon 31st Jul '06 12:25am
  5. Sticky Thread Sticky: Can't post in this forum? Read this!

    This forum is limited to staff members only to post and post replies in, that's why even licensed members can't participate. If you wish to submit your own quick tips and hints thread please post...

    Posted By Floris
    0
    7,379
    Floris
    Thu 2nd Mar '06 10:59pm
  1. [Any Version] vBulletin Configuration Constants

    I've managed to scrape up some defines/constants for use in vBulletin's config file (config.php) This forces all userinfo queries to include avatar information. define('AVATAR_ON_NAVBAR',...

    Posted By deuterium
    config, constants, define, vBulletin
    0
    1,388
    deuterium
    Sun 23rd Aug '09 9:03pm
  2. [vB 3.8] [Tip] Having Suhosin Module Problems? Try this

    Here is a tip for any one who is having trouble with the Suhosin module in vbulletin. It was bugging me for a long time. I have it originally posted HERE in my admin blog for my website. I was...

    Posted By paintballer.ie
    0
    519
    paintballer.ie
    Thu 20th Aug '09 6:27pm
  3. [Any Version] Add Anti-spam links to "New User at Forum" Admin E-mail

    When a new user registers, admins receive an e-mail with their registration information. I've improved this e-mail with a link to check the new user's e-mail address against a spam list, and also...

    Posted By feldon23
    0
    745
    feldon23
    Sat 15th Aug '09 5:07pm
  4. [Any Version] MySQL error: Access denied for user

    If you are getting the above error, this means either: 1. One or more of the following is wrong in your config.php file: - $config - $config (except in rare cases, this should almost always...

    Posted By Steve Machol
    4
    20,192
    Steve Machol
    Tue 4th Aug '09 2:29pm
  5. [Any Version] How To Add A Link To The Navbar

    Taken from Jake's Post. I just adjusted the code to reflect vb 3.6 Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Navigation/Breadcrumb Templates -> navbar Find this code....

    Posted By Gomjaba
    1
    11,120
    Steve Machol
    Tue 2nd Jun '09 5:15pm
  6. Information on the Gumblar Virus

    There is a new virus that is affecting a variety of PHP driven websites out there. The method of injection isn't completely known at this time. It has been noticed to affect vBulletin sites amongst...

    Posted By Wayne Luke
    2
    6,130
    Wayne Luke
    Sat 23rd May '09 11:40am
  7. [Any Version] Emulate IE7 on IE8

    As Internet Explorer 8 Beta 1 is public beta, using the standard mode breaks the layout and functionnalities of vBulletin. To avoid this and to force your users to use the "Emulate IE7" button...

    Posted By PitchouneN64ngc
    2
    5,885
    Floris
    Sat 9th May '09 8:47pm
  8. [vB 3.8] Move Guest Message to Notices

    When a guest user visit your forum they get a message that says: Currently this only shows on the front page of your forums. Using Notices you can show this on every page. First open your...

    Posted By Wayne Luke
    0
    1,420
    Wayne Luke
    Fri 17th Apr '09 3:20pm
  9. [vB 3.7] Create visually appealling Notices

    With the new Notices system in vBulletin 3.7.X, you can make announcements and notices to your members based on particular criteria. By default they are plain text though you can liven them up using...

    Posted By Wayne Luke
    1
    4,082
    Wayne Luke
    Fri 17th Apr '09 3:13pm
  10. [Any Version] How to Fix the Accidental Banning of All IPs

    If you have accidentally banned all IPs, then to fix this you will need to remove all banned IPs from the database. To do this run this query: UPDATE setting SET value ='' WHERE varname = 'banip'...

    Posted By Steve Machol
    0
    1,393
    Steve Machol
    Thu 19th Mar '09 4:07pm
  11. [Any Version] Stop users abusing the color BB code to hide text

    I had a problem a few weeks ago where users would change the text color to "white" to hide post content from the moderators (my forums have a white background) The quick fix was to turn off the BB...

    Posted By Nxs
    0
    691
    Nxs
    Tue 3rd Mar '09 3:19pm
  12. Vbulletin Conditionals

    A list of useful conditionals for Vbulletin, this list will be upgraded with more useful information: 1. How to setup a conditional to show some information only to 1 usergroup. 2. How to...

    Posted By SaN-DeeP
    2
    11,643
    Steve Machol
    Sun 1st Mar '09 8:36pm
  13. How to require a set number of posts before adding additional permissions

    This can be done with a group promotion that is based on post count. First you need to remove the ability to use custom avatars for the usergroup in question: Admin CP -> Usergroups ->...

    Posted By Jake Bunce
    1
    1,451
    peterska2
    Thu 26th Feb '09 5:19am
  14. [vB 3.8] Publish VBulletin Stuff to FaceBook

    Send a Vbulletin Page, Post, Thread to Facebook Profile http://www.facebook.com/share_partners.php Just Copy the Code and Put it anywhere on your Vbulletin Page Here is How to Publish a Thread...

    Posted By Cobra-J82
    0
    859
    Cobra-J82
    Sun 22nd Feb '09 2:02am
  15. [vB 3.8] How to align signatures to bottom (when using postbit)

    This template edit will align users' signatures to bottom, when forum uses postbit template. Original idea by Sledgstone (found on vbulletin.org) rearranged and updated for vB 3.8 by me. Admin CP...

    Posted By SecTa
    0
    1,731
    SecTa
    Thu 19th Feb '09 12:42pm
  16. Make "New Posts" and "Today's Posts" display results only for current forum

    I had to modify vBulletin to display only results from current forum when using “Today’s Posts” (when not logged in) or “New Posts” (when logged in) link on the top. I made the following changes...

    Posted By sysadm
    0
    1,223
    sysadm
    Fri 13th Feb '09 7:22pm
  17. Forbidden and Not acceptable errors?

    My users and myself are having issues with blank pages, forbidden and not acceptable errors, what can I do? There is a very good chance your host has installed a add-on for apache called...

    Posted By Zachery
    1
    24,226
    Steve Machol
    Sat 31st Jan '09 4:04pm
  18. How to Integrate Google Adsense in 3.8

    There are a few steps involved in integrating Google Adsense into your forums with vBulletin 3.8. Before Downloading - Log in to your member's area at http://members.vbulletin.com - In the left...

    Posted By Wayne Luke
    1
    8,018
    Wayne Luke
    Fri 9th Jan '09 10:20am
  19. [Any Version] Quick Upgrade Checklist to Minimize Downtime when Upgrading vBulletin

    This is my checklist and "how to" for upgrading vBulletin as smoothly and as quickly as possible. The goal is to have under 60 seconds downtime from the time you close your forums until you...

    Posted By David Grove
    0
    3,634
    David Grove
    Tue 6th Jan '09 1:57pm
  20. Integrating Google Adsense Authorization

    Yes, it does work very well. Thank you very much. However, it would only be "almost laughably simple" to someone who has far more expertise into the system than the average forum administrator - and...

    Posted By eJM
    0
    1,853
    eJM
    Fri 12th Dec '08 6:05pm
+ Post New Thread
Page 1 of 8
FirstFirst 1 2 3 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 30 replies or 300 views
Hot thread with unread posts
More than 30 replies or 300 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts