i bought template's from eboy off his website and didn't go through expertzzz. i am not familiar enough with dolphin to be able to follow his instructions and i really like these templates and have done business with him in the past. i was able to contact him once but he either isn't responding to me or just took my money and ran. looks like his website has been hacked too. i am pasting instructions here and if someone could 'americanize' or 'dolphinize' them so i can understand them i would be deeply indebted - i will even pay!!! THANKS SO MUCH. btw, this is v6.03. haven't upgraded to v6.04 yet.
Designer eboy23
Contact me : burny6102000@yahoo.com
<<<<<<<Please visit my webstore www.webcurve.net>>>>>>>>
Template name : Gay templates Dolphin Version 6.0 (New)
This design is owned by webcurve.net you should not resell back
Please ask me permission before doing that
================================================== ========================================
Thank you to buy and enjoy our newborn templates base on new version dolphin 6.0
For online demo please visit this link : http://www.webcurve.net/gaydat
Installation : Copy folder name 'templates' and 'dropdowntabfiles' into your dolphin directory
Installation :
Please copy following file as below to your server
1) yourserver/templates/tmpl_uni
2) yourserver/templates/base
3) yourserver/templates/index.html
4) yourserver/dropdowntabfiles
Next step you need to open this file
find this file on templates folder on your server
yourserver/templates/tmpl_uni/scripts/index.php
then open it using 'html editor or ms frontpage'
you just need to alter a little as below
find row line around ( 687 - 702 line)
function PageCompTopPhotosContent( $sCaption )
{
global $site;
global $tmpl;
// number of photos
$max_num = 16; <----------------------------------- you alter this to what number you want the origal like this $max_num = (int)getParam("top_photos_max_num");
)
$sqlSelect = "
SELECT
`media`.`med_id`,
`med_prof_id`,
`med_file`,
`med_title`";
also another one for topmember photos Find row line (526 - 535 row line)
function PageCompTopMembersContent( $sCaption )
{
global $tmpl;
// number of profiles
$max_num = 3; <------------------------- adjust this the original one look like this $max_num = (int) getParam( "top_members_max_num" );
// Get Sex from GET data
if ( $_GET['Sex'] && $_GET['Sex'] != "all" )
follow the next installation as below
================================================== ==============================================
Admin setting : YOu ALSO need to follow this setting otherwise this template will not fit it design
Once you have just install dolphin all box will appear so you need to removed following
box to ensure this templates design look great , simple and smart
Follow setting here:
go to menu builder ------> Homepage builder ----------> drag all item and leave
blogs ( on the left)
Profile photos (on the right)
go to menu builder ------> Navigation menu builder ---------> remove any unwanted link and just
leave the most you want
to fit it design
otherwise it will overflow
Go to menu settings --------->advance settings ------------> Look at both of this
Max width of profile thumbnail (in pixels) > change value to 50
Max height of profile thumbnail (in pixels)> change value to 50
Go to menu settings --------->Blogs setting ---------------> Maximum length of Blog preview ( change to value 400 )
Done !!!!!!!!!!!!!!!!!!
================================================== ========================================
extra customize function info
for male to male search ( original search is male to female)
you need to adjust as below
open file yourserver/templates/tmpl_uni/scripts/index.php
find row line (1780 - 1791 )
you will see as below
$ret .= '<div class="qsi_line">';
$ret .= '<div class="qsi_first">';
$ret .= _t("_seeking a");
$ret .= '</div>';
$ret .= '<div class="qsi_second">';
$ret .= '<select name="LookingFor">';
$ret .= SelectOptions("LookingFor", ($member_sex=='male' ? 'male':'female') );<---------------- alteration at this original look like this $ret .= SelectOptions("LookingFor", ($member_sex=='male' ? 'female':'male') );
$ret .= '</select>';
$ret .= '</div>';
$ret .= '</div>';
file you need to see
the new menu is written manually you can add or remove this menu
by following file : page_1.html
you can also customize others and see file below
page_1.html
_header.html
_footer.html
page_7.html
and also dont forget to look through css folder
index.css
general.css


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks