View Full Version : Where is this control located?
Ohiosweetheart
08-04-2007, 01:33 PM
In which template can I find this contol... does anyone know? (see screenshot)
Dominic
08-04-2007, 04:44 PM
postbit(_legacy)
Ohiosweetheart
08-04-2007, 05:57 PM
Thank you. I figured it probably was, but I can't find it anywhere. :(
Dismounted
08-05-2007, 05:29 AM
Search for "$post[postcount]" in that template ;).
Ohiosweetheart
08-05-2007, 12:28 PM
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!
Dismounted
08-06-2007, 06:18 AM
You need to wrap the control in align right divs.
Ohiosweetheart
08-06-2007, 10:45 AM
Now why didn't I know that? grrrrrrrrrrrr.... sometimes I think my brain is short-circuited. :rolleyes:
Thank you again Dismounted. ;)
Ohiosweetheart
08-12-2007, 03:10 PM
ummmm - Dismounted, this is already aligned to the right in the template 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>
Yet, it is still towards the left, as the screenshop above shows.
Any ideas?
Nevermind.... I copied the postbit_legacy code from the default 3.6.8 and pasted - worked out great :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.