Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » Forum Archives » vBulletin 3.0 Template Releases » Forum Home Enhancements - Category Images Top & Bottom + Category Spacing
Closed Thread

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Not Supported
[vB ] Forum Home Enhancements - Category Images Top & Bottom + Category Spacing (5)
Released: 05-19-2005, 07:18 PM
Modification Information:
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 06-09-2009
Installer Included: Additional queries added to database: Template Edits:
File Edits: New Files: New Phrases:

This mod will allow you to have a Top Category Image, A Bottom Category Image, and will space all your forums. If you don't understand what i mean. Take a look at the screenshot.

Open Forumhome Template and Find:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<if condition="$show['guest']">
	<!-- guest welcome message -->
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
	</tr>
	<tr>
		<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
			<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
		</td>
	</tr>
	<!-- / guest welcome message -->
	</if>
	<tr align="center">
	  <td class="thead">&nbsp;</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>
</thead> 
Replace With:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<if condition="$show['guest']">
	<!-- guest welcome message -->
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
	</tr>
	<tr>
		<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
			<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
		</td>
	</tr>
	<!-- / guest welcome message -->
</table>
	</if> 
In the Same Template Find And Delete:
HTML Code:

<tbody>
	<tr>
		<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
			&nbsp; &nbsp;
			<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
		</strong></div></td>
	</tr>
</tbody>
</table> 
In the same template Find:
HTML Code:
</tbody>
</if>
</table>
<br />
<!-- end what's going on box --> 
Replace With:
HTML Code:
</tbody>
</if>
<tbody>
	<tr>
		<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
			&nbsp; &nbsp;
			<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
		</strong></div></td>
	</tr>
</tbody>
</table>
<br />
<!-- end what's going on box --> 
Now Open the "forumhome_forumbit_level1_nopost" Template and Find:
HTML Code:
<tbody>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
		</td>
	</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if> 
Replace With:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[outertablewidth]" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
					</td>
	</tr>
</thead>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
	<tr align="center">
	  <td class="thead" width="15">&nbsp;</td>
	  <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead" width="250">$vbphrase[last_post]</td>
	  <td class="thead" width="40">$vbphrase[threads]</td>
	  <td class="thead" width="40">$vbphrase[posts]</td>
	  <if condition="$vboptions[showmoderatorcolumn]">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
$childforumbits
</if>
</tbody>
</table> 
At the very very bottom of the template Add:
HTML Code:
<!-- top -->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
	<tr>
		<td style="text-align: $stylevar[left]" class="tcat"><img src="" alt="" /></td>
		<td width="100%" class="tcat" style="background-image: url(); text-align: center;"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td>
		<td style="text-align: $stylevar[right]" class="tcat"><img src="" alt="" /></td>
	</tr>
</table>
<!-- /top --> 
If you want bottom images do this next step. If not then skip it:
Add at the very very bottom
HTML Code:
<!-- top -->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
	<tr>
		<td style="text-align: $stylevar[left]" class="tcat"><img src="" alt="" /></td>
		<td width="100%" class="tcat" style="background-image: url(); text-align: center;"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td>
		<td style="text-align: $stylevar[right]" class="tcat"><img src="" alt="" /></td>
	</tr>
</table>
<!-- /top --> 
Add this at the very very bottom, even if you skiped that one step
HTML Code:
<div style="padding: 5px 5px 5px p5x;"></div> 
Press Save!



Screenshots
Screenshots
File Type: gif image.gif (16.3 KB, 342 views)



Old 06-27-2005, 07:22 PM   #2
od3m
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssssss2
od3m is on a distinguished road
Status: Offline Default
Hi !
seems that there is a fault..

"forumhome_forumbit_level1_nopost"

with and without images is the same Code...

And i got Problems with the .. hmm i dont know the english word for "spalten"

take a look here.. http://www.freakstyles.net/forum/

category description is under the category... hmm i dont know what my fault is....


any idea ?

EDIT:

my forumhome_forumbit_level1_nopost shows up like this now:

PHP Code:
<!-- top -->
<
table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
<
tr>
<
td width="100%" class="tcat" style="background-image: url(); text-align: center;"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
</
td>
</
tr>
</
table>
<!-- /
top -->

<
thead>
<
tr>
<
td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
</
td>
</
tr>
</
thead>

<if 
condition="$childforumbits">

<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[outertablewidth]" align="center">

<
tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<
tr align="center">
  <
td class="thead" width="15">&nbsp;</td>
  <
td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
  <
td class="thead" width="250">$vbphrase[last_post]</td>
  <
td class="thead" width="40">$vbphrase[threads]</td>
  <
td class="thead" width="40">$vbphrase[posts]</td>
  <if 
condition="$vboptions[showmoderatorcolumn]">
  <
td class="thead">$vbphrase[moderator]</td>
  </if>
