-
About .htaccess
-
Created by:
Wayne Luke
- Published: Mon 11 Sep '23, 11:57am
- 61 views
- 0 comments
About .htaccess
.htaccess is a configuration file for the Apache Web Server. It allows you to customize how your server works. Depending on how your hosting provider has the server configured, you can redirect people to different locations, secure directories and files, tell browsers how long to cache files, update PHP variables, and more. vBulletin comes with a pretty extensive .htaccess file that does a these things for you. Location vBulletin comes with a file named htaccess.txt in the original download. When ... -
Created by:
-
Answered Topics
-
Created by:
Mark.B
- Published: Sun 8 Jan '23, 11:43am
- 0 comments
Answered Topics
In vBulletin 5.6.5, we added a new feature - Answered Topics.
Topics can now be marked as "Answered." This is a special status applied to a specific post within the topic. The post that is marked as the Answer will be highlighted and show directly under the starting post in the topic.
The ability to mark posts as the Answer in a topic is controlled by permissions. There are three different permissions to control this.
Usergroup and Channel Permissions both...Last edited by Mark.B; Sun 8 Jan '23, 12:17pm. -
Created by:
-
Custom Node Fields
-
Created by:
Mark.B
- Published: Thu 29 Dec '22, 2:20am
- 3 comments
Custom Node Fields
In 5.7.2, we have added a new feature - Custom Node fields.
This new feature allows Administrators to define text and text area fields that are assigned to channels (eg forums).
When a user creates a new topic, defined custom node fields will be available.- The Administrator will create Field Categories in the AdminCP. Each category is assigned to one or more channels.
- Within each category, the Administrator can create one or more fields that will get assigned
Last edited by Mark.B; Tue 3 Jan '23, 2:21pm. -
Created by:
-
Using User Ranks
-
Created by:
Wayne Luke
- Published: Tue 25 Oct '22, 12:04pm
- 2 comments
Using User Ranks
User ranks allow the administrator to set up image and HTML rewards for their users once they reach specific goals. In versions before vBulletin Connect 5.7.1, ranks could only be triggered by the number of posts and the usergroups assigned to the user. In vBulletin Connect 5.7.1, User Ranks have been expanded to allow more flexibility in creating individual ranks. Now you can build combinations of different criteria to create unique ranks for your site.
Ranks can be created using th... -
Created by:
-
Configuring Debug Mode
-
Created by:
BirdOPrey5
- Published: Thu 2 Sep '21, 10:46am
- 6 comments
Configuring Debug Mode
Debug mode is useful for development purposes- it is required if you will be creating VB5 Modifications you intend to distribute for others to download. However it is also useful for trouble-shooting issues with your site as debug mode often provides more specific error messages when something goes wrong- as such if you are having trouble support will often ask you to put your site into debug mode.
Debug mode requires two small file edits in vBulletin 5. This is because VB5 has two...4 Photos -
Created by:
-
Excluding Custom Files from Suspect File Diagnostic
-
Created by:
Wayne Luke
- Published: Mon 24 Aug '20, 8:48am
- 3 comments
Excluding Custom Files from Suspect File Diagnostic
If you have custom files, you can create an md5 sums for your smilie directory if you want. Inside the /do_not_upload folder of your download package is a checksum sub-folder. That will create custom md5_sums files.- Copy the included sample_checksum_config.php file to smilies_config.php.
- Enter in your forum root.
- Give it a product id like 'smilies'.
- Delete the existing directories and files in the scanpaths.
- Add in
'/core/images/smilies',
under the directories comment. - Run the command
Last edited by Wayne Luke; Thu 29 Sep '22, 8:06am. -
Created by:
-
Including Custom PHP in Modules.
-
Created by:
Wayne Luke
- Published: Mon 10 Aug '20, 2:05pm
- 20 comments
Including Custom PHP in Modules.
We've created a new package that is intended to facilitate the replacement of custom PHP modules with custom Display Template modules. It also demonstrates how to create custom API functions in general. You will find this package attached below. Steps to replace a PHP module Module Edit the api/main.php file Find the customWidgetHtml function Copy your php code from the module into the function. Change the code to generate a string value instead of echoing content and set that to the $myhtml par...Last edited by Wayne Luke; Tue 26 Apr '22, 2:38pm. -
Created by:
-
Creating a Redirect Channel
-
Created by:
Wayne Luke
- Published: Wed 5 Feb '20, 6:10pm
- 4 comments
Creating a Redirect Channel
In older versions of vBulletin, you could specify a URL to redirect a forum to another location. This could be on your site or elsewhere. With the release of vBulletin 5, this functionality was removed. You can recreate this functionality using Template Hooks. I will outline the steps to create a channel redirect here.
Note: This functionality is not available on vBulletin Cloud at this time.This tutorial involves changing options, creating custom templates and building a temple hook. Allowi... -
Created by:
-
Creating the Sitemap XML for your vBulletin
-
Created by:
Wayne Luke
- Published: Sat 27 Oct '18, 12:18pm
- 2 comments
Creating the Sitemap XML for your vBulletin
The XML Sitemap specification allows search engines to index your site more efficiently. vBulletin 5 Connect can create the Sitemap automatically so you can submit it to your favorite search engines. Using the default path If you are using vBulletin Cloud, you must use this option. The default value for this is core/store_sitemap. Make sure the directory is CHMOD 0777 on your server. In the AdminCP, go to Settings -> Options -> XML Sitemap and set Enable Automatic Sitemap Generation to Yes. ...Last edited by Wayne Luke; Wed 23 Sep '20, 8:28am. -
Created by:
-
The Basic Anatomy of a vBulletin Page
-
Created by:
Wayne Luke
- Published: Mon 11 Sep '17, 8:55am
- 3 comments
The Basic Anatomy of a vBulletin Page
vBulletin 5's user output is created using a system of pages that are customizable by the site administrator. This system is called Site Builder. By breaking the system down into pages, a lot of control is given to the system administrator. By using Site Builder, you can create a unique site without any knowledge of HTML or CSS.
vBulletin's pages are created using layers built upon a grid layout. Each page starts with a layout which defines the content areas of the page. Layouts define... -
Created by:
Categories
Article Tags
Latest Articles
-
by Wayne Luke.htaccess is a configuration file for the Apache Web Server. It allows you to customize how your server works. Depending on how your hosting provider has the server configured, you can redirect people to different locations, secure directories and files, tell browsers how long to cache files, update PHP variables, and more. vBulletin comes with a pretty extensive .htaccess file that does a these things for you. Location vBulletin comes with a file named htaccess.txt in the original download. When ...
-
Channel: Tutorials
Mon 11 Sep '23, 11:57am -
-
by Mark.BIn vBulletin 5.6.5, we added a new feature - Answered Topics.
Topics can now be marked as "Answered." This is a special status applied to a specific post within the topic. The post that is marked as the Answer will be highlighted and show directly under the starting post in the topic.
The ability to mark posts as the Answer in a topic is controlled by permissions. There are three different permissions to control this.
Usergroup and Channel Permissions both...-
Channel: Tutorials
Sun 8 Jan '23, 11:43am -
-
by Mark.B
In 5.7.2, we have added a new feature - Custom Node fields.
This new feature allows Administrators to define text and text area fields that are assigned to channels (eg forums).
When a user creates a new topic, defined custom node fields will be available.- The Administrator will create Field Categories in the AdminCP. Each category is assigned to one or more channels.
- Within each category, the Administrator can create one or more fields that will get assigned
-
Channel: Tutorials
Thu 29 Dec '22, 2:19am -
by Wayne Luke
User ranks allow the administrator to set up image and HTML rewards for their users once they reach specific goals. In versions before vBulletin Connect 5.7.1, ranks could only be triggered by the number of posts and the usergroups assigned to the user. In vBulletin Connect 5.7.1, User Ranks have been expanded to allow more flexibility in creating individual ranks. Now you can build combinations of different criteria to create unique ranks for your site.
Ranks can be created using th...-
Channel: Tutorials
Tue 25 Oct '22, 12:04pm -
-
by Wayne LukeIf you have custom files, you can create an md5 sums for your smilie directory if you want. Inside the /do_not_upload folder of your download package is a checksum sub-folder. That will create custom md5_sums files.
- Copy the included sample_checksum_config.php file to smilies_config.php.
- Enter in your forum root.
- Give it a product id like 'smilies'.
- Delete the existing directories and files in the scanpaths.
- Add in
'/core/images/smilies',
under the directories comment. - Run the command
-
Channel: Tutorials
Mon 24 Aug '20, 8:48am -
by Wayne LukeWe've created a new package that is intended to facilitate the replacement of custom PHP modules with custom Display Template modules. It also demonstrates how to create custom API functions in general. You will find this package attached below. Steps to replace a PHP module Module Edit the api/main.php file Find the customWidgetHtml function Copy your php code from the module into the function. Change the code to generate a string value instead of echoing content and set that to the $myhtml par...
-
Channel: Tutorials
Mon 10 Aug '20, 2:05pm -