The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#182
|
|||
|
|||
I'm considering installing this hack, but I have 2 concerns:
1. What are the known issues (if any) with 3.0.3? 2. What exactly is the logic needed to make it not show up on the vbadvanced cmps? |
#183
|
|||
|
|||
FIGURED THIS OUT:
Changed table width to 100% in the postbit template ---------------------------- I'm having problems with the alignment of the contents table in the thread just as mentioned in a previous post https://vborg.vbsupport.ru/showpost....1&postcount=34 I tried all the suggestion I could find in this thread but nothing works. |
#184
|
|||
|
|||
dave6901 clicks Installs
|
#185
|
|||
|
|||
Okay I was able to get it to not show up in the show thread...
instead of putting the tags in the header and footer template. I put both tags in forumdisplay and forumhome. The first one below the $navbar code and then the second tag above the $footer tag. Okay so that's all the info I know. I am still having a spacing issue in the show thread. Anyone figure this out yet? |
#186
|
|||
|
|||
Quote:
NOTE: I put a search box on the left nav then turned it off on the vbAdv options and it disappeared from my left nav too. Once I turned it back on, it appeared on the left nav again. Therefore, I would not recommend turning off any of the functions that are used in other parts of the site. If you do not want it on the vbAdv page, just remove the code for the content from the index template. |
#187
|
|||
|
|||
I use sidebar with vbadvanced. I do not use the left template in vbadvanced (technically I do for the homepage)
BRISKODA - Skoda forum. What you see is a customised front page flicked on a conditional in the adv_portal. Sidebar hack is present throughout the site again working heavily on conditionals. The homepage does have the left column active(latest topics), but this time it's the right hand one and is next to the default right hand column(stats etc). The centre columns (news) appear on the left (all relative to sidebar). I just duplicated the php module src (*changed the eval template code) with a template duplication/edititng to suit, although not all done yet. But shows Sidebar integrating well IMHO with vb3.0.3 and vbadvanced + a few other packages. I prefer it to using the vbadvanced suggested inegration as it's far less editing and manipulation. Sidebar is the classic keeping it simple excellence. |
#188
|
|||
|
|||
Quote:
LOL~~!! i've found a way to make this work with VB2 everything is the same, except change this code in the instraction from eval('$sidebar = "' . fetch_template('sidebar') . '";'); to eval("\$sidebar = \"".gettemplate('sidebar')."\";"); (add it on top of eval("\$headinclude = \"".gettemplate('headinclude')."\";"); Globle.php) |
#189
|
|||
|
|||
Now how would I go about excluding the column from differing pages? I am having a brain fart on this. I know that for certain php scripts I can use the following condition
PHP Code:
I know it is something simple that I am over looking, but anyone that can point me in the right direction...it would be appreciated. TIA. |
#190
|
||||
|
||||
In those sub-folder scripts, you should define a single "THIS_SCRIPT" value which you can then test on in your conditionals...
|
#191
|
|||
|
|||
If the main script is pulling in other scripts it's the first reference to THIS_SCRIPT that counts. Thus all the forums pages report as forum or forums.
So you may have to edit a few pages/templates to stop it appearing or make it appear. I have added conditions within sidebar to affect what is displayed based on page name or this_script. Works fairly well from what I can make out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|