The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Postbit_Legacy REVERSED Layout 1 v.1.0 Details »» | |||||||||||||||||||||||||
==============================
============================== "Postbit_Legacy REVERSED Layout 1" by Freesteyelz Version: 1.0 Re-Inspired By: Ricky6039's thread: https://vborg.vbsupport.ru/showthread.php?t=114862 Thank Yous: Ricky6039, Boofo and Chris M ============================== ============================== Description: The posbit_legacy is displayed in reverse. For fluid and fixed-width layouts. Here's an idea that was re-inspired by Ricky6039's thread. It was a layout I did in UBB back in the day (2001) and now releasing it for vB. This is the first layout in the series. Future releases may come depending on requests, capability and energy. Examples: See attachments below. What to expect?: - Thread/Post title is displayed in place of Post Date. - Post Date and Username are displayed in place of Thread/Post title. - The user popup menu will display only in the first Username (left column). The second username link will go straight to user's profile. - Replies will display just left of post #. - User Online Status and User ID are displayed in the Username column. - Online Status, Report Bad Post and IP images are replaced with text for a cleaner look. - Message/Signature and User's info are bordered. Requirements: vB versions 3.5.3+ (3.5.4 should work; 3.5 versions possibly but I haven't tried it.) Assumptions: That you are editing the Default vB Style or at least using the Default vB Style as a Parent Style. Can it work for custom styles? Yes. You may, however, need to re-work some of the codes for the layout to display properly. I successfully did this on several custom templates. Since many of us are using different styles I thought it would be better to use the Default vB Style for the instructions. PLEASE!!! Read the instructions carefully. Take your time when editing. This is a template edit with quite a few steps so pace yourself. Browsers Tested: Internet Explorer & Firefox Supported: I'll try to answer your questions the best I can. Please click install to notify you if any changes are made. Instructions: Download the .zip file, extract and read the instructions. If you use this mod click the link for any updates via e-mail. Thank you. Attachements in order: 1. posbit_legacy 100% 2. posbit_legacy 770px 3. postbit_legacy menu 770px Show Your Support
|
Comments |
#42
|
|||
|
|||
Quote:
I really haven't had time to test it thoroughly though as I'm smack in the middle of designing a new skin :surprised: |
#43
|
||||
|
||||
I'm glad that (so far) it's working. If the fix becomes true then we can blame the faulty display on vB developers for missing the "px". Hehe.
|
#44
|
|||
|
|||
Well it's doing it again :bunny: Another thing that we noticed is that the username menu doesn't work, which might have something to do with it. We're looking at that part now.
|
#45
|
||||
|
||||
In post #34 you removed the Username code that used the popup menu. The Username at the right doesn't use it.
|
#46
|
|||
|
|||
No we are using that code and it still doesn't work. The full code from the default skin is:
Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> |
#47
|
||||
|
||||
It won't work if the left column Username with the <div> tag is in the code. In post #34 you removed the Username bit but you may have left the <div> tag there.
Code:
<!-- POST DATE & USERNAME --> <div id="postmenu_$post[postid]"> <!-- status icon and date --> <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a> $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if> $post[firstnewinsert] <!-- / status icon and date --> <!-- USERNAME --> by <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> <!-- / USERNAME --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> </div> <!-- / POST DATE & USERNAME --> Only one, same <div> ID tag will work at a time. |
#48
|
|||
|
|||
Quote:
|
#49
|
||||
|
||||
Nah. Frankly, I appreciate the input. It's all about helping each other as your signature correctly states.
I have been stripping down the code and looking for any hints of a problem. I am focusing on the Admin account since that seems to be where you're experiencing the problem. |
#50
|
|||
|
|||
Quote:
|
#51
|
||||
|
||||
Hmm. I wonder...
Try replacing this: Code:
<td class="thead" style="font-weight:normal;text-align:right;vertical-align:middle"> <strong>$vbphrase[replies]: $thread[replycount]</strong> Code:
<td width="175px" class="thead" style="font-weight:normal;text-align:right;vertical-align:middle"> <strong>$vbphrase[replies]: $thread[replycount]</strong> Code:
<!-- / MESSAGE BUTTONS --> <!-- IP & REPORT POST --> <td class="alt2" align="$stylevar[right]"> Code:
<!-- / MESSAGE BUTTONS --> <!-- IP & REPORT POST --> <td width="175px" class="alt2" align="$stylevar[right]"> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|