The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Legacy all screwed - can someone help?
Hello - I am VERY NEW to coding stuff and really have no idea how I messed my postbit_legacy up so badly....
Here is the site: http://www.tvfunspot.com Here is the code: Quote:
My members are reporting several things: - the postbit when posting in Quickedit takes up 2/3 of the page - all the posting is aligned to the right? Any help is greatly appreciated. |
#2
|
||||
|
||||
It looks fine to me as an Unregistered User. Do you have a test account for people to use here to see what is up as a Registered User?
You can always hit the Revert button or go to edit the template, go to View History (upper left) and then compare your version to the default vb version and see what the changes are. |
#3
|
|||
|
|||
I do have a test account:
Test Member PW: XXXXXX (I will change this later) |
#4
|
||||
|
||||
This line will cause problems:
<div class="smallfont usertitle" style="width: 779; height: 19"> I don't think you meant to make that width 779. I don't know that you need a width there, or a height. |
#5
|
|||
|
|||
Thank you Lynne - I took that part out and didn't really notice a difference, so it was useless to me and possibly affecting how some others saw it.
I personally haven't seen any problems with it - I've just seen some screenshots and heard from other members what they're seeing. They also say when they 'refresh' it fixes the problems? |
#6
|
||||
|
||||
You should not remove the whole line because then the div will have a close tag, but not a beginning tag. So, just replace the line with "<div>" or "<div class="smallfont usertitle">". (I'm actually not sure that class is valid since it has a space in it.)
|
#7
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|