PDA

View Full Version : How to correct the screen size?


PassLab.net
09-01-2006, 10:24 AM
Since I have upgraded to 3.6, I have this problem with the screen size. Everything looks okay on the forum but when someone enters in to the thread, it shows up as in the following picture. I want 'em to be even.

http://www.resimyukle.org/out.php/i7361_screen.jpg

How can I fix this?

Thanks a lot

PassLab.net
09-03-2006, 05:35 PM
no one?

putergirl
09-03-2006, 08:11 PM
I was just coming here to post the exact same guestion. Right after the upgrade the width of the middle section is smaller than what's above and below it. Help?

Freesteyelz
09-03-2006, 09:20 PM
I think that has to do with the "spacer_open" and "spacer_close" codes in postbit or postbit_legacy templates. If you're using a Style that is not vB 3.6.0 specific you may run into display and functional problems. It's recommended to revert the templates (as indicated in the vB release thread).

putergirl
09-03-2006, 10:28 PM
I reverted the templates that the control panel kept giving to me, and the problem still exists. I only have the default style... no additonal styles have been added.

Freesteyelz
09-03-2006, 11:06 PM
What happens if you remove the codes ("$spacer_close" and "$spacer_open") in the SHOWTHREAD template?


<!-- end content table -->
$spacer_close
<!-- / end content table -->


and


<!-- start content table -->
$spacer_open
<!-- / start content table -->

putergirl
09-04-2006, 12:05 AM
Just tried it.. it made it double the size of the indentation. So, it didn't work, but thanks for trying.

PassLab.net
09-04-2006, 04:58 AM
I dont have additional styles, what you see is the exactly same vbulletin default style but I have change the colors that is all :)

I tried what you said but didnt work :(


edit: now I do have additional style (17 sept 2006)

putergirl
09-05-2006, 09:58 PM
anyone?

peterska2
09-05-2006, 10:47 PM
The only reason that this would occur is if you have not reverted your postbit template on upgrading to 3.6.0

Due to the number of templates that have changed between 3.5.x and 3.6.0 it is recommended that you revert all templates for your style as this fixes issues such as this one and ensures that all the new 3.6.x features work.

Of course you can manually edit each template to ensure that it works on 3.6.0, but this can be a long winded job and unless you are very familiar with the templates, it is not something that can be done easily and can cause a lot of confusion.

Really, the approach that you take depends on how modified your templates are to start with. If they are minimally modified then you can revert and reapply any modifications a lot easier than doing all the upgrades manually for each one. However, if they are extensivly modified, then it can be as quick, if not quicker, to upgrade the templates by applying all the changes by hand.

putergirl
09-06-2006, 01:07 AM
I'm pretty sure it was reverted. There are no more to revert. What would I have to do to do it by hand?

peterska2
09-06-2006, 01:55 AM
compare it to the default template and make all the changes that are present in the code.

If the template name is red then it has been edited and so has not been reverted.

putergirl
09-06-2006, 01:59 AM
well changes have been since that time I'm sure. I guess I need some specific things to look for.

Rickie3
09-06-2006, 09:54 AM
all fixed for you putergirl as peterska2 said the postbit template needed to be reverted,i then redid the hack edits for your postbit,and all is good ;-)

PassLab.net
09-16-2006, 11:28 PM
ok, finally it has been done. The problem was definitely in postbit_legacy

remove both code

$spacer_close

$spacer_open


Thanks guys

putergirl
09-18-2006, 04:14 AM
Thank you guys, I appreciate the time you took to help me, especially Rickie who logged in and fixed it. :D