vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Forum Description Background (https://vborg.vbsupport.ru/showthread.php?t=238694)

merk_aus 03-20-2010 08:48 AM

Forum Description Background
 
Hey everyone,
First of all thanks for taking the time to check out this post, I guess I am in the same boat as every one who has taken the plunge with vBulletin 4 and attempting to modify it as much as I possibly can.

I was hoping someone here may be able to assist me with what I am currently trying to do, all help you can provide would be greatfully appreciated.

I am attempting to put a background in the forum description section - the only difference is I want the background to be different on each forum.

So for example on this site it says:
News and Announcements then the forum description - in that description area I would like to have BackgroundA.png

vBulletin Pre-Sale Questions and the forum description - in that description I would like to have BackgroundB.png.

Now in terms of sizes/alignment I have not changed anything but colors on the default theme so the size it is on there is the size I want - Or If the coding would allow I would love to have just a small image aligned to the right, where it is hard up against the Threads/Post information.

Please if you know how to do this let me know as it will add to the customization of my site that I am attempting to do.

Once again thank you in advance.

bobster65 05-28-2010 01:41 PM

Quote:

Originally Posted by merk_aus (Post 2006946)
Hey everyone,
First of all thanks for taking the time to check out this post, I guess I am in the same boat as every one who has taken the plunge with vBulletin 4 and attempting to modify it as much as I possibly can.

I was hoping someone here may be able to assist me with what I am currently trying to do, all help you can provide would be greatfully appreciated.

I am attempting to put a background in the forum description section - the only difference is I want the background to be different on each forum.

So for example on this site it says:
News and Announcements then the forum description - in that description area I would like to have BackgroundA.png

vBulletin Pre-Sale Questions and the forum description - in that description I would like to have BackgroundB.png.

Now in terms of sizes/alignment I have not changed anything but colors on the default theme so the size it is on there is the size I want - Or If the coding would allow I would love to have just a small image aligned to the right, where it is hard up against the Threads/Post information.

Please if you know how to do this let me know as it will add to the customization of my site that I am attempting to do.

Once again thank you in advance.

Hey Buddy :) Did you ever figure this out? I am working on something similar and it is driving me nuts. I just want to have images in the description area that are added via the forum description block in the forum manger tool. Images and text display, but not the way I want them to.

merk_aus 06-03-2010 12:21 AM

Nope never got any help with this which is a shame.

Lynne 06-03-2010 04:04 AM

Just change the class for the div depending on forumid and then write the CSS for those forumids.
HTML Code:

<div class="background1">Div for forumid1</div>
In the css template:
HTML Code:

.background1 {background: pink}


All times are GMT. The time now is 08:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01022 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete