Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > Programming Articles
[How To] Add Category Top and Bottom Images
Rich's Avatar
Rich
Join Date: Mar 2004
Posts: 921

I am converting all of my websites over to Xenforo. I contacted vBulletin about known issues with 4.2 and php5 and for over a year they went unanswered beyond "we are working on it". Once I suggested moving over to Xenforo, I was then contacted. vB5

U.S.A
Show Printable Version Email this Page Subscription
Rich Rich is offline 11-17-2005, 10:00 PM

Hello,

This little "How To" explains how you can add images to the top and bottom of your categories. Using this method will also place the categories title in your new table. If you don't want this, just remove that postion of the code.

In order to have the spacing, you need to use Zacharys forum space mod.

That can be found here: https://vborg.vbsupport.ru/showthrea...tegory+Spacing

Install that First!

After that modification is installed, we need to create 2 custom class definitions:

ACP > Styles and Templates > Style Manager > Hit "GO"

Scroll down to the bottom where it says "Additional CSS Definitions". Edit the following code to meet your needs then add it and save it.

Code:
.Your_Name_Top
{
	background: #FFFFFF  url(/path/to/pic.gif) repeat-x top left;
	color: #000000;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.Your_Name_Bot
{
	background: #FFFFFF  url(/path/to/pic.gif) repeat-x top left;
	color: #000000;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

Next:

ACP > Styles and Templates > Style Manager > then click the "<<>>" and scroll down to "Forum Home Templates" > Forumhome_forumbit_level1_nopost.

(Edit the below code to reflect the class name you created and the image names, height, and width.)

At the top of forumhome_forumbit_level1_nopost add:

Code:
<!--Top Table Code-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> 
<td height="" valign="top" width="" ><img src="/images/leftimage.gif" alt="" width="" height="" /> </td>
<td align="center" class="Your_Name_Top"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<td width="" valign="top"><img src="/images/rightimage.gif" alt="" width="" height="" /></td>
</tr>
</table>
<!--/End Top Table Code-->
Still in forumhome_forumbit_level1_nopost find:

Code:
<div style="padding: 5px 5px 5px 5px;"></div>
(If you installed the "Spacing Contrib" that will be there!)

Add above:

Code:
<!--Lower Table -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="" height=""><img src="/images/leftbotimage.gif" alt="" width="" height="" /></td>
    <td align="center" class="Your_Name_Bot">Text can go here or nothing at all.</td>
    <td width="" height=""><img src="/images/rightbotimage.gif" alt="" width="" height="" /></td>
  </tr>
</table>
<!--/End Lower Tables -->
Make sure you edit the above code to reflect the class name you created and the images name, height, and width.

Thats it!
Reply With Quote
  #2  
Old 12-23-2011, 05:48 PM
malinghi malinghi is offline
 
Join Date: May 2011
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work for vbulletin 4?
Reply With Quote
Reply

Thread Tools

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

Forum Jump


All times are GMT. The time now is 09:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05424 seconds
  • Memory Usage 2,198KB
  • Queries Executed 17 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (1)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete