
How To Social Groupie Networking Software
How to change the logo
logo size is 300 x 85 pixels
to change it replace /images/logo.jpg
with your logo in .jpg format
How to Change frontpage text
edit
/templates/index.tpl
To edit the theme
/templates
How to login to admin
http://yoursite.com/admin/
How to create networks
Log into admin, delete the counties/networks you dont want then ad Your countries and Cites/Towns with Geographical Data Management
then ad your networks to the Cites/Towns with Network Management
Howto change max upload size
You edit the .htaccess file in your root public_html directory and add the following lines
.
php_value upload_max_filesize 50M
php_value post_max_size 55M
php_value max_execution_time 900
php_value max_input_time 950
Note: post_max_size value should always be greater then the upload_max_filesize, also the user can change it according to his requirment. The 2 other settings max_execution_time and max_input_time are done for safety purpose also note max_input_time is higher than max_execution_time.
50M is 50mb or 100M would be 100mb
(the 50M is the size of max upload that you want)
make sure the setting
php_value post_max_size 55M
is more than
php_value upload_max_filesize 50M
Topics: How To Social Groupie Networking Software