The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[How-to] Add a right postbit to the profile page?
I am unsure how to add a right postbit to the profile page.
Any ideas? |
#2
|
||||
|
||||
A postbit is the template used to create posts in a thread. I'm not sure what you mean that you want to add it to your profile page.
|
#3
|
|||
|
|||
I meant, how do you add a right-hand box, like user statistics to the members profile page.
I would like to add a box to the right-hand side of the users profile |
#4
|
||||
|
||||
Try this:
Create a new template called "memberinfo_block_yours" with this (Just copied from memberinfo_block_ministats): HTML Code:
<!-- Your new block --> <div class="alt1 block_row"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="100%"> Your stuff here </td> </tr> </table> </div> <!-- / Your new block --> PHP Code:
I have NOT tested this. |
#5
|
|||
|
|||
that worked perfectly! wow!
how can I can I add a collapsible box (border) with a title around this like the mini-stats? anyway to change order of box? |
#6
|
||||
|
||||
Just take a look at the mini stats memberinfo box and add the code for collapsing it. Make sure you use a unique name/id for yours.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|