The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I solve this little problem? ... part II
Hello,
I came from this thread : https://vborg.vbsupport.ru/showthread.php?t=152664 Lynn suggested I start my own thread... so here I am. Basically, I have the same exact problem as the person from the thread above. It seems that there is something off in the showthread bit but I can't figure it out. You can check out what im talking about at this link : http://tinyurl.com/nrbm3c By looking at the pic or going to the link above, you can see how the page shoots off to the right off the page. Not exactly sure what the problem is, but the forum width is set correctly, as well as most of the html in there. Any assistance would be appreciated. Regards, ab |
#2
|
||||
|
||||
This makes no sense:
Code:
<td width="655"> <!-- /logo --> <!-- content table --> <!-- open content container --> <div align="center"> <div class="page" style="width:775px; text-align:left"> |
#3
|
|||
|
|||
Would I change that in the showthread bit? I'd like to change that 655 to 775.
|
#4
|
||||
|
||||
I don't know what template they are in. Do this to find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
#5
|
|||
|
|||
I did that, but I'm not able to find the html that you quoted above.
Edit: Found this code Code:
<div id="posts"><!-- BEGIN TEMPLATE: postbit_wrapper --> <!-- post #129134 --> <!-- BEGIN TEMPLATE: spacer_open --> <!-- open content container --> <div align="center"> <div class="page" style="width: 775px; text-align: left;"> <div style="padding: 0px 10px;" align="left"> <!-- END TEMPLATE: spacer_open --> <div id="edit129134" style="padding: 0px 0px 6px;"> |
#6
|
||||
|
||||
The code with the 665 is from the template called above that one. Could be the showthread template. It could also be a variable being used in place of the 665. Look for that logo comment line and I'm sure you'll find it. (I don't think you found the correct template for the other lines. Look in your page source for the lines I posted - they are all together. I'm pretty sure the lines I was looking at are from somewhere near the navbar cuz that is out of whack too - that's where it first happens.)
|
#7
|
|||
|
|||
I was able to find out where the tag was... it was in the header template. lol
I then tried changing it to 775 and the problem persisted. Even went as far as changing the site to a wider 900 and it seemed to not matter. Any other ideas? |
#8
|
||||
|
||||
Remove the width from that div tag in the code I posted in my second post.
HTML Code:
<!-- /logo --> <!-- content table --> <!-- open content container --> <div align="center"> <div class="page" style="text-align:left"> |
#9
|
|||
|
|||
Makes sense, I'd like to remove that to see if it helps but I can't find the darn html
Code:
<tr> <td width="775"> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $welcomeheaders <!-- USC header edit start --> |
#10
|
||||
|
||||
Try doing what I said before to find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. If it says it is in a specific template and you are positive you are looking at the correct style and template, then it could be a modification is adding it. Try looking through your plugins then.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|