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)
-   -   is there any way to put the lines back on the forum home page (https://vborg.vbsupport.ru/showthread.php?t=229504)

mrsbuzzy 12-04-2009 02:48 PM

is there any way to put the lines back on the forum home page
 
In vB 3.8 and prior I was able to put a rule on the forum home page to help delineate between each forum. I can't figure out if and/or how to do that. I want a rule between each row and ideally columns too.

Lynne 12-04-2009 03:12 PM

Why can't you do that now? I'm not sure exactly what you are wanting to do, but you can still do conditions in vb4.

mrsbuzzy 12-04-2009 04:39 PM

I can't find a way to put the vertical lines back on the forumhome and forumdisplay pages. So that there are lines between the forum name, threads and last post.

Personally, I could live w/o all of that but my members are complaining that the forum is too difficult to read now.

Previously I set that all up through the css stylesheet in the all style options.

Lynne 12-04-2009 04:40 PM

I can't picture what you want to do. Do you have image? And what code were you using before? And what code are you trying to use withvb4 that isn't working?

BBR-APBT 12-04-2009 04:49 PM

You would have to modify the forumhome_forumbit templates and add some css code.

kellyryder 12-04-2009 08:24 PM

I'm curious in knowing exactly what to change. I've seen someone do it before but I can't figure it out.

Charlie98902 12-04-2009 08:42 PM

I am interested in this as well prefer to use CSS if possible and use Lynne's additional CSS mod :D

Lynne 12-04-2009 08:54 PM

Quote:

Originally Posted by kellyryder (Post 1925423)
I'm curious in knowing exactly what to change. I've seen someone do it before but I can't figure it out.

If you've seen it on a site, then all you have to do is view the .css to figure it out. Did you try that?

mrsbuzzy 12-04-2009 11:33 PM

It was automatic in all the old vBulletin versions. It's hard to know how to change it in 4.0, and I am not one who can just do it by sight. I need to know what, where and how. Previously you just edited the css style sheet and it was simple.

kellyryder 12-04-2009 11:36 PM

Quote:

Originally Posted by Lynne (Post 1925435)
If you've seen it on a site, then all you have to do is view the .css to figure it out. Did you try that?

I don't remember where I saw it. haha

Lynne 12-05-2009 03:17 AM

just taking a quick look, you can add the following in an extra .css file that is applied *after* the vbulletin .css is applied (if you don't understand the significance of that, please read up on CSS as this won't work otherwise). Change color to whatever you want (I didn't look into the actual stylevar names - someone else can write that):

HTML Code:

.threadbit .threadinfo {border-right:1px solid black;width:58%;}
.threadbit .threadstats .replies, .threadbit .threadstats .views {border-right:1px solid black;width:49%;}

I'm sure there are other ways too, but I just did that quickly.

mrsbuzzy 12-05-2009 03:34 AM

Thanks!!


All times are GMT. The time now is 11:43 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.01761 seconds
  • Memory Usage 1,732KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)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