The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#137
|
||||
|
||||
![]()
ok -- please remember im quite new at all this, and although im learning as I go, I still need a little hand-holding. Ill explain whats confusing me...
What im trying to do - is have the child forums of first 4 forum catagories stay as they are - single column - the child forums of the next 2 catagories to be in 2 columns, and the child forums for the last 2 catagories to remain single column. Question is: Where do I make these settings changes? IN the txt file instructions under edit template forumhome_forumbit_level1_nopost is says "if your columnized forums should be below open for post categories, you also have to change level1_post that way.." What does that mean in english? And in the "Ending Step" is says "now you have to edit the category, which's subforums should be in columns and change the value into the ammount of columns, you want to have." Again - how about an english translation for those of us who are learning this stuff? THanks for being patient with me. Im sure this is all obvious but I need a little nudge to comprehend it all. |
#138
|
||||
|
||||
![]() Quote:
you won't need the _post changes if you do not have categories, where posting is allowed ![]() it's hard to explain that more detailed, it may help to read through the vb3 manual, to learn some of the terms (and i think the template scheme will be posted on vb.com soon as well) |
#139
|
|||
|
|||
![]()
Hi, Xenon, do you have any plan to make this work for forumdisplay and make it work for forum in addition to categories?
Thanks. |
#140
|
||||
|
||||
![]()
Shouldn't be hard to do.
actually it works for forums as well as for categories, and the forumdisplay would be an edit of a few lines i think |
#141
|
|||
|
|||
![]() Quote:
|
#142
|
||||
|
||||
![]()
can some one please release a nicer looking forumhome_forumbit_columncell to include the last poster info/post and thread counts ? PLSSS
![]() |
#143
|
||||
|
||||
![]()
heres mine all done took me ages ! thanks to m.c for some code :smoke:
|
#144
|
|||
|
|||
![]() Quote:
I have modified forumdisplay.php to add in PHP Code:
PHP Code:
PHP Code:
Would mind provide some more details? Thanks. |
#145
|
||||
|
||||
![]()
in functions_forumlist.php
you have to remove Code:
THIS_SCRIPT == 'index' AND ![]() i thin that should be all, except from some design glitches you have to manage in forumdisplay template ![]() @Corsa: hey, looking nice ![]() |
#146
|
|||
|
|||
![]() Quote:
Can someone install this for me lol I don't want to screw things up..but I want it to look like the image attached on MC's post |
#147
|
|||
|
|||
![]()
Hi Xenon, looks like a very popular hack! Quick question here from a new user... my setup has a dozen forums at the top level, in other words no Parent Forum/Category, just 12 forums. I'm looking for a very simple forums home display. I'll probably even take out the table head row and display just the 12 forum name/descriptions and last posts fields. But I'd like to do it in 2 columns, somethign like this:
************************** T A B L E ************************** Forum Decription - Last Post Info || Forum Description - Last Post Info Forum Decription - Last Post Info || Forum Description - Last Post Info Forum Decription - Last Post Info || Forum Description - Last Post Info Forum Decription - Last Post Info || Forum Description - Last Post Info Forum Decription - Last Post Info || Forum Description - Last Post Info Forum Decription - Last Post Info || Forum Description - Last Post Info ************************** T A B L E ************************** Any suggestions? Have you seen a hack for this already? |
#148
|
||||
|
||||
![]()
Well, the easiest way would be to create a Dummy categorie.
So one parent forum for all 12 forums. Then you just have to install my hack here, and then just edit some templates, so the dummy category won't show up anymore (so remove the info lines and such, and just leave the table generation for the subforums ![]() |
#149
|
|||
|
|||
![]()
so I guess I'm on my own then? No one wants to help me install?
|
#150
|
|||
|
|||
![]()
absolutely beautiful.
still working out all of the images, and i'm hoping to get some help in the custom header thread (for sub-forums instead of just on forum home), but great hack. thanks a lot xenon. much appreciated. |
#151
|
|||
|
|||
![]()
correct me if i'm wrong (not much of a php coder)... i pieced together some code from posts here, and was hoping it would workin forumdisplay, but it doesn't... any thoughts?
Code:
<if condition="$subforum['subforumcolumns'] > 1"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> $forumbits </table> <else /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> $forumbits </table> </if> thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|