Support Forum
I want to have only the Approved members show up in the Currently online section at the bottom of the forum. I tried searching your forum for this in about 20 different ways and found nothing about that... does someone know how to make the CURRENTLY ONLINE / CURRENTLY BROWSING THIS PAGE to show only approved registered users??
thanks
You will need to edit your SP theme - in this case the spFoot.php template in the /templates folder of your SP theme.
Find the function:
sp_OnlineStats()
You need to add an argument to the function arguments list. By default they probably looks like this:
'tagClass=spLeft'
You will need to change that to:
'tagClass=spLeft&usersOnly=1'
Note the ampersand, the capitalisation and no spaces!
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/.....g-a-theme/)
YELLOW
SWORDFISH
|