How can I remove the Latest link from the member box and make it default to Online Members or random members?
thanks,
Dan
How can I remove the Latest link from the member box and make it default to Online Members or random members?
thanks,
Dan |
Don't know about removing but here is the link to random members:
http://www.boonex.com/forums/#topic/Random-members-Online-.htm |
After you have added the code for random as outlined in the link above, you can set the default tab as shown below : In the same file, find :
Also, find (two occurrences) :
$sMode = 'last';
Replace with :
$sMode = 'online'; //for online by default
or Replace with :
$sMode = 'rand'; //for random by default Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
That did it! thanks, Dan |