Back to vBulletin 3.7 Add-ons

Forum Intro 1.04
Mod Version: 1.04, by jaks

This modification is in the archives.
vB Version: 3.7.0 Beta 3 Rating: (2 votes - 5.00 average) Installs: 28
Released: 22 Dec 2007 Last Update: 22 Dec 2007 Downloads: 178
Not Supported Uses Plugins Template Edits  

Forum Intro 1.0.4

NO CHANGES FOR 3.7 beta 3 from 3.6.x version

I should also mention that I was approached by a member that wants to produce a souped up version of this hack for 3.7 with additional doodads and what have you. I will also keep you informed of that as soon as I find out.

This is my first real addon and was inspired by Adrian's forum sponsors hack.

What does it do?
It just puts a forum specific table on any forum you choose where you can add more forum info, a larger description, rules specific, links or whatever else you want.

It adds 4 new fields when editing a forum in admincp>>>Forums & Moderators>>>Any forum you want to add the Forum Intro to, near the bottom of the page you will find the following fields.
1. Radio Buttons - Turn on and off Forum Intro
2. Text field - Intro Title
3. Text Area - Some sort of content like a description, forum intro, links, ads etc..
4. Text field - Optional image URL. It uses the title as the image alt and when used creates a separate cell between the content and it.

You can change the template to suit your needs. I didn't do much to it so if anyone wants to post some templates for it please do.

Install: (Should works on VB3.6.x - VB3.7beta3 and more than likely there on after.)
1. Import product_forum_info.xml
2. Add the code below to the forumdisplay template below $navbar is a good place to put it. ( Found in the readme as well)
Updated the template below to match the readme. Hopefully this fixes the error when adding the template edit when copying from the browser. If not, just use the code from the readme as it is the same.
Code:
<!-- Begin Forum Intro  -->
<if condition="$foruminfo['forumintroonoff'] == 1">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
      <tr>
        <td  class="tcat" border="1" valign="top" colspan="2"><div align="center">$foruminfo[forumintroname]</div></td>
      </tr>
      <tr>
        <td class="alt1" valign="top"><if condition="$foruminfo['forumintroimage']"><img src="$foruminfo[forumintroimage]" alt="$foruminfo[forumintroname]" border="0" align="left"></td><td class="alt1" valign="top"></if><div align="left">$foruminfo[forumintrodescr]</div></td>
      </tr>
</table>
<br>
</if>
<!-- / End Forum Intro  -->
Anyway this is a pretty basic hack, addon whatever you want to call it. Did this to see if I can get the rank up for individual forums on my site.

FORUMHOME or Forum wide(Both need to be manually edited with your HTML)
Below is an example template that you would add below $navbar in the Forumhome template. (This would only show on the forum index page.)
For Forum wide add to the bottom of the Navbar template. (This will be on all pages where the Navbar Template is used. NOT RECOMMENDED)

Code:
<!-- Begin ForumHome Intro  -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
      <tr>
        <td  class="tcat" border="1" valign="top" colspan="2"><div align="center">Put The Block Title here</div></td>
      </tr>
      <tr>
        <td class="alt1" valign="top">
<img src="Put Image URL Here" alt="Put Image Title Here" border="0" align="left"></td>
<td class="alt1" valign="top"><div align="left">Put your Content Here using HTML</div></td>
      </tr>
</table>
<br>
<!-- / End ForumHome Intro  -->
Obviously it would look the same as in the forums but below is an example from my site.


enjoy

Download the product and readme &d=1195806963
Install time: 30 seconds.
Please post bugs in the appropriate thread so as to not confuse things.

If you like this mod and want to show your gratitude I really don't want your money BUT if you want to sign up for my site and post a few pictures I would be very happy. Every post counts even if it is just a couple Link is below.

Unusual art from unusual artists - http://www.unusualartists.com

Download

This modification is archived, downloads are still allowed.

File Type: %1$s ForumIntro1.0.4.zip (2.3 KB, 181 downloads)

Similar Mods

Forum Display Enhancements Forum Intro 1.0.3 vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024