Status
Not open for further replies.

Neo_Angelo

Customer
Manipulation of any stat in the postbit legacy so that users can deploy any amount of the vBa stats in their postbit wherever they want for example deploying a users Vba level undeneith their username, or deploying their vB activity bars in their signature or above every post message as shown in the screenies below. Maybe even allow us to use an image for a users level as in screenie number 4
 

Attachments

  • screen1.png
    screen1.png
    246.5 KB · Views: 3
  • screen2.png
    screen2.png
    242.9 KB · Views: 2
  • screen3.png
    screen3.png
    239.7 KB · Views: 2
  • screen4.png
    screen4.png
    307.4 KB · Views: 7
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Doing this may cause some added complexity for users who just want to move the data as a whole, but I'll see what I can come up with :)
 
maybe an option like a checkbox which a users can tick which stats he/she wants to move and then below an option to where to deploy it. but the image thing for level would be nice. good luck :p
 
v3.1.0 Gold will make the following new deployment options available:

vB3:
Code:
$vbactivity_postbit['activity_daily']
$vbactivity_postbit['activity_daily_bar']
$vbactivity_postbit['activity_weekly']
$vbactivity_postbit['activity_weekly_bar']
$vbactivity_postbit['activity_monthly']
$vbactivity_postbit['activity_monthly_bar']
$vbactivity_postbit['activitystat_points']
$vbactivity_postbit['activitystat_level']

vB4:
Code:
{vb:raw vbactivity_postbit.activity_daily}
{vb:raw vbactivity_postbit.activity_daily_bar}
{vb:raw vbactivity_postbit.activity_weekly}
{vb:raw vbactivity_postbit.activity_weekly_bar}
{vb:raw vbactivity_postbit.activity_monthly}
{vb:raw vbactivity_postbit.activity_monthly_bar}
{vb:raw vbactivity_postbit.activitystat_points}
{vb:raw vbactivity_postbit.activitystat_level}
 
Status
Not open for further replies.
Back
Top