vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Custom forum CSS per Forum, using the Forum Admin (https://vborg.vbsupport.ru/showthread.php?t=131275)

Smoothie 11-13-2006 01:12 AM

Possible to have more flexibility with this? Like maybe the header and footer templates?

abramelin 11-13-2006 02:33 AM

smoothie stop flooding!

Adult SEO 11-13-2006 03:14 AM

Quote:

Originally Posted by Smoothie (Post 1115907)
Possible to have more flexibility with this? Like maybe the header and footer templates?

Hi!

This mod will enable you to change everything that is styleable via CSS. Since almost everything on the forum is styled via CSS you can change the look of for example the footer or header easily.

Best Regards,
Jan Jaap

kall 11-13-2006 03:36 AM

A question - does this offer anything that the default 'Choose style for viewing this forum' option in Forum Manager does not?

Adult SEO 11-13-2006 03:46 AM

Quote:

Originally Posted by kall (Post 1116014)
A question - does this offer anything that the default 'Choose style for viewing this forum' option in Forum Manager does not?

Hi!

It will just save a lot of time and alow to easily change the CSS of a forum without the need to create templates, styles etc. and managing them all together.

This will work based on 1 design, wich will make it easyer to update all forums and making minor changes to the CSS to for example just change the header image.

It's just more simple and faster and saves a lot of work if you just want to change the header image or backgroundcolor for example. It's not meant for advanced style changes, just for minor CSS changes.

Best Regards,
Jan Jaap

kall 11-13-2006 04:46 AM

I thought that was the general idea but confused myself when I tried to work out how to change the header/header image and footer using CSS only, without making major changes to the vB core files. How do you manage to change the logo using css?

Adult SEO 11-13-2006 04:51 AM

Well, you could remove the header image and put for example a div with the class "header_image".

You will then be able to format it as folowing:

PHP Code:

.header_image {
width:300px;
height:200px;
background:#ffffff url('/images/header1.png') 0px 0px no-repeat;


So it costs just a simple header edit you need to do anyway + CSS.

Best Regards,
Jan Jaap

Smoothie 11-13-2006 08:51 AM

Quote:

Originally Posted by abramelin (Post 1115978)
smoothie stop flooding!

In case you haven't noticed wise guy there is some sort of problem with forum because of the upgrade. So, get a life.

abramelin 11-13-2006 02:17 PM

hmmm, after your example adult seo, there is a question stuck in my mind. you gave a css code that only control the header part. i want to change my forums only header too but i dont understand one part: am i have to use only the header part of css code or the entire css code with the modified header part ?

Adult SEO 11-14-2006 04:54 AM

With this MOD you just need to use the CSS code you want to change or aply as new. As this CSS code will be served to the browser after the original CSS code, it will override the original CSS code, it does not replace the original CSS code.


All times are GMT. The time now is 01:55 PM.

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.01118 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete