The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where is this control located?
In which template can I find this contol... does anyone know? (see screenshot)
|
#2
|
|||
|
|||
postbit(_legacy)
|
#3
|
|||
|
|||
Thank you. I figured it probably was, but I can't find it anywhere.
|
#4
|
||||
|
||||
Search for "$post[postcount]" in that template .
|
#5
|
|||
|
|||
Thank you too Dismounted.
Unfortunately I didn't find my solution there. Ok here's my issue - I designed this theme, and that moderation item somehow got moved over by the profile info. I have NOOO idea how that happened! Please see my screenshot and tell me if you have any idea what I can do. Thanks! |
#6
|
||||
|
||||
You need to wrap the control in align right divs.
|
#7
|
|||
|
|||
Now why didn't I know that? grrrrrrrrrrrr.... sometimes I think my brain is short-circuited.
Thank you again Dismounted. |
#8
|
|||
|
|||
ummmm - Dismounted, this is already aligned to the right in the template code -
Code:
<td class="thead" style="font-weight:normal; align="$stylevar[right]"> <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if> <if condition="$show['inlinemod']"> <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" /> </if> </td> Any ideas? Nevermind.... I copied the postbit_legacy code from the default 3.6.8 and pasted - worked out great |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|