| Styles Support : free : Help for getting your style set up and coded properly, plug in integration
Not for add ons or programs that dont' use the vBulletin template configuration |
![]() |
| | LinkBack | Thread Tools | Display Modes |
October 22nd, 2006, 06:46 AM
Hi guys, Firstly I'd like to say your templates are first class! Nice coding and fresh images.... I was wondering if someone might be able to help with making some changes to the postbit_legecy layout.. I decided to post a picture on what I am trying to achieve... As you can see the cell towards the bottom is a nice place to add a "Back To Top" link and segregates the lower buttons into what I think is a better layout.. I'd appreciate any help you may be able to offer. Regards Sly |
|
October 22nd, 2006, 07:49 AM
the legacy also has some status icons in the block . they are on the left side and you wish the top on the right . to have the top on the right , away from the icons use this : used a default vB template/style in the postbit_legacy find :
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. added the psd . Kenj ![]() insanity leaves you no restrictions ! // support is available via the forums, post the apparent discrepancy or help needed . \\ |
October 22nd, 2006, 08:09 AM
Quote:
Thanks for the quick reply!! I was more looking to split the current cells into 4, 2 cells on the left and 2 on the right, this way I can move the bits and pieces around.... Thanks |
|
October 22nd, 2006, 08:31 AM
the original vB code is high lighted - will need to find what was there in between . just added a table in between the 2 sets of tds' , a little more flexiability than div tags . for the post bit legacy :
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. Kenj ![]() insanity leaves you no restrictions ! // support is available via the forums, post the apparent discrepancy or help needed . \\ |
October 22nd, 2006, 08:47 PM
Quote:
Its very close ![]() What I'm looking for is to make a clear distinction of each cell. The picture above shows the cells are split via a border or something, at any rate there seperated (Forget the top section) So the user information resides in the larger cell on the left, the online and TOP link in the bottom cell, message information in the upper right cell and PM/Quote etcc buttons in the right lower. But have a clear seperator for the cells.. Again, thanks.. Sly |
|
October 23rd, 2006, 06:31 AM
no problem : think i understand what your doing now : will re wright it again in a little bit . Kenj ![]() insanity leaves you no restrictions ! // support is available via the forums, post the apparent discrepancy or help needed . \\ |
|
October 23rd, 2006, 12:32 PM
posted it in kinda 2 steps : should help you figer out how to move and add i hope . if its' not right or you need something changed ask . 2 pixs , one with the begining , 2nd with the online status moved to the lower cell : included a text file - of the code / post . find this section of code : copy it , as not to loose it .
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. replace it with your top code and ony other information you would like in the cell it was in .
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. right above what you just added , change :
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. ---------------------------------------------- the code you just removed and saved : to have it in the larger block , above the one its in now ( in the larger cell on the left ) with all of the other user information . paste it right below :
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. the border above the cell with the quote, edit and rest of the buttons : find:
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. ------------------------------------------------- ok -- move the on line status ( $post[onlinestatus] ) in the same block as the top : just move it below :
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register.
Guests are not allowed to view code. To enable the viewing of code, please click 'here' to register. Kenj ![]() insanity leaves you no restrictions ! // support is available via the forums, post the apparent discrepancy or help needed . \\ |