The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
You are on to something. That is exactly what it is. I just logged in as one of my mods, and his alignment is correct.
Anyone know how to fix this?? |
#12
|
||||
|
||||
That's the inlinemod (checkbox).
So, in your showthread template post the codes between: Code:
<!-- toolbar --> between_code_here_please <!-- / toolbar --> I think we'll have a better idea once we get all inlinemod codes (of both postbit and showthread) interacting together. |
#13
|
|||
|
|||
Here you go:
Code:
<!-- toolbar --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> <tr> <td class="tcat" width="100%"> <div class="smallfont"> <if condition="$show['firstunreadlink']"> <a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a> <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a> </if> </div> </td> <td class="vbmenu_control" id="threadtools" nowrap="nowrap"> <a href="$show[nojs_link]#goto_threadtools"<if condition="is_browser('ie')"> accesskey="3"</if>>$vbphrase[thread_tools]</a> <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadtools"); </script></if> </td> <if condition="$show['search']"> <td class="vbmenu_control" id="threadsearch" nowrap="nowrap"> <a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a> <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if> </td> </if> <if condition="$show['threadrating']"> <td class="vbmenu_control" id="threadrating" nowrap="nowrap"> <a href="$show[nojs_link]#goto_threadrating"><span id="threadrating_current"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /><else />$vbphrase[rate_thread]</if></span></a> <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadrating"); </script></if> </td> </if> <if condition="$vboptions['allowthreadedmode']"> <td class="vbmenu_control" id="displaymodes" nowrap="nowrap"> <a href="$show[nojs_link]#goto_displaymodes">$vbphrase[display_modes]</a> <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("displaymodes"); </script></if> </td> </if> <if condition="$show['inlinemod']"> <if condition="$show['popups']"> <td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"><script type="text/javascript"> vbmenu_register('imod'); </script></td> <else /> <td class="thead" align="center"> <input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onclick="inlineMod.check_all()" /> </td> </if> </if> </tr> </table> <!-- / toolbar --> |
#14
|
||||
|
||||
Thank you.
I'll see what comes up and get back to you... |
#15
|
|||
|
|||
Thanks for your help.
|
#16
|
||||
|
||||
Interesting. I adopted your postbit and showthread codes and I did not get the misalignment. Then I did a side-by-side comparison with my code and yours and none of the differences between codes suggested a problem. Third, I added a side bar inside and outside the spacer codes and nothing came up. I'm now wondering if this is with the spacer_open/spacer_close or postbit_wrapper.
If you change the style (whether default or custom) do you still receive the misalignment? |
#17
|
|||
|
|||
I only have 2 styles: the default, and the custom one that i am using. The custom one is a child style, and all of the templates that I posted are inherited from the default, so yes I do still ge the misalignment. Weird!!!
|
#18
|
||||
|
||||
If you're game, export that custom style then import it as a Parent style. You'll lose some of your custom codes but it'll simplify the process of troubleshooting. If you do, see if you still receive the problem.
I'm still with you on this issue. :up: |
#19
|
|||
|
|||
OK. I just downloaded the style, and imported it as a parent style. Still have the same issue.
|
#20
|
||||
|
||||
Hmm...I'm curious to see your style now. See, let's say I import the style and get the misalignment then the problem is with the style. If there isn't a misalignment then the problem is outside the scopes of the style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|