![]() |
a few posts above that one, i point to the vbT thread :)
|
Install en Vb3 Gold...Works Fine.
Later post my Custom Template..i have to work on it. |
Quote:
|
anybody find that installing this makes all the other sections on the board misaligned to one another.
Like where u have the section and over other side last post ect they dont run straight down the full board. Maybe me dunno but they deffo out of alignment |
@lasto: the split up template modification is producing that problem, not the col forum hack.
@vb-hisp: obviously you just made something wrong while installing. Just restart from an unhacked file and it will work :) |
Quote:
yep u right xenon as this hack worked flawless on vb2 cheers anyway for good hack will find a way to put everything back in line :) |
it has something to do with not fixed cell width's.
I know we had that problem on vb.org as well, just don't know exactly anymore what i did to solve it ;) |
Quote:
|
im working in the templates...but dont find the problem
Sometimes the board expand to 250% and sometimes works fine...mmm i cant find what is the problem. |
I got it to work, sort of. It basically closed all of my catagory headers?
I suspect im suppose to customize the code in the instructions somehow. Yes? And if so -- please explain. Im new at all this and learning more and more every day - so please be gentle. |
Hmm, sorry, but i don't really understand what you're asking me.
But regarding this: Quote:
|
Quote:
yeah is what happened to me all u gotto do is go to admin select any forum from the forum moderators link and select 1 for the numbers of columns any number will do but as long as u input a number the columns are fine from then on it just happens after install thats all. |
Hmm, wierd, as i've entered 1 as the default value within the query ;)
0 columns means no columns at all of course :) |
Quote:
thing is Xenon your hack works fine :) i just need to fix the alignment problem and i be even happier :nervous: |
juse enter specific width values to all except one col on the normal forumhome_bit templates, that should fix it (or did it here ;))
|
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. |
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) |
Hi, Xenon, do you have any plan to make this work for forumdisplay and make it work for forum in addition to categories?
Thanks. |
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 |
Quote:
|
can some one please release a nicer looking forumhome_forumbit_columncell to include the last poster info/post and thread counts ? PLSSS :)
|
heres mine all done took me ages ! thanks to m.c for some code :smoke:
|
Quote:
I have modified forumdisplay.php to add in PHP Code:
PHP Code:
PHP Code:
Would mind provide some more details? Thanks. |
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 :) |
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 |
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? |
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 :) |
so I guess I'm on my own then? No one wants to help me install?
|
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. |
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"> thanks. |
Quote:
At the bottom of forumhome_forumbit_level1_nopost PHP Code:
PHP Code:
You may also want to play around with the "width" percentages a little to tweak it to your specific style. I did mine 1% at a time until it was juuuuust right. Enjoy. |
thanks ixian... but i notice you have columns set up on your forumhome... this is for forumdisplay (subforums). will this work in my case?
thanks. |
tried and as i thought, it doesn't work for the subforums on forumdisplay.
Code:
<if condition="$forum['subforumcolumns'] > 1"> |
okay i installed it and it's cool...but on the subforums that are arranged in columns..how do you get it to show how many posts have been made and who made the last post? it doesn't show any of that info on the subforums arranged in columns.
|
one more thing...for the status icon on/off images...how would you identify how the code knows which forums to use which status icon?
|
deaconxgp, this
Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid]_$forum[statusicon].jpg" alt="" border="0" /> as for the last post info, look at the top of this page... ixian posted instructions on doing that. |
^nevermind that one...
I got the images to work but the forum titles are aligned to the bottom left of the image..how would i align the status icons to the the top left of the images...valign="top" but i'm not sure what template to adjust to get the forums aligned properly with the images. |
thanks Buddha lol...posted at the same time dude. :)
|
and i tried the code at the top of the page and it didnt' work right...it listed last post information on top of the actual subforums...
|
for some reason the code doesn't recognize $stylevar[top]
i wonder why. |
All times are GMT. The time now is 05:06 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|