Thank you
Rob
Hi, I'm building a site with photo gallery, video gallery and profile photos on the front page. Each of these boxes has a set of tabs at the top that say "latest", "top", and "random". The default tab is "top". Does anyone know how I can change the default tab for these three boxes to "random".
Thank you Rob |
I'm looking for an answer to that for the members box on the home page as well. |
Any smart people out there care to respond? We will give you points! Rob |
templates\base\scripts\BxBaseIndex.php Example: function getBlockCode_Events() { if( $mode != 'rand' and $mode != 'latest' ) here latests become default tab another sample function getBlockCode_ProfilePhotos() { if ( $_GET['Mode_p'] == 'rand' or 'last' will default tab Next function getBlockCode_ShareMusic() { As we see here we use Class, ok, goto into getBlockCode_SharedMedia function inc\classes\BxDolSharedMedia.php function getBlockCode_SharedMedia($iUser = 0) { here too we see if( $mode != 'rand' && $mode != 'top' && $mode != 'last') so, I hope that you understand alls :) |
Thank you Andrey, that's very clear :-)
Could you please tell us how to set the number of items displayed in these blocks (shared photos, music, video) too ? Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
For same function getBlockCode_SharedMedia($iUser = 0) { I see here follow: $max_num = (int)getParam("top_photos_max_num"); so this is just GLParam :) (its for sharing) for another .. lets look at function getBlockCode_Events() { here I see $iResPerPage = (int)getParam("max_blogs_on_home"); so again - just GLParam Just change it as you want :) |
WOW !!! BoonEx support is very fast :-)) Thank you Andrey ;-) Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Another great post from Andrey - Thanks!!! |
AAAA :) I`m not support here :) , better staff my working day just splitted - for support in blogs/forum and another boonex work |
worked like a charm. Thank you Andrey. Rob |
Thanks Andrew. Your post was just what I needed. |
Anyone know how to get couples to show there? Its only shows males/females in there?
Any ideas? |
Andrey ( or anybody) - I love this mod and am using it on the front page of my site, but I would like to show "latest members" on the inside of my site (i.e. the homepage that is visible for members only). Is there anyway to do this? Alternatively, is they a mod out there (preferably free) that shows the newest members in a block? - Thanks - Rob |
I would like to show "latest members" on the inside of my site (i.e. the homepage that is visible for members only). Is there anyway to do this? Yes I have random members photos showing on the main page but it would be great to be able to show logged in members the latest photos instead. Can we have different rand/top/latest settings depending on whether one is logged in or not? DV |
anyone know a way to add a "my friends" tab as an addition to this block? |