The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Widget - text under avatar
Hey.
Sorry bad English. As to add the text under avatar ? Thanks. |
#2
|
||||
|
||||
You need to move the userinfo div inside the widget_post_bit div. Then add to the additional.css some css to float it right and add a margin-right and a height. Then, get rid of the margin-right for the widget_post_bit.
|
#3
|
|||
|
|||
Very to thank
|
#4
|
|||
|
|||
Quote:
Can I ask for the guide? Thanks. |
#5
|
||||
|
||||
Post the template code you tried so I can see what went wrong and also post the css you added to the additional.css template for this. Please put code tags around it.
|
#6
|
|||
|
|||
Quote:
vbcms_widget_recentarticle_page PHP Code:
|
#7
|
||||
|
||||
You forgot the surrounding <divs> for the widget_post_userinfo. That whole div needs to be moved inside the other div. You should have something like:
HTML Code:
<div class="cms_widget_post_comment widget_post_comment"> <div class="cms_widget_post_userinfo widget_post_userinfo"> all the stuff inside this div also...... </div> <vb:if condition="$article['showtitle'] OR $article['settingsforboth'] == 2"> etc. HTML Code:
.widget_post_userinfo { float: left; height: 40px; margin-right: 40px; } .widget_post_comment { margin-left: 0;} |
#8
|
|||
|
|||
Very to thank for the help.
Now is so. vbcms_widget_recentarticle_page PHP Code:
Thanks. |
#9
|
|||
|
|||
Hello.
On left hand is OK. The right has a margin. What one can with this make? Thanks. |
#10
|
||||
|
||||
Did you try the css I posted?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|