'vBulletin Quick Tips and Customizations' News.

The latest vBulletin and 'vBulletin Quick Tips and Customizations' related news directly to your doorstep from The Staff Lounge. Don't forget to checkout what else we have to offer by browsing our interactive online archive page too.


Archive for the 'vBulletin Quick Tips and Customizations' Category



vBulletin Tips

Note: This only applies to the 3.x series

One reasonably common request for a simple change is to have the logo point to the site home page instead of the Forums home page. This is a simple change in the header template as follows.

Find this code:

Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
and replace it with this:

Code:
<a href="$vboptions[homeurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[hometitle]" /></a>
Provided the url provided in AdminCP > vBulletin Options > Site Name / URL / Contact Details is correct, this will effect this change.

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

Tags: database, installation, manage, modification, server, vb, vbulletin
vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…

vBulletin Tips

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’, 1);

This bypasses the file checks, e.g that install.php one you get after installation. This is potential security risk, shouldn’t be enabled in production.
define(’BYPASS_FILE_CHECK’, 1);

This defines whether vBulletin is in demo mode or not.
define(’DEMO_MODE’, 1);

Our famous saviour for when modifications go bad…. thank you hooks :)
define(’DISABLE_HOOKS’, 1);

This forces all the hooks to be used, however, the above overrides this.
define(’FORCE_HOOKS’, 1);

This disables mail being sent out from your server.
define(’DISABLE_MAIL’, 1);

Sends pasword as raw…




Delve Deeper

Extra Stuff

You are currently browsing the The Staff Lounge weblog archives for the 'vBulletin Quick Tips and Customizations' category.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

Powered By

Living Off

Forums Powered By vBulletin Blog Powered By Wordpress Skin Designed By Binary Bonsai