![]() |
Quote:
I'm betting you're using the default vB Style? (Layout, not colors..) |
Hi,
first of all - thx to Magnus: I really appreciate the work you've done! Great hack! Small problem: Everything is working proper but - if I enable the RIGHT sidebar, it is only to be seen on all forumdisplay-pages, not on the index-page. Of course it would be better not only to see the left sidebar (if enabled) on the first page of the board but the right (if enabled) too. Any help out there? Best regards and TIA - adusei |
Quote:
|
Drumsy,
Ok, I found the culprit. It's a slight glitch with the vB default style. This line is what is causing the problem: HTML Code:
<div style="padding:0px 25px 0px 25px"> HTML Code:
<!-- <div style="padding:0px 25px 0px 25px"> --> spacer_open postbit postbit_legacy It should be in one of those. ;) |
Ok, so far I've found it in spacer_open only as:
Code:
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> |
This does change the layout, even before I enable the AdColumn. Namely, where I used to have some space between the right and left edges of my forums and the edge of the screen, it sits pretty much right on top of it now.
|
Ok, I've enabled it, it works fine everywhere, but does it have to be right up on the edge of the screen? Check out www.honda-acura.net/forums as an example.
|
Quote:
I tested it with Mozilla 1.6 and Opera 7 and IE6 - always the same problem. A friend tested it with IE5 - and there it s working proper. Since I need the RIGHT sidebar I please need some help. What can be my mistake ? TIA and best regards, adusei P.S.: I installed everything again - same problem LEFT sidebaris ok, RIGHT doesn't appear proper... |
adeusi,
In a previous post you said it's working fine on FORUMHOME, but not on your INDEX page, correct? When I checked your site earlier, you have pretty heavily modified INDEX page. I'm sure you've got an open html tag somewhere that's screwing with it. Try running the site url through a HTML validator, it will help you track down the culprit. If it's working on fORUMHOME fine, logic tells us it's got to be something specific to the INDEX page. |
Quote:
|
@magnus
Yup - thx for the hint - it's been the forumhome template! Now everthing is working proper! Thanks for the fine hack again! Best regards, adusei |
Its strange, everything else is fine, but my calander is too wide... Im set to 1050 width and when I enable left column ads (via hack) the calander doesnt adjust.
www.lincolnvscadillac.com |
Quote:
|
Quote:
|
Oh, that problem has been addressed. See this thread. The changes you need to make are in the "spacer_open" template.
It's a glitch in the default vB style. |
nope --- that thread doesnt help -- here is my spaceropen template -- what that thread calls for isnt there or in postbit or postbit_legacy
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> |
Joey, do me a favor. Enable AdColumns, go to your Calendar. Click "View Source", and save the source to a file and give it to me. I can track down what's wrong much easier that way. :)
|
here you go.............its attached
Quote:
|
Quote:
HTML Code:
<!-- open content container --> HTML Code:
<div style="padding:0px 25px 0px 25px"> |
I did a template search, no dice----
this is spacer_open <!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> |
In spacer_open, comment out:
HTML Code:
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> |
what do you mean --- "comment out" ?
Quote:
|
Quote:
HTML Code:
<!-- <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> --> |
ok, I commented it out and, well that keeps it from running off the page --
But the forum automatically adjusts size to fit within the size allotted - the members list and calander do not. They stretch so as to be larger then the header. Not running off the page, but not quite right either. any thoughts? |
Installed, works perfect on the forums and the vb advanced homepage
|
Quote:
|
HEre are some screenshots -- the first 2 are with both left and right turned on and you can see in the first one with forums its fine - but the second one, calander isnt.-- the third on is with only left on showing the same problem
what code do you want? |
Quote:
|
here you go. I included member list.php because the calander and memberlist are the ones screwed up. -
|
Quote:
Make sure you have both sidebars enabled when you save the source, as I'll need that code in their, too. As for the index, I need your forum index. Not vBadvanced index. ;) |
ACtually -- I figured out my problem
I had width set to 1000 sx instead of just 100% One question while im here --- can the logo be set to 100% somehow? |
After upgrading to gold - i tried to reinstall -- I got this after running the install script.....
Database error in vBulletin 3.0.0: Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('adcolumn', '600', 1) mysql error: Duplicate entry 'adcolumn' for key 1 mysql error number: 1062 Date: Saturday 20th of March 2004 01:26:22 AM |
Quote:
|
Quote:
Since upgrade to Gold all has stopped working..In AdminCP there is still Advertisment Colomn option under VB options but when you click on it it no longer brings up any options..i.e Left / Right check boxes. If I click on OK it just says "Nothing to do" |
thats the same problem i have
|
It seems like vB3 Gold may have removed some things from the dB. Looks like I'm going to have to make a quick uninstaller, so you can re-run the installer and put all the settings back.
/sigh.. why Jelsoft, why? |
Ok, run these following queries:
[SQL]DELETE FROM `phrase` WHERE `varname` = 'settinggroup_adcolumn' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adenable_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adenable_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adleft_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adleft_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adright_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleleft_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleleft_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleright_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleright_desc' LIMIT 1; DELETE FROM `settinggroup` WHERE `grouptitle` = 'adcolumn' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adenable' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adleft' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adright' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adtitleleft' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adtitleright' LIMIT 1;[/SQL] Then, go ahead and re-run the installer. It should work fine after that. Be sure to verify the file and template edits! ;) |
I've also got the alignment issues in the show thread where the thread contents are not as wide as they should be (see screenie)
I've made the changes you suggested throughout this thread: Quote:
Quote:
Quote:
|
heynurse,
Here is your problem: HTML Code:
<div class="page" style="width:95%; text-align:left"> |
Will this work with the final version of vBulletin? The version after RC4?
Forgive me with terminology ;) vBulletin 3.0.0 Thanks. |
All times are GMT. The time now is 09:45 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|