The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to show last post username
Hello
I get this var {vb:raw lastpostinfo.lastposter} in forumhome_lastpostby and I want to show this last post username in forumhome_forumbit_level2_post but it didn't work what are any ways to show last post username on forum home? |
#2
|
||||
|
||||
I just went through this with vB3, I'm not to familiar with vB4 but I'm pretty sure it would require a plugin.
a workaround for this though could be to wrap {vb:raw lastpostinfo.lastposter} in a div and position it where ever you like which would make it appear out of the lastpostby template an example (not recommending this exact code, just an idea) Code:
<style> .lst_pstr { position: relative; margin-top: 130px; margin-right: 54px; } </style> <div class="lst_pstr">{vb:raw lastpostinfo.lastposter}</div> |
#3
|
||||
|
||||
Quote:
I think it is not necessary to have a plugin, only to show last poster (username) on forum home or somewhere. Thanks CustUmz but... Perhaps, I need other ideas . |
#4
|
||||
|
||||
that code would go in the lastpostby template, and you would have to edit the position to suit your needs
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|