Articles

Collapse
  •  
  • Time
  • Show
Clear All
new posts

  • How to moderate the posts of new users only

    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...
    Go to post
    Last edited by Wayne Luke; Fri 6 Mar '20, 9:59am.

  • Rebuilding the Sphinx index

    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.
    1. Stop the Sphinx service on your server.
    2. 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.
    3. Update the file as provided
    ...
    Go to post

  • Converting your forum to https

    Converting your forum to https

    CONVERTING YOUR FORUM TO HTTPS
    Applies to self-hosted versions of:
    vBulletin 3; vBulletin 4; vBulletin 5;
    Cloud sites have https enabled by default and you do not need to do anything.

    This FAQ explains how to convert your vBulletin forum to use secure https (SSL) rather than http, and why you might need to.
    Note: This guide contains links to external sites. vBulletin Solutions is not responsible for the content of external links and cannot be held responsible...
    Go to post
    Last edited by Wayne Luke; Thu 5 Aug '21, 1:24pm.

  • Creating a Custom Style with vBulletin 5 Connect.

    Creating a Custom Style with vBulletin 5 Connect.

    This tutorial will walk you through the steps of creating your custom style for a vBulletin 5 Connect site using Style Variables. The tutorial assumes that you have already uploaded your custom logo using the Quick Setup Tool in Site Builder....
    Go to post
    Last edited by Wayne Luke; Tue 5 May '15, 7:50am.

  • Using the Search JSON

    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>, ... }
    <value> may be any valid string, number or JSON structure and will be interpreted by the specified filter. Filters not listed below are ignored.

    Filters

    The valid filters...
    Go to post

  • Introduction to Themes

    Introduction to Themes

    Themes are styles designed to be easier to maintain over time. Themes typically change a few elements to achieve a new look and feel. These elements include background images, fonts and colors and are typically handled by style variable changes without changing templates. The theme system allows us to offer multiple styles to customers out of the box. This is especially helpful for Cloud customers as they cannot upload additional Styles at this time....
    Go to post
    Last edited by Mark.B; Mon 10 Nov '14, 2:08pm. Reason: Typo

  • vB5 How To: Create a custom home page

    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....
    Go to post
    Last edited by Wayne Luke; Wed 5 Feb '20, 7:59pm.

  • How to add a Google Calendar to VB5

    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"...
    Go to post
    Last edited by BirdOPrey5; Tue 1 Apr '14, 3:22am.

  • VB5 How To: Add a Privacy Policy or other Custom Page and Link it in the Footer

    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...
    Go to post
    Last edited by Wayne Luke; Mon 28 Aug '23, 2:32pm.

  • vB5 How To: Add a custom page to the navbar

    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.

    ...
    Go to post
There are no articles in this category.
 
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Latest Articles

Collapse

  • Understanding MySQL's Table Status Output
    by Wayne Luke

    AdminCP → Maintenance → Diagnostics → System Information MySQL's SHOW TABLE STATUS command helps gather information about tables in a database. When executed, it provides a detailed overview of various metrics related to each table in the database. This information can be valuable for database administrators and developers to optimize performance, troubleshoot issues, and better understand their databases' structure. Let's delve into the output of MySQL's SHOW TABLE STATUS command and underst...

    Thu 22 Feb '24, 10:13am
  • vbevent.php
    by Wayne Luke
    (vBulletin 6+) This script will handle running the vbulletin offline events (Such as sending notifications for a post). This avoids having users trigger AJAX calls when hitting the site. It also avoids the problem where the background tasks fail to run because there is not enough traffic to trigger all of the scripts in a timely fashion. To use do the following: Copy the script from the do_not_upload directory of your vBulletin files to your web server. Preferably outside of the web root directory. S...
    Mon 8 Jan '24, 10:28am
  • vbcron.php
    by Wayne Luke

    This script will handle running the vbulletin schedule tasks (see the Scheduled Tasks menu in the Admincp). This avoids having users trigger ajax calls when hitting the site. It also avoids the problem where the scheduled tasks fail to run because there is not enough site traffic to trigger all of the scripts in a timely fashion.

    To use do it the following

    1. You will find this script in your do_not_upload directory. Copy the script to your web server. Preferably outside of the w...
    Mon 8 Jan '24, 10:24am
  • Changing your site's favicon
    by Wayne Luke
    The 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...
    Tue 21 Nov '23, 10:39am
  • Common Mime Types
    by Wayne Luke
    vBulletin allows the upload of file attachments. Servers and browsers generally recognize the type of file using two methods; file extensions and MIME types. This document is to allow you to match extensions with MIME types so they are properly handled by browsers. table {width: 80%; margin-left:auto; margin-right:auto} table td:first-child { text-align:center} tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #FFF} th{ color: white; background: black; }​​ Media Images ...
    Tue 21 Nov '23, 10:30am
  • About .htaccess
    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 ...
    Mon 11 Sep '23, 11:57am

Article Tags

Collapse

administration (1) beginner (3) calendar (1) cloud (1) Custom (1) database (2) Google (1) how-to (2) howto (1) how to (1) https (1) Intermediate (4) MYSQL (2) performance (2) recovery tools (1) security (2) seo (1) server information (1) sftp (1) ssl (1) style (1) tls (1) tutorial (4) vb5howto (5) vbcloud (1)
Working...