View RSS Feed

All Blog Entries

  1. vBulletin 4.0 Beta 4 Now Available!

    by Don Kuramura on Thu 19th Nov '09 at 7:09pm
    We are excited to announce the release the new Beta 4 versions of vBulletin 4.0 Publishing Suite and vBulletin 4.0 Forum. If you have an active vBulletin license, you can download your copy of Beta 4 from the vBulletin Members Area at:
    http://members.vbulletin.com .

    Beta 4 fixes more than 140 bugs since the release of Beta 3 last week. Thank you everyone who has filed bugs in our bug tracker. If you find a new bug, please continue to file bugs here:
    http://www.vbulletin.com/forum/project.php?projectid=6 ...
    Categories
    Uncategorized
  2. Supercharge your vBulletin Forum with Memcached

    by Dick on Tue 17th Nov '09 at 12:39am
    There has been a lot of discussion on the forum about static content and caching in vB4, and I got me thinking... 9 out of 10 times when I look at a forum that someone is reporting as "slow", they aren't using memcached. Probably 8 out of those 9 times, enabling memcached solves the problems. It is one of the easiest things you can do to supercharge your forums, especially if you have millions of posts, threads with 10,000+ posts, or are running vBSEO-- and it's already built into vBulletin! ...

    Updated Thu 19th Nov '09 at 4:21am by Dick

    Categories
    vBulletin , ‎ vB Power Tips
  3. How-To: Beginners Guide to Creating a vBulletin 4 “Test” Environment

    by IBxAnders on Mon 16th Nov '09 at 5:29pm
    Tutorial written by Pritesh Shah & Michael Anders

    So you've finally got your hands on the shiny new vBulletin4 and you are ready to upgrade your forum. But wait! Before you upgrade – how do you test to make sure everything will work? This guide will show you how to create a vBulletin4 “Test” environment without breaking your “Live” forum.

    Important Notes:
    As always, please proceed at your own risk. While some of the general steps and advice are applicable to ...
  4. Using custom templates within your own vBulletin 4 based files

    by David IB on Mon 16th Nov '09 at 3:04pm
    Custom Templates
    If you create custom vBulletin based files that utilize custom created templates within your forum installation, there are a few tricks to get them to work with vBulletin 4. Prior to vBulletin 4, you were able to use the following code to get vBulletin to evaluate the custom template for your script.

    eval('print_output("' . fetch_template('myCustomTemplate') . '");');

    With vBulletin 4, the same thing can be accomplished with the following
    ...

    Updated Mon 16th Nov '09 at 9:36pm by David IB

    Categories
    Uncategorized
  5. Pushing your variables to vBulletin 4 templates

    by David IB on Mon 16th Nov '09 at 3:03pm
    Prior to vBulletin 4, you could reference your plugin variables within the templates without any extra necessary work. Say you wanted print out the words "This is my plugin" within the template header. The following code (with the correct plugin Hook Location) would allow you to do that.

    $myplugin_output = "This is my plugin";

    $myplugin_output
    would then be referenced within the appropriate template.

    With vBulletin 4, a little extra work is necessary
    ...

    Updated Mon 16th Nov '09 at 9:31pm by David IB

    Categories
    Uncategorized
Page 1 of 16
FirstFirst 1 2 3 11 ... LastLast