Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
Change Profile Photo to Random:
Go to /templates/tmpl_uni/scripts/index.php
And find what is bellow here inside function:
function PageCompTopPhotosContent( $sCaption )
if ( $_GET['Mode_p'] == 'rand' or
$_GET['Mode_p'] == 'last' or
$_GET['Mode_p'] == 'top' )
$mode = $_GET['Mode_p'];
else
$mode = 'last';
Chang $mode = 'last';
To $mode = 'rand';
Change Photo Gallery to Random:
Go see more