Hi i would like to know if there is any way to make the All members link show the members in random order.
Thank you.
Hi i would like to know if there is any way to make the All members link show the members in random order. Thank you. |
Can be done but right now all you have is calling out of the DB ASC or DESC I have video tutorials to help you mrpowless.com |
correct, so i need a script for this right? |
templates/base/scripts/BxBaseIndex.php line 388 ($mode = 'last';) change to: $mode = 'rand'; it works in mysite take a look kasikas.com |
it does not work friend |
Hi Punkis - When you say the AllMembers page do you mean the Browse Profiles page /browse.php ? I would very much like to do this too. Except - I want all profiles without images to go to the back and be shown last.
In version 5.6 this is sort of what they did although the profiles re-shuffled only when a new member joined. Now in 6.1 Im not sure what logic it uses to order the members icons. I find that there are no profiles without images on the first few pages but on the last few pages they are mixed in with profiles that have images.
I quite like the way it used to shuffle to order only when a new member joined.
So my request is - Please tell us how to make the profiles with no pix go to the very end and either randomly shuffle the rest of them or randomly shuffle the rest of them each time a new member joins. Thanks Dan V |
yes, i mean the browse.php file |
I have this if you want to work with it. http://www.darrenpowless.com/browse.php Shows only members with pics randomly ..its a bit reworked for other blocks at the side. pm me for code I have video tutorials to help you mrpowless.com |
Hi MrP - I PMed you a couple of days ago. I would love the code :-) Thanks Dan V |
HI Punkis / BirdTribes, I'm not sure how you can do it for all members, but here is how you can do it for a block on your homepage: http://www.boonex.com/unity/forums/?action=goto&topic_id=Default-tabs-for-photos-and-videos-on-front-page - take a look at my site to see it working. I'd also like this- if you find a solution please share it here so we all can benefit. - Rob |