How to configure vBulletin albums?

How to configure vBulletin albums?

The vBulletin Albums functionality allows you to create albums with images and share them with the other forum members. You can configure the albums settings from the vBulletin admin control panel->Options->User Profile: Album Options. The “My Albums” link will be … Continued
How to change the posts text color in vBulletin

How to change the posts text color in vBulletin

The posts text color and the quote text color can be changed by entering the preferred color in the .postcontentdefinition. Check the following example: .postcontent { text-align: right; word-wrap: break-word; color: green; } The variable definition can be altered through your … Continued
How to allow your vBulletin members to change the forum style?

How to allow your vBulletin members to change the forum style?

In order to allow your vBulletin members to switch between the installed forum front-end styles navigate to your vBulletin admin panel->Settings->Options->Style & Language Settings->Edit Settings. Select the Yes radio button in the Allow Users To Change Styles area and save the modification. In this … Continued
How to move a vBulletin web site from a subfolder to the root directory

How to move a vBulletin web site from a subfolder to the root directory

In order to move a vBulletin forum from a subfolder to the root directory for your web site content (e.g. public_html), you should move the forum files and the corresponding subfolders there. Then open your vBulletin admin panel->Settings->Options->Site Name / … Continued
How to edit the vBulletin confirmation registration e-mail message?

How to edit the vBulletin confirmation registration e-mail message?

The confirmation e-mail text can be altered from your vBulletin admin control panel->Languages & Phrases->Search in Phrases. Enter the registeremail string in the Search for Text field. Select the Phrase Variable Name Only option and click on the Find button. Then edit the registeremail phrase.