The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Or --or--- if, should i change it in both templates? What's the difference between them??
|
#12
|
||||
|
||||
You may change it in both templates. postbit display the user information on top of the post. postbit_legacy displays the user information on the left side of the post.
|
#13
|
|||
|
|||
Sorry, but changes to both templates don't change a thing in the text margin/padding... What else can be done to get this fixed??
|
#14
|
||||
|
||||
How about a link to a thread so we can see the problem? If we need to be logged in, please post a test account username/password.
(And, did you try using padding:10px instead of margin:10px ?) |
#15
|
|||
|
|||
<a href="http://www.deorvanheemskerk.nl" target="_blank">link</a> to the board (login with test / testen). See any message as an example....
|
#16
|
||||
|
||||
When I added padding="10px" to the div tag, it did what you wanted. Right now, you have no style added to the div tag - I thought you said you had added it?
|
#17
|
|||
|
|||
I added this code, looked if something changed, but it didn't, so i changed the code back to original. I think i did something wrong. Where did you added the code? And which code exactly??
--------------- Added [DATE]1243801023[/DATE] at [TIME]1243801023[/TIME] --------------- Maybe you got me wrong. I want to change the padding/margin of the text in the post itself..... |
#18
|
||||
|
||||
Find in postbit_legacy template:
HTML Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> HTML Code:
<!-- message --> <div style="padding-left: 15px;" id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> . --------------- Added [DATE]1243801983[/DATE] at [TIME]1243801983[/TIME] --------------- PS. Padding is usually 6px so you will have to use more 6px to see any changes. I have used 15px but you can adjust it if needed. |
#19
|
|||
|
|||
Yes, that did the magic! Thanks from a noob (also you, Lynne!!)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|