</
tr>
$childforumbits
</if>
</
tbody>

</
table>

<
div style="padding: 5px 5px 5px 5px;"></div> 
But the image under the category doesnt show up.. i hate php :D

and the sizes of the moderator, forum description, last post etc are wrong

look at the sceenshot
Attached Images
File Type: jpg screen.JPG (120.0 KB, 116 views)
Old 07-02-2005, 11:11 PM   #3
OFFSHORE DAN
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssssss1
OFFSHORE DAN is on a distinguished road
Status: Offline Default
I am about to install this. Does everything work ok?
Old 07-05-2005, 11:27 PM   #4
Judge Ruckus
Coder

Judge Ruckus's Avatar

Activity Longevity
0/20 17/20
Today Posts
0/3 sssssss21
Location: MD
Age: 32
Judge Ruckus is on a distinguished road
Send a message via AIM to Judge Ruckus Send a message via Yahoo to Judge Ruckus
Status: Offline Default
Lets take a little crack at this see if we can get it just right.
This mod will allow you to have a Top Category Image, A Bottom Category Image, and will space all your forums.

Open Forumhome Template and Find:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<if condition="$show['guest']">
	<!-- guest welcome message -->
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
	</tr>
	<tr>
		<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
			<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
		</td>
	</tr>
	<!-- / guest welcome message -->
	</if>
	<tr align="center">
	  <td class="thead">&nbsp;</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>
</thead> 
Replace With:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<if condition="$show['guest']">
	<!-- guest welcome message -->
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
	</tr>
	<tr>
		<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
			<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
		</td>
	</tr>
	<!-- / guest welcome message -->
</table>
	</if> 
In the Same Template Find And Delete:
HTML Code:
<tbody>
	<tr>
		<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
			&nbsp; &nbsp;
			<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
		</strong></div></td>
	</tr>
</tbody>
</table> 
In the same template Find:
HTML Code:
</tbody>
</if>
</table>
<br />
<!-- end what's going on box --> 
Replace With:
HTML Code:
</tbody>
</if>
<tbody>
	<tr>
		<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
			&nbsp; &nbsp;
			<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
		</strong></div></td>
	</tr>
</tbody>
</table>
<br />
<!-- end what's going on box --> 

Now Open the "forumhome_forumbit_level1_nopost" Template and Find:
HTML Code:
<tbody>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
		</td>
	</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if> 
Replace With:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[outertablewidth]" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
					</td>
	</tr>
</thead>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
	<tr align="center">
	  <td class="thead" width="15">&nbsp;</td>
	  <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead" width="250">$vbphrase[last_post]</td>
	  <td class="thead" width="40">$vbphrase[threads]</td>
	  <td class="thead" width="40">$vbphrase[posts]</td>
	  <if condition="$vboptions[showmoderatorcolumn]">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
$childforumbits
</if>
</tbody>
</table> 
At the very very Top of the template Add:
HTML Code:
<!-- top -->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
	<tr>
		<td style="text-align: $stylevar[left]" class="tcat"><img src="forums/images/ltop.gif" alt="" /></td>
		<td width="100%" class="tcat" style="background-image: url(/forums/images/mid.gif); text-align: center;"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td>
		<td style="text-align: $stylevar[right]" class="tcat"><img src="/forums/images/rtop.gif" alt="" /></td>
	</tr>
</table>
<!-- /top --> 
Add this at the very very bottom:
HTML Code:
<div style="padding: 5px 5px 5px 5px;"></div> 
Attached Images
File Type: gif issue.gif (6.0 KB, 77 views)
Old 07-05-2005, 11:59 PM   #5
Judge Ruckus
Coder

Judge Ruckus's Avatar

Activity Longevity
0/20 17/20
Today Posts
0/3 sssssss21
Location: MD
Age: 32
Judge Ruckus is on a distinguished road
Send a message via AIM to Judge Ruckus Send a message via Yahoo to Judge Ruckus
Status: Offline Default
Okay so this is what I was able to work out no big changes just a typo or two but it is still not right.

As you can see in the image I attached there is an issue with collapse button and a extra frame.

I did not try the bottom image because it didnt look right, it goes with the top for categories, needs some type of editing.
Old 07-06-2005, 01:36 AM   #6
Ken Iovino
vBulletin Guru

Ken Iovino's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss2695
Location: Miami, Florida
Age: 27
Ken Iovino is on a distinguished road
Status: Offline Default
I'm closing this thread. Do not attemp the above. I will repost a easier way tonight when i get home.

Closed Thread

« [3.0.0] Add an additional page to vBulletin | Category Images Top & Bottom + Category Spacing Episode 2 »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Images (Top & Bottom) Chad F. vBulletin Modification Requests 1 08-18-2005 11:53 PM



All times are GMT. The time now is 06:18 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!