Quote:
Originally Posted by Tralala
I like this hack, thanks for making it, Psionic Vision!
I set this so that only admins (usergroup 6) can access statistics. The menu option in "Quick Links" was still available to all users, though. (It didn't afford them access to anything, but I preferred they not see it at all.) I fixed this by putting this in navbar:
Code:
<if condition="$bbuserinfo[usergroupid]==6">
<tr><td class="vbmenu_option"><a href="psistats.php$session[sessionurl_q]">$vbphrase[psistats_link]</a></td></tr>
</if>
It'd be nicer if this tied in automatically with the permitted usergroups set via the AdminCP, obviously.
As a future feature request, I'd also love more detailed/specific permissions. For example, I'd like to allow registered users to view "Top Threads & Forums," but nothing else.
/clicks install
|
Your suggestion will be noted. Thank you.
Quote:
Originally Posted by Tralala
Oh, and now that I have this information, is there a way to discover specifically which users are using what style? In other words, if psiStats reports there are only two users who have chosen "SkyBlue" in their UserCP, is there a way to find out who those two users are? Like a search in the AdminCP or something? I can't seem to find it. If I get rid of that style I'd like to let them know ahead of time.
Thanks again for a great add-on!
|
You could run query. Something like this:
SELECT userid, username FROM user WHERE styleid = XXX
Quote:
Originally Posted by Makc666
I am talking about bugs about which I wrote in this topic before:
1. Several untranslated words.
2. A missed space.
|
If you can, please link me to those posts. I offered to post suggestions over at visionscripts, where would have been addressed promptly, but nobody responded so I dropped the offer. Now, all suggestions are to be posted in this thread, where they are likely to be forgotten unless reminded of.