![]() |
it must be a simple process to make it work for 4.x, right?
|
Also looking for this mod to work with vB4.x.
|
Same here! would be very nice to have it working
|
Quote:
|
If you want just certain usergroups to know last activity, use code like this:
<if condition="is_member_of($bbuserinfo,6)"><div>$vbph rase[join_date]: $post[lastseen_date] $post[lastseen_time]</div></if> In this <if condition="is_member_of($bbuserinfo,6)"> number 6 represents usergroup that has access to this information. 6 is default for administrators. If you want to enable this for moderators and supermoderators too, use: <if condition="is_member_of($bbuserinfo,5,6,7)"> |
How to make it work for vB4?
|
I just played a bit more with this add-on. There's info for last post user made. And it's also in this cryptic format, so you need to edit add-on and find:
PHP Code:
PHP Code:
PHP Code:
|
Hi,
this is a great mod, I wonder why it's not a default or an option in vbulletin ? Do you have it updated for 3.8.5 ? I searched but find nothing other than this version. Thanks,, |
Quote:
|
Quote:
My code looks like this (and just to let you know, I use last time user posted in postbit): HTML Code:
<vb:if condition="is_member_of($bbuserinfo,5,6,7,11)"><dt>Zad.Akt</dt> <dd>{vb:raw post.lastseen_date} {vb:raw post.lastseen_time}</dd></vb:if> This part HTML Code:
<vb:if condition="is_member_of($bbuserinfo,5,6,7,11)"> This is where actual message is written in postbit: HTML Code:
<dt>Zad.Akt</dt> <dd>{vb:raw post.lastseen_date} {vb:raw post.lastseen_time}</dd> HTML Code:
<dt>Zad.Akt</dt> HTML Code:
</vb:if> This add-on can be put to vB4 section with no problem. :) |
All times are GMT. The time now is 11:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|