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...
-
The Basic Anatomy of a vBulletin Page
-
Created by:
Wayne Luke
- Published: Mon 11 Sep '17, 9: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:
-
Enabling Two-Factor Authentication
-
Created by:
Wayne Luke
- Published: Tue 4 Apr '17, 9:38am
- 1 comment
Enabling Two-Factor Authentication
vBulletin 5.3.0 and higher will allow site owners to enable Two-Factor Authentication for Administrator and Moderator functionality. This is an extra layer of security provided to make sure your user data remains as safe as possible. Two-Factor Authentication works in conjunction with an app on the user's smartphone, tablet, or computer. These apps provide a security token that lasts a limited time before expiring. The security token is created using industry standard algorithms and a unique string...
-
Created by:
-
How to moderate the posts of new users only
-
Created by:
Wayne Luke
- Published: Wed 22 Mar '17, 11:13am
- 0 comments
How to moderate the posts of new users only
To help combat spam, many users opt to have new user’s posts moderated until they’ve made a specific number of posts. This allows the Admin/Moderator team to keep potentially malicious posts out of the public eye until a user has effectively passed a ‘probationary period’ as a member of the site.
In order to do this, you will need to create a custom usergroup and a promotion.
Creating a Custom Usergroup
First, you need to setup the usergroup for your non-Moderated...Last edited by Wayne Luke; Fri 6 Mar '20, 10:59am. -
Created by:
-
Rebuilding the Sphinx index
-
Created by:
Wayne Luke
- Published: Fri 3 Feb '17, 2:01pm
- 7 comments
Rebuilding the Sphinx index
From time to time, we will need to update the indexing schema for the Sphinx server. In order for this fix to take effect, you will need to update the sphinx schema for the index. Follow these steps to rebuild your Sphinx Search Schema.- Stop the Sphinx service on your server.
- Replace your existing Sphinx configuration file (vbulletin-sphinx.php) with the one provided in the current version of vBulletin 5 Connect. You can find this file in the do_not_upload directory.
- Update the file as provided
-
Created by:
-
Using the Search JSON
-
Created by:
captainslater
- Published: Thu 29 Jan '15, 5:51am
- 1 comment
Using the Search JSON
Using the advanced editor you can create powerful search modules. Following you find possible filters / parameters for using within these modules:
The search JSON parameter has the following format:
Code:{ "filter": <value>, "filter": <value>, ... }
Filters
The valid filters... -
Created by:
-
vB5 How To: Create a custom home page
-
Created by:
Mark.B
- Published: Tue 15 Apr '14, 9:27am
- 9 comments
vB5 How To: Create a custom home page
This Tutorial is out of date and no longer valid.
Many vBulletin sites have historically used some sort of portal, or even the vB4 CMS, as their default "landing" page if you visit the root URL....www.mysite.com, with no /forum etc.
Currently in vB5 there is no CMS, and there is no portal addon such as vBAdvanced.
So what do you do?
Well, you could simply rewrite the root URL so it points to /forum, or wherever your forum actually is....Last edited by Wayne Luke; Wed 5 Feb '20, 8:59pm. -
Created by:
-
How to add a Google Calendar to VB5
-
Created by:
BirdOPrey5
- Published: Wed 26 Mar '14, 5:05am
- 2 comments
How to add a Google Calendar to VB5
This will show you how to add a Google Calendar to your VB5 Connect or vBCloud site. The calendar will be on a custom page in an IFRAME.
Live Demo: http://sedona.vbulletin.net/SedonaCalendar
1) First make sure you have a Google account and are signed into it. (If you have Gmail or use any Google services you already have a Google account.)
2) Go to Google Calendar - https://www.google.com/calendar/render
3) On the side expand "My Calendars"...Last edited by BirdOPrey5; Tue 1 Apr '14, 4:22am. -
Created by:
-
VB5 How To: Add a Privacy Policy or other Custom Page and Link it in the Footer
-
Created by:
BirdOPrey5
- Published: Sun 16 Mar '14, 12:57am
- 2 comments
VB5 How To: Add a Privacy Policy or other Custom Page and Link it in the Footer
Note: This article is for an older version of vBulletin. As such, the instructions are slightly out of date. vBulletin 5.7.5 includes native pages for your privacy policy and terms of service so you do not need to add these.
This tutorial is good for both the download version of VB 5,x and vBCloud.
Note- You must be logged into the forum to see the images.
If you want to add a custom page to your site, such as a privacy policy, and link it through the footer of your site...Last edited by Wayne Luke; Mon 28 Aug '23, 3:32pm. -
Created by:
-
vB5 How To: Add a custom page to the navbar
-
Created by:
Mark.B
- Published: Sat 15 Mar '14, 8:36am
- 1 comment
vB5 How To: Add a custom page to the navbar
This tutorial will help you to add a navbar link to a custom page that you have created using THESE instructions.
Firstly, make sure you are logged in as an Admin - so you can access Site Builder.
Then, switch Site Builder ON using the switch at the very top right of the screen.
Then, click "Navigation Bar" from the site builder menu.
... -
Created by:
-
vB5 How To: Add a signature divider
-
Created by:
Mark.B
- Published: Sat 15 Mar '14, 8:22am
- 2 comments
vB5 How To: Add a signature divider
AS OF 5.1.3 THIS IS NO LONGER REQUIRED, SIGS HAVE A DIVIDING LINE BY DEFAULT
By default, vB5's signatures do not have a dividing line to separate them from the post they are under.
On longer posts this can make it difficult for users to distinguish where the post ends and the signature starts.
To add a dividing line that matches the general styling, add this to the template css_additional.css:
Code:.post-signature { border-top: 1px dotted {vb:stylevar
Last edited by Mark.B; Sat 18 Oct '14, 2:06am. -
Created by:
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
administration (1)
beginner (3)
channels (1)
cloud (1)
connect (1)
Custom (1)
Google (1)
how to (1)
howto (1)
https (1)
Intermediate (2)
MYSQL (1)
passwords (1)
recovery tools (1)
security (2)
seo (1)
sftp (1)
ssl (1)
ssl certificate (1)
style (1)
tls (1)
tutorial (2)
users (1)
vb5howto (5)
vbcloud (1)
Latest Articles
Collapse
-
by Wayne LukeThe favicon allows you to extend your brand identity to the browser tab. This can often be the only thing a user sees if they have many tabs open. The favicon is a special 16 X 16 icon that the browser automatically looks for in the root directory of your site. vBulletin also ships with one in its root directory. If vBulletin is installed in the root directory of your site, you can overwrite the provided icon to change it for your users. However, you will need to remember to do this with every version...
-
Channel: Tutorials
Tue 21 Nov '23, 11:39am -
-
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, 12:57pm -
-
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, 12:43pm -
-
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, 3: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, 1: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, 9:48am