Last Post Alignment Fix in Forum Home

May 30, 2009No Comments »

What is this for?

Some times when we use another style beside the default style of vBulletin, the last post in the forum home may not be aligned in each category and may be different in width from category to another depending on the width of the title of the last post.

This simple mod is to fix that and make the width of last post table the same in every category, whatever the title width is.

1- Go to you “FORUMHOME” template
2- Look for the the following code:

Code: <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr>

3- If this code is there, then remove it and save the template. If it’s not there just let the template as it is without any changes.

4- Go to the “forumhome_forumbit_level1_nopost” template

5- find the following code:

Code: <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr>
or similar code.

6- If it’s there, replace it with the following:

Code: <tr align="center"> <td class="thead" width="5%"> </td> <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="25%">$vbphrase[last_post]</td> <td class="thead" width="10%">$vbphrase[threads]</td> <td class="thead" width="10%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="0%">$vbphrase[moderator]</td> </if> </tr>
and save.

If it’s not there just add it exactly after the following code:

Code: <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr>
Then save and it’s done.



Please read our comments policy before acting on this post.

Changes to Forum Organization and Posting Guidelines

May 12, 2009No Comments »

In an effort to improve communication and make the forums here on vBulletin.com more useful for everyone, we are making a few changes to the way they are organized. Our goal is to make vBulletin.com an even more welcoming place and make it easier for users to find the information they’re looking for.

In particular, the Announcements forum will be just that – simple announcements. Rather than using the Announcements Discussion forum as we have in the past, you are welcome to ask questions and provide constructive comments in the vBulletin Suggestions and Feedback forum, which will be open to all licensed customers.

Non-licensed customers will always be welcome to ask questions in the vBulletin Pre-sales Questions forum.

By directing these discussions to the appropriate forums, it will be easier to get your feedback and pre-sales questions to the right people.

Also, while in the past discussions were a bit freewheeling, we’re going to renew our effort to keep discussions focused, in accord with our published posting guidelines. Polite discussion and constructive criticism will be welcome, but we are going to be better about moderating discussions to keep them on topic.

Thanks again for all your continued participation!

-Ray



Please read our comments policy before acting on this post.

vBulletin Project Tools 2.0.1 Released

May 5, 2009No Comments »

vBulletin Project Tools 2.0.1

vBulletin Project Tools 2.0.1 is the first maintenance release for the 2.0.x series of the Project Tools. It fixes a number of bugs that were reported since the release of 2.0.0 last year.

We recommend that all Project Tools users upgrade as soon as possible.

Some of the bugs fixed include:

  • Editing issue title doesn’t update last post info in all cases (26801)
  • Database error when searching in certain situations (26958)
  • Patch parsing fails if the patch contains an "info" line starting with a \ (26497)
  • Order of issue types inconsistent (27411)

See a full list of bugs fixed between Project Tools 2.0.0 and 2.0.1

Note: You must be running vBulletin 3.7.0 or later to install Project Tools 2.0.1!

Upgrading/Installing Project Tools

Upgrades and new installations of the Project Tools follow the same process: upload the files and import the XML. After this, you will see a message that your upgrade or install was successful. For full instructions on how to upgrade or install, please see this manual entry.

Bug Reports

As with any software, bugs will appear. If you find a problem that you believe to be a bug, please don’t post about it on the forums where the development team may never find your message, but instead use the dedicated bug tracker to make a report that can be tracked through to completion.

Before reporting a bug, please ensure you are able to reproduce the problem on a board using a default, uncustomized style with all plugins disabled.

About Project Tools

Project Tools is a versatile add-on product that enhances vBulletin with project management functionality, empowering your community members to create projects, contribute to tasks, submit issues and view progress of projects. Seamless integration with vBulletin ensures maximum usability, and an administration suite within the vBulletin control panel allows full customization of projects, issues, tasks and user permissions.

Project Tools is ideal for any community that shares a common goal – from developing software, keeping track of servers, writing a play, exhibiting at a trade show or building a car!



Please read our comments policy before acting on this post.