View Full Version : CSS - Sub-Forum-List in Columns
hpwilhelm
06-28-2005, 10:00 PM
For vb3.5.x --> vb3.6.x
Tested and working on Firefox, Safari and IE6.
What this does:
It converts the sub-forum-list into a unordered list, then by using CSS arranges the sub-forums into columns.
The columns are liquid - number of columns depends on browser-window-width or page width. The column width is set in the CSS.
Note that you need to enable sub-forums in your ACP.
3 CSS class definition added.
8 template edits.
See the zip for further instructions / full details.
Enjoy! :)
Update: v2.
Class attribute moved from <li> to <ul> element, and you now get full control through the stylesheet.
A clear:both style added below the list to constrict the floats, so that you can put stuff beneath the list.
Update:
Works for vb3.6.x with no changes.
Added .txt to textfile
hpwilhelm
06-29-2005, 10:41 AM
Screenshots: Before, and after on 1024px and 800px browser-window-width.
I just requested it, perfect job!
/me installs
Tony G
06-29-2005, 01:00 PM
A very neat mod, thank you for sharing it. :D
tamarian
06-29-2005, 02:15 PM
This is clever :up:
bigcurt
06-29-2005, 03:30 PM
Thanks for sharing A+
Khent
06-29-2005, 03:35 PM
Very clever use of CSS. Simple and effective. Well done.
FleaBag
06-29-2005, 05:15 PM
I like to see template mods in CSS instead of hard coded tables! Nice!
taffy056
06-30-2005, 01:55 PM
Hi,
Nice, thanks for sharing :) One thing though, how do you get the text of the sub-forums to be a little smaller?
taffy
hpwilhelm
06-30-2005, 02:24 PM
Thanks for all the nice feedback :)
I'm probably going to tweak this a little more before my board launches with vb3.5.0. So I'll update this thread when I do. ;)
Taffy056: You can add: font-size: XXpx; to the subforum CSS class. (replace XX with your prefered font-size) Or you can adjust the font-size for 'smallfont' in the Main vbulletin CSS.
taffy056
06-30-2005, 02:58 PM
Perfect! Went with your first suggestion!
Thanks very much :)
taffy
Azhrialilu
07-05-2005, 02:14 PM
column-y goodness :D
paulz
07-10-2005, 07:26 AM
Screenshots: Before, and after on 1024px and 800px browser-window-width.
I LOVE THIS ONE!
lionslair
07-11-2005, 07:21 AM
Cool that looks much better.
slank
07-21-2005, 05:20 PM
excellent idea...subforums in lines really clogged up the window
Brinnie
08-10-2005, 09:39 AM
Thanks, this one worked great with RC2... The other one broke teh forumz.
FD929
08-17-2005, 11:13 PM
Very cool. It'd be nice if vBulletin spent a little more time on these little annoyances. Another happy RC2'er.
GrendelKhan{TSU
08-18-2005, 01:58 AM
love this hack...some quick questions:
1. Is it possible to change the title "Sub-Forums" to something else?
2. is possible to decrease the spacing size between the title "Sub-Forums" and the subforums' titles. its rather a big gap on mine.
anyway..... love this kind of hack. THANKS!
Vizionz
08-18-2005, 12:50 PM
i liked how it looked in the screenshots but when i did it it didnt look like that at all.
1.i had the huge space like the above post
2/ my subforums didnt go in two columns like yours it was all in one column
GrendelKhan{TSU
08-19-2005, 08:13 AM
i liked how it looked in the screenshots but when i did it it didnt look like that at all.
1.i had the huge space like the above post
2/ my subforums didnt go in two columns like yours it was all in one column
1. yah. iky!! :(
2. this depends on your screen resolution as well as how big you opened your browser window size to. open your browser window to full and/or set a higher screen res. it should go to the second column relative to window size.
still to make it make a column "sooner", go to:
Admincp >>Styles & Templates>>> (choose your style) >> Additional CSS Definitions (second box) >>>
edit the "width: 150px;"
small px makes it go to second column a relatively small browser window size. I use 170 on mine. try a few and see what works for you. :)
3. anyone know where to go to change if I want to change the "Sub-Forums" to something else?
tamarian
08-19-2005, 12:09 PM
3. anyone know where to go to change if I want to change the "Sub-Forums" to something else?
Edit "<strong>$vbphrase[subforums]</strong>:" from the "forumhome_forumbit_level_x_post" templates. Or just edit the phrase itself.
GrendelKhan{TSU
08-24-2005, 10:22 AM
Edit "<strong>$vbphrase[subforums]</strong>:" from the "forumhome_forumbit_level_x_post" templates. Or just edit the phrase itself.
thanks!! :D :D
wilky49
08-26-2005, 12:43 PM
Dumb Question: How do I turn on sub-forums.
tamarian
08-26-2005, 12:45 PM
Dumb Question: How do I turn on sub-forums.
1. Go to your forum Admin panel
2. Click vBulletin Options
3. Select "Forum Listings Display Options" from the drop down list
4. In "Depth of Sub-Forums" replace 0 with 1
wilky49
08-26-2005, 03:03 PM
Installed
Vizionz
09-12-2005, 12:33 AM
i am using 1024 x 768 resolution
and still it wont go into seperate lines
you didnt have the css at the right place
nexialys
09-12-2005, 05:35 PM
i am using 1024 x 768 resolution and still it wont go into seperate linesyou did not add the CSS content in the proper Style... Step #1 is the one... you also have to RELOAD your browser window if you have put your CSS into files...
trancetopia
09-20-2005, 12:40 PM
Simple but very effective. Nice mod.
Clicks install
JohnBee
10-04-2005, 12:18 AM
Just beautiful!
One simple question :)
I want to add a small space on the bottom of my columns to even out the layout with the top of the layout. How could I do that?
say add 1 line space on the bottom under the columns?
JohnBee
10-04-2005, 10:18 AM
I was also wondering if there was a way to turn turn on/off the subforum in columns option by individual forums? if not, could this become a featiure? In some cases i would like to let the smaller (2 or less) subforum, forums in there original state, justified next to the Subforum: subtitle in the forumhome layout.
Just thought
perhaps anybody only needs a clean table-like list?
use:
<if condition="$show['subforums']"><ul style='margin:0px; padding:0px;'>$forum[subforums]</ul></if>
at forumhome_forumbit_levelx_post instead... ;)
ggiersdorf
10-07-2005, 12:38 AM
Great mod, but I have a question.. Is there any way to make it sort the forums in the list alphabeticaly?
cyberxp9
10-08-2005, 07:49 PM
I just requested it, perfect job!
* flup installs
+preeteh goofd
hpwilhelm
10-09-2005, 08:59 AM
perhaps anybody only needs a clean table-like list?
use:
<if condition="$show['subforums']"><ul style='margin:0px; padding:0px;'>$forum[subforums]</ul></if>
at forumhome_forumbit_levelx_post instead... ;)
My own working version had the subforum class at the <ul> element, with margins and paddings set to zero. That way you get more control with the aperance. I have also added a clear:both underneath so you can put stuff below the list.
I'll post it later today.
ggiersdorf
10-09-2005, 11:45 AM
what does the post by R1D1 do I dont understand the clean table can you attach a picture for us?
stinger2
10-09-2005, 03:59 PM
did any one tried this on Gold?
hpwilhelm
10-09-2005, 05:10 PM
what does the post by R1D1 do I dont understand the clean table can you attach a picture for us?
Here is a screenshot :)
stinger2: It works with Gold.
hpwilhelm
10-10-2005, 08:41 AM
One simple question :)
I want to add a small space on the bottom of my columns to even out the layout with the top of the layout. How could I do that?
say add 1 line space on the bottom under the columns?
If you add another <br /> after <br class="clear" /> (in v2) you should get a extra line. :)
I was also wondering if there was a way to turn turn on/off the subforum in columns option by individual forums? if not, could this become a featiure? In some cases i would like to let the smaller (2 or less) subforum, forums in there original state, justified next to the Subforum: subtitle in the forumhome layout.
As this is just a template mod, this is not possible. But if someone writes a plugin that adds a setting for this somewhere (forummanager) it would be possible to achieve through if-conditions.
Great mod, but I have a question.. Is there any way to make it sort the forums in the list alphabeticaly?
You need to do this manually in your forummanager.
ggiersdorf
10-10-2005, 12:46 PM
You need to do this manually in your forummanager.
Ughh seriously? Is there another way I could have 200+ subforms. Im running a game website and dedicating a forum to each specific game title.
were always adding them, is there ANY way to make them sort alphabetically?
hpwilhelm
10-11-2005, 09:07 AM
Ughh seriously? Is there another way I could have 200+ subforms. Im running a game website and dedicating a forum to each specific game title.
were always adding them, is there ANY way to make them sort alphabetically?
If you weigh them all at say 1, I believe that sorts them alpabetically?
stinger2
10-11-2005, 05:30 PM
Here is a screenshot :)
stinger2: It works with Gold.
thanks very much sir......clicked install
rgds
ggiersdorf
10-11-2005, 09:37 PM
If you weigh them all at say 1, I believe that sorts them alpabetically?
No I tried this, please someone find a way if you can this would be the MOD of all MODS..
hpwilhelm
10-12-2005, 11:09 AM
No I tried this, please someone find a way if you can this would be the MOD of all MODS..
This templatemod only tweaks vbulletins default subforumdisplay, in default horizonal order. If someone creates a plugin that does alphabetic sorting, then this template mod vil do alphabetic sorting, horizontally.
Exampels:
Default display:
a, b, c, d, e, f
After this templatemod:
a - b
c - d
e - f
I suggest that you open a modification request for alphabetic subforum sorting.
smokering
10-13-2005, 10:41 AM
nice thank you for all the effort and hard work
GrendelKhan{TSU
10-13-2005, 01:52 PM
something about this killed the forumhome mouseover effect. And it broke everything when I tried to reinstall it.
does anyone have it working with both?
ggiersdorf
10-13-2005, 11:40 PM
This templatemod only tweaks vbulletins default subforumdisplay, in default horizonal order. If someone creates a plugin that does alphabetic sorting, then this template mod vil do alphabetic sorting, horizontally.
Exampels:
Default display:
a, b, c, d, e, f
After this templatemod:
a - b
c - d
e - f
I suggest that you open a modification request for alphabetic subforum sorting.
Will do now thanks! Lets hope someone listens :)
VaaKo
10-14-2005, 10:31 PM
great mod!!!
but how can I remove the word: Sub-Forums:
it's very annoying now!
karrerax
10-15-2005, 12:11 AM
Installed in my forum
THANKS!!!!!!!!!!!!!!
turkboard
10-17-2005, 06:23 PM
thank you ;)
hpwilhelm
10-17-2005, 06:48 PM
great mod!!!
but how can I remove the word: Sub-Forums:
it's very annoying now!
Locate:
<strong>$vbphrase[subforums]</strong>:
And delete it. Same 4 templates as $forum[subforums] :)
karrerax
10-17-2005, 07:02 PM
something about this killed the forumhome mouseover effect. And it broke everything when I tried to reinstall it.
does anyone have it working with both?
I have both.
www.minizeta.com
karrerax
10-17-2005, 07:06 PM
Locate:
<strong>$vbphrase[subforums]</strong>:
And delete it. Same 4 templates as $forum[subforums] :)
where can I find this please?
Thanks
hpwilhelm
10-17-2005, 07:59 PM
where can I find this please?
Thanks
The same 4 templates as $forum[subforums] where located in (step 2):
** 2.1 forumhome_forumbit_level2_post
** 2.2 forumhome_forumbit_level1_post
** 2.3 forumhome_forumbit_level1_nopost
** 2.4 forumhome_forumbit_level2_nopost
karrerax
10-17-2005, 08:00 PM
The same 4 templates as $forum[subforums] where located in (step 2):
** 2.1 forumhome_forumbit_level2_post
** 2.2 forumhome_forumbit_level1_post
** 2.3 forumhome_forumbit_level1_nopost
** 2.4 forumhome_forumbit_level2_nopost
thankssssssssssssssssssssssss
This works but is it possible to make the columns auto align and auto size instead of having to set the width? Some forums have subforums with long names, and others don't, so it looks bad for those.
And it seems like when I shrink the window, the number of columns of forums doesn't go less than 3?
kassem
10-22-2005, 02:04 PM
Thanks verry much, IĆ¹ll try it now since I looking for.
Jiggles
11-11-2005, 09:22 AM
Looks very cool
stinger2
11-12-2005, 10:28 AM
how can i set it to become ONLY 2 column??
because when you have a large screen the nomber of columens is getting different??
any help is appreciated
rb290
11-13-2005, 03:46 AM
how do you even add the Sub-Forum part
i still dont know how to do that
Roxie
11-13-2005, 03:48 PM
Works great. Thanks. www.daboard.com
davidw
11-14-2005, 12:05 AM
<font color="SeaGreen">* christianb loves it - clicks install</font>
I, Brian
11-22-2005, 08:16 AM
Excellent! Add that here, where much needed:
http://www.chronicles-network.com/forum/
Algren_San
11-23-2005, 03:50 AM
PERFECT what can i say :D marry me XD BAHAHAAHA J/k XD
working great on http://www.nyonlinegames.com/
engineco16
11-28-2005, 08:42 PM
I'm curious to how you can decide which categories to do it to or not too, like this site. Any help?
http://www.photopost.com/forum/
fyjpm
12-03-2005, 07:45 PM
hpwilhelm,
SWEEEEET! THANK YOU!!
Now if just could find a mod for the main forum page to do the same thing (the page when you click the parent of the sub-forums...they still show up like regular forums, and I'm treating them as categories and just want a basic display without the "Last Post", "Threads", & "Posts" Columns...any ideas? thanks!)
*Clicks Install*
-John
3dsoft
12-07-2005, 02:32 PM
On forumhome it shows all subforums in one column after upgrade to 3.5.2
Any hints?
I didn't do anything and now everything is perfect again(2 columns).
Edit: it works again
Edit: one day later - not fixed
subforums show as one column on forum start page again
jdebler
12-08-2005, 05:03 PM
On forumhome it shows all subforums in one column after upgrade to 3.5.2 Any hints?
I have the same problem. Anyone have any thoughts?
BrandiDup
12-08-2005, 06:40 PM
installed and working like a charm! Awesome hack. One of the best features I've installed so far :)
BrandiDup
12-08-2005, 06:42 PM
On forumhome it shows all subforums in one column after upgrade to 3.5.2
Any hints?
I didn't do anything and now everything is perfect again(2 columns).
Edit: it works again
Edit: one day later - not fixed
subforums show as one column on forum start page again
When you upgraded, did you revert all of your templates (if it recommended that you do so)? If not, you should probably do that, then redo the template changes.
3dsoft
12-09-2005, 07:54 AM
When you upgraded, did you revert all of your templates (if it recommended that you do so)? If not, you should probably do that, then redo the template changes.
I didn't revert header and footer, but I reverted all the other ones. And then I installed it from start up.
Same output on forumhome, it shows one column. The strange part is that this only appears on the first level of subforums. On the second level they are shown in tho columns!?!
vB Version: 3.5.2
-EDIT-
then redo the template changes.
This did the trick! Previously, I didn't revert all of them.
Wordplay
12-09-2005, 12:22 PM
how do i enable sub forums in the acp because it still doesnt show up.
3dsoft
12-09-2005, 05:31 PM
Goto
AdminCP -> vBulletin Options -> Forum Listings Display Options
Change the subforum depth on FORUMHOME to 2
Wordplay
12-09-2005, 06:08 PM
thanks works now... yeah!
chimaira
12-10-2005, 09:46 PM
Bloody neat hack... But one prob.... I love having the open subs which i got from this hack.. except one forum has many sub forums.. about 24... Is there anyway i can restrict them from showing on a particular forum.. Look forward to hearing a reply :P
The Chief
12-15-2005, 02:56 PM
installed and works great, good job!
/me clicks install
Bubble #5
12-16-2005, 01:48 AM
Other than the commas being missing it doesn't seem to have changed anything :(
And changing the '170px' to something else doesn't change anything either :(
Can someone help with some suggestions please? :ermm:
Bubble #5
12-17-2005, 06:45 AM
How would we add a fieldset to this?
sportsoutlaw
12-28-2005, 01:50 PM
great template mod. I have been wanting this for my forum for quite a while and just go around to installing.
sportsoutlaw
12-28-2005, 01:51 PM
Other than the commas being missing it doesn't seem to have changed anything :(
And changing the '170px' to something else doesn't change anything either :(
Can someone help with some suggestions please? :ermm:
did you add the css from step 1?
YOimYO
12-29-2005, 10:22 AM
* YOimYO clicks install :D
YOimYO
12-29-2005, 12:36 PM
ok, first off id like to say thanks for this very usefull hack :)
Im having a little problem with it though .....
if you will view the attached picture, you will see that it has created a dropdown box in the forum title area. but the dropdown box does not show and subforums in it ( but there is 1 subforum in the actual foder though ). if I click on the dropdown box, all i can see is the name of the main forum which is Feedback. and I dont even have to click. as soon as i open the dropdown it auto redirects to inside the feedback forum.
Am I forgetting to turn on subforums ? How do I do that ? If "turn On" means to create a subforum, i have already done that.
If I am not clear on my problem please ask.
YOimYO
12-29-2005, 01:00 PM
LOL /me is soooooooooo dense :P
thats what i get for not looking what other hacks have been installed by me moderators :P
sry for the previous post :)
* YOimYO has resolved the issue ;)
siriuxs
01-02-2006, 09:20 AM
I have installed the hack, but I'am not visualized a suf-forums. My site is www.mondoforum.org/forums, and I have a 3 sub-forums in Sistemi Operativi forums, but it not are visualizad... Why :'(
|Jordan|
01-05-2006, 11:12 AM
It works in 3.5.3 but im having a problem.
In firefox in certain styles the subforums are displayed in an ordered list beneath each other no matter what resolution the user has; but in IE it displays on one line fine in all the styles.
Also, in firefox (but not in IE) little bullets appear on the left side of the sub forum image. These appear on all styles. Is there any way to remove them?
Bubble #5
01-05-2006, 03:57 PM
In firefox in certain styles the subforums are displayed in an ordered list beneath each other no matter what resolution the user has; but in IE it displays on one line fine in all the styles.
This is controled by its width, and also to some extent by the width of the last post column.
Blazingurlmc
01-12-2006, 06:42 PM
I have a problem when I download it, it does not have a document for installation instrucutions :(
bashy
01-12-2006, 08:51 PM
the instuctions are in the css_sub_forums_in_colums_txt file
maybe copy an paste the contents into wordpad to see it in a better format..
bashy
01-12-2006, 08:52 PM
My issue is when trying to install, i save the template and it just reverts back to as it was before, what is causing this please?
Rickie3
01-19-2006, 08:45 AM
works great *installed* thankyou
rages4calm
01-22-2006, 10:56 AM
Ok i am so frusterated I know I am missing up on 1 tiny thing.. just don't know what.
First I did the Arrange sub forums mod here from vb.org... well it didn't work and i did it 6 times to verify..
then i tried this one.. verified the i followed instructions.. and it doesnt work
Ok im getting a headache from hell doing this crap.
I followed all steps even with the new warnings added.
Im using 3.5.2
Made sure the forum was set to sub forum depth of 1... with the top two being 2.
i edited the php file and checked it 3 times.
When i uploaded the php file nothing changed at all.
i had settings at
forum home 2
forum display 1
sub forum depth 2
doesnt work..... even if i set it as 2 2 1 or 2 1 1
hmm
so i set
Depth of Forums - Forum Home = 1
Depth of Forums - Forum Display = 1
Depth of Sub-Forums = 2
Ahh ha.. it works.. but.. my post counts and stats etc.. all gone.
so i put it back to
2
2
1
...
nope looks like my regular forum.
Tefra
01-23-2006, 11:08 PM
thank you , i actually used it to photoplog gallery , i don't have any subforums my site is very new !
Blazingurlmc
01-26-2006, 06:55 PM
<i>*Confused* and very new at this, I did all that was in the css_sub_forums_in_columns_txt (The temeplate edits ect.) I know I need to upload something via my admincp. Could someone please tell me what that is? Or what I need to do after doing that, please? Thanks a ton.</i>
Blazingurlmc
01-27-2006, 05:57 PM
<i>Any help?</i>
AKapadia
02-21-2006, 08:28 PM
Does Anyone have this kind of hack for 3.5.3 ? please replay
Iain M
02-22-2006, 11:08 AM
it works for 3.5.3
wattieuk
02-22-2006, 03:58 PM
This might be a really stupid question, but what do I do with the Mac files in the zip?
yup, This ZIP ** Removed **.
Edit: You might want to give some feedback next time, instead of just a reply like this.
vchase
02-24-2006, 05:07 PM
Edit "<strong>$vbphrase[subforums]</strong>:" from the "forumhome_forumbit_level_x_post" templates. Or just edit the phrase itself.
This doesn't work for me. showed errors. :ermm:
vchase
02-24-2006, 05:12 PM
perhaps anybody only needs a clean table-like list?
use:
<if condition="$show['subforums']"><ul style='margin:0px; padding:0px;'>$forum[subforums]</ul></if>
at forumhome_forumbit_levelx_post instead... ;)
Should i uninstall the hack, then just use your code ? plz help!
I also have another problem, underneath the subfurum list, there are 2or 3 lines of spaces. how can i reduce them? plz help
Thank you for this!! Really appreciated :D
Marco van Herwaarden
02-25-2006, 11:11 AM
Works great on vB 3.5.4
Snake
03-05-2006, 11:14 AM
Thanks a lot but how can I resize the font size of the subforums it's way too big.
Tefra
03-05-2006, 12:06 PM
Thanks a lot but how can I resize the font size of the subforums it's way too big.
in the
.subforum li {
display:inline;
width:150px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
add
font-size: 11px;
adjust the size to what you want
Snake
03-05-2006, 03:57 PM
Cool thanks.
Funkie
03-05-2006, 04:29 PM
I prefered this modification without the css
/* Start Sub-forums-list in Columns */
.subforum {
padding:0;
margin: 0;
}
.subforum li {
display:inline;
width:150px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
.clear {
clear:both;
}
/* End *//
nice though m8 thx
GoNz00
03-06-2006, 06:53 AM
smart
/clicks install :)
Funkie
03-06-2006, 08:42 AM
why would this code on one of my styles stop your code working
#leftc {
background-image: url(http://www.backburnerforums.com/forum/images/left.jpg);
}
#rightc {
background-image: url(http://www.backburnerforums.com/forum/images/right.jpg);
}
bada_bing
03-09-2006, 03:39 PM
Installed on my 3.5.4 site
MentaL
03-12-2006, 11:13 PM
Anyone tell me rather than have it vertical how i can have it horizontal as well please on any resolution, thanks.
MentaL
03-14-2006, 08:20 PM
bump :)
Funkie
03-15-2006, 04:52 AM
This is the bit that makes it horizontal
/* Start Sub-forums-list in Columns */
.subforum {
padding:0;
margin: 0;
}
.subforum li {
display:inline;
width:150px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
.clear {
clear:both;
}
/* End *//
but dosn't work with all styles
bada_bing
03-15-2006, 02:55 PM
How can I still include the last post,threads & posts fields so that those forums still show activity to my members?
MentaL
03-15-2006, 03:04 PM
This is the bit that makes it horizontal
/* Start Sub-forums-list in Columns */
.subforum {
padding:0;
margin: 0;
}
.subforum li {
display:inline;
width:150px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
.clear {
clear:both;
}
/* End *//
but dosn't work with all stylesanyway to force it?
TomasDR
04-29-2006, 09:10 AM
Is there any way to extend this hack to the forumdisplay.php?
The way my forum is organized sometimes there are to many subforums under a mainforum that people don't realize there are threads below and miss the threads in the initial forum.
alshehi
04-29-2006, 11:40 AM
thank you very much
best wishes L Alshehi
ltaylor
04-29-2006, 03:17 PM
Thankyou! Provides a nice organized, easy read, clean look :-)
vbreal
05-10-2006, 01:33 AM
its not working right in one of my styles but it works fine for the others.
is there any way to fix it
thanks
Holidazed
05-15-2006, 05:31 PM
Awesome! Works great. Thanks
oninuva
05-27-2006, 12:08 PM
how do i install this?
my zip file has no instructions?
please help
peterska2
05-27-2006, 12:15 PM
Open the unknown file (css_sub_forums_in_columns_txt) in notepad or wordpad, the instructions are in there.
oninuva
05-27-2006, 01:19 PM
cheap! i just did everything but it dosent work?
look www.wow-elite.org/forum
oninuva
05-27-2006, 05:53 PM
help
oninuva
05-29-2006, 11:31 AM
how do i make the text bigger?
cyberbeggar
06-10-2006, 09:55 AM
Hi,
Nice, thanks for sharing One thing though, how do you get the text of the sub-forums to be a little smaller?
taffy
Thanks for all the nice feedback :)
I'm probably going to tweak this a little more before my board launches with vb3.5.0. So I'll update this thread when I do. ;)
Taffy056: You can add: font-size: XXpx; to the subforum CSS class. (replace XX with your prefered font-size) Or you can adjust the font-size for 'smallfont' in the Main vbulletin CSS.
I don't understand ... I need to make my sub-forum font smaller, but I do not know what you mean? Please help!
peterska2
06-10-2006, 03:03 PM
To change the font size, see the instructions in this post (https://vborg.vbsupport.ru/showpost.php?p=1004064&postcount=12)
kofoid
06-10-2006, 11:14 PM
OK I think I am missing something! This is a GREAT GREAT HACK!!!! But I would really like to know how to make the font smaller.... I even tried this:
/* Start Sub-forums-list in Columns */
.subforum {
padding:0;
margin: 0;
}
.subforum li {
display:inline;
font: 2px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
width:85px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
.clear {
clear:both;
}
/* End */
And it doesn't change the font size.
peterska2
06-10-2006, 11:19 PM
did you do that on all your styles?
It has done it on this one
http://www.lets-yada-yada-yada.com/?styleid=3
kofoid
06-11-2006, 01:43 AM
DOH! nope I didn't - Thanks!
Annapurna
06-15-2006, 06:27 AM
me installed!
works fine, good for future forum setups
Andreas
misterzoo
06-16-2006, 11:03 AM
<i>I'm really stupid, but I'm not able to find where is " 'Main CSS' for your selected style. " mentioned in instructions.
Please, can you tell me which is 'Main CSS' in Default Style?
Thank you</i>
Sorry... I found it!
cyberbeggar
06-16-2006, 11:12 AM
I am probably just as stupid as you, but this is how you find Main CSS
Go to:
1. www.yourwebsite.com/admincp < example only
2. Styles and Templates
3. Style Manager
4. All Style Options
5. Main CSS
Goodluck mate ... I am learning too!
misterzoo
06-16-2006, 11:25 AM
Perfect!
Thank you very much!
Really great change :banana:
Damsella
06-20-2006, 10:58 AM
I did this, and I get my subforums listed twice - once in the nice columns, then below it in a single list with bullet points *scratches head*
peterska2
06-20-2006, 11:04 AM
Did you follow all the steps?
Damsella
06-20-2006, 11:34 AM
Well, yes, as far as I know. I will relook.
stonner
06-24-2006, 06:41 PM
works great!
Thanks
stonner
06-24-2006, 07:07 PM
i've installed this great hack and it works fine!
But:
the width of first column with the icons in it is too big. how can I change it?
see attachment.
thank you
Thomas P
08-02-2006, 10:53 PM
I use vB3.5.4
I have all links in one line.
Changing the css to 70 or 100 px didn't help (width of subforum li)
How can I get two colums?
Annapurna
08-07-2006, 01:48 PM
So how's about 3.6?
working?
Andreas
So how's about 3.6?
working?
Andreas
Im using this on 3.6, no problems yet.
Thomas P
08-08-2006, 01:52 PM
Can the columns be set by other methods than width... it's a bit random.
I would prefer to set the number of columns independently of the browser width.
Annapurna
08-16-2006, 01:56 PM
Im using this on 3.6, no problems yet.
perfect! thanks!
Andreas
DigitalDesktops
08-25-2006, 12:56 AM
I like and have installed it on all my skins.
badboyz
09-03-2006, 12:19 AM
there is nothing
there is only two files
wat do i do with them?
peterska2
09-03-2006, 12:26 AM
rename the file so that it is .txt and then open it and the instructions are in there. It's the file inside the folder.
jarvis
09-16-2006, 05:18 PM
I've tried this, but when I switch over - the subforums line up in their cells fine, but I lose the last thread, number of posts columns.
I'm sure I'm missing something very simple - but can anyone help point it out?
Here is a screenshot - as you see, my last thread, poster, and number of posts columns are gone?
Thanks! :)
hpwilhelm
09-17-2006, 06:49 PM
rename the file so that it is .txt and then open it and the instructions are in there. It's the file inside the folder.
I have updated the textfile to include .txt - don't know how that escaped the last time...
As many of you have already discovered, this mod works without changes with vb3.6.x. It seems that I can't update the version numbering, so if someone who reads this can; please bump the version number to 3.6.x. Thanks.
Jarvis: It looks like you may have deleted the other columns when you edited one of the 4 forumhome_forumbit_level*_post templates. Just revert and try again, but only replace what your supposed to replace. :)
jarvis
09-18-2006, 05:22 PM
Jarvis: It looks like you may have deleted the other columns when you edited one of the 4 forumhome_forumbit_level*_post templates. Just revert and try again, but only replace what your supposed to replace. :)
Thanks for the reply. I have reverted all of the FORUMHOME templates to their original status. As a test, I set the forum display to 1 and show subforums.
This is the 'out of the box' default layout I get:
http://www.mhogaming.com/forums/index.php
The formentioned columns are still missing. Am I making a really stupid mistake here somewhere? :cross-eyed:
EDIT: that link above is now set to show subforums with level 2 in forum home as members were complaning, lol. Basically, I am still missing the extra columns even after reverting everything back to orginal in those templates. :(
mattpark
10-17-2006, 11:47 AM
Hi there.
First off, great little mod. Works wonders.
I do however have one query. Works wonder on the fourm index, however when i click on the master category containing all the subforums, the next page still shows it in the old fashion.
Please acn you tell me which code i need to modify in which template to fix this?
Thanks
Matt
KURTZ
11-30-2006, 02:29 PM
edit: i tried to install this hack but on my vB but it doesnt run ...
this is the result (i followed all the instructions in the .txt file)
http://img175.imageshack.us/img175/8233/pick001fz8.th.jpg (http://img175.imageshack.us/img175/8233/pick001fz8.jpg)
however is it possibile to set the suboforums in one column like this?
http://img177.imageshack.us/img177/1142/pick001ra8.th.jpg (http://img177.imageshack.us/img177/1142/pick001ra8.jpg)
PS. also i tried with two resolutions 1024 and 1280
breamy1990
04-10-2007, 02:50 PM
just installed this on my 3.6.5 forum :) works perfectly
redblod
08-27-2007, 09:20 PM
hi i like this mod but i install it and know i dont know how to add it the Subforum can some one please tell me Step by step Thank u.
redblod
08-29-2007, 11:22 PM
This Mod Dont Work For Me.
Tearstone
08-31-2007, 04:32 PM
Thank you very much, I've been looking for this!!
stonner
09-18-2007, 03:06 AM
i followed the instructions, but no change on forumhome?
what do i do wrong?
thank you
jambo_1969
09-19-2007, 06:06 AM
Excellent Stuff - Installed and Very Happy
:D
passion33
10-17-2007, 07:33 PM
Hello hpwilhelm , i have installed your css addon..all fine. I would now like to do one further thing...I would like to be able to divide the list of subforums to two colums insted of one like now. I have attached a pic as photoshop how i would like it to be. Click here 71154
Can you help me make this to work ?
regards
Tinh.Nhi
10-30-2007, 07:26 AM
nice work
a german translate possible - because its hard for me to translate 1on1 your manual :(
best regards
peter
nyunyu
12-11-2007, 03:25 PM
Been looking for this since I saw it on another forum..
This is a great mod...
Thank you very much
[EDITED]
This is a good hack, but when I use it, the adsense link ads on my page messed up. So, uninstalls..
synisterk
04-19-2008, 11:41 PM
Is there a way to show the sub forum descriptions??
Shane
06-27-2008, 11:19 AM
Is there a way to show the sub forum descriptions??
You have to edit the way the subforum link gets created and then I put the description in the "title" html tag.
Bonus Paradise
09-17-2008, 10:18 PM
can I use this on Vers 3.7.3?
Regards
Marina
I, Brian
12-29-2008, 06:12 PM
This is such an old hack but such a useful one, too. Many thanks for this again. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.