Hello Don,
The first thing you need to do is
change the plugin hook location to
global_start
Save
Then in your
navbar template
Find:
Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
Add below:
Code:
<br />
<a href="subscription.php">$vbphrase[new_subscribed_threads]</a> <strong>$new_subscribed_threads</strong>
Save