Toots Request Tutorial
 
  •  
 
 
Popular Posts
64 days ago 1 comments Categories: template Tags:
if your video files wont process even if you know your crons are running try this: open /flash/modules/video/inc/functions.inc.phpreplace:@chmod($sTempFileName, 0644);with:@chmod($sTempFileName, 0777)
76 days ago 1 comments Categories: Tags:

admin/settings/advanced settings/template/uncheck caching for all things

99 days ago 1 comments Categories: Dolphin 7 template related Tags: zodiac
add zodiac sign to your age inc/profiles.inc.phpreplace:return $age; with: if( getParam('zodiac') == 'on' ){$zage = ShowZodiacSign( $birth_date );}return '' .$age. ' ' .$zage. '';  
103 days ago 1 comments Categories: admin Tags: update
I have been gettign some work done on D7 in the back end so you guys can benefit....I know alot of you may be new so here it goes. please watch all of my other videos as they will help you understand
59 days ago 0 comments Categories: Videos Tags: cron
You really want to test your cron right? well all you have to do is open periodic/cron.php and after:     if (checkCronJob($aRow['time']))        runJob($aRow);} add; mail('youremail@gmail.com', 'TEst
64 days ago 0 comments Categories: Videos Tags:
If you have textfields that keep their data..like say you are in the payment module and try to delete sandbox and it wont take...just insert back slash and 0 beside it and then save and it will be del
73 days ago 0 comments Categories: Videos Tags:
adfasdunfinished please contact if you wanna have a course! 1- logo2- promo block3- Nav menu4- Background-image5- topestmenu Background-image6- topmenu Background-images7- submenu Background-images
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
73 days ago 0 comments Categories: Videos Tags:
use general.css to style your 6.1 Dolphin site with mrpowless
76 days ago 0 comments Categories: Tags:
inc/profiles.inc.phpreplace: return $age; with: if( getParam('zodiac') == 'on' ){ $zage = ShowZodiacSign( $birth_date ); } return '' .$age. ' ' .$zage. '';  
76 days ago 0 comments Categories: Tags:
in inc/utils.inc.php and inc/admin.inc.phpchange:DELETE FROM `sys_tags` WHERE `ID` = 2 AND `Type` = 'profile'to:DELETE FROM `sys_tags` WHERE `ObjID` = 2 AND `Type` = 'profile'
76 days ago 0 comments Categories: Tags:

/templates/base/scripts/BxBaseMenu.php about line 752:

$sIActiveStyles = ($bActive) ? 'color:#333;font-weight:bold;' : '';

 

76 days ago 0 comments Categories: Tags:

templates/base/css/forms_adv.css

.form_advanced_table

 

76 days ago 0 comments Categories: Tags:
for your left align please open templates/base/scripts/bxbasefunctions.php 500's line function centerContentreplace: eCenter.css("padding-left", iLeft); with: eCenter.css("padding-left", "0px");
76 days ago 0 comments Categories: Tags:
  require_once('/inc/header.inc.php' );require_once('/inc/db.inc.php' );   function performInstallLanguages() { echo"deleting tables if info in them"; db_res("TRUNCATE TABLE `sys_localiz
76 days ago 0 comments Categories: Tags:

* * * * * /ramdisk/bin/php5 -c /home/sitename/public_html/php.ini -q /home/sitename/public_html/periodic/cron.php

76 days ago 0 comments Categories: Tags:

please use tempaltes/tmpluni/common.css\

 

 

 

76 days ago 0 comments Categories: Tags:

key: _ABOUT_US    change in admin settings languages setting

76 days ago 0 comments Categories: Tags:
chmod 777 ./ inc ./backup ./cache ./cache_public ./langs ./tmp ./media/app ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/gallery ./media/images/pr
98 days ago 0 comments Categories: admin Tags: dolphin, license
I would like to offer the lifetime licenses to the most deserving people this year. Boonex.com gave me licenses for the great help on the forums answering questions for new users just like many of you
100 days ago 0 comments Categories: Dolphin 7 template related Tags: tinymce

for the mce width

templates/base/scripts/bxbaseconfig.php

$this -> iTinyMceEditorWidthJS = '630px';

 

100 days ago 0 comments Categories: Dolphin 7 template related Tags: css
for your left align please open templates/base/scripts/bxbasefunctions.php 500's line function centerContentreplace: eCenter.css("padding-left", iLeft); with: eCenter.css("padding-left", "0px");
103 days ago 0 comments Categories: D7 errors Tags: unregister
in inc/utils.inc.php and inc/admin.inc.phpchange:DELETE FROM `sys_tags` WHERE `ID` = 2 AND `Type` = 'profile'to:DELETE FROM `sys_tags` WHERE `ObjID` = 2 AND `Type` = 'profile'     add to
103 days ago 0 comments Categories: Dolphin 7 template related Tags: quicksearch
templates/base/css/forms_adv.css .form_advanced_table the class is indicatedby now everyone is pretty much upto speed on the classes and stuff. if your new just go review! lol  
103 days ago 0 comments Categories: Dolphin 7 template related Tags: disignboxfirst, editing

you ahve to open templates/base/css/common.css   and or copy a common to uni folder

103 days ago 0 comments Categories: Dolphin 7 language keys Tags:

in admin/settings/languages settings search for

key: _ABOUT_US

103 days ago 0 comments Categories: admin Tags:
admin/settings/advanced settings/template/uncheck caching for all thing   View Video    
103 days ago 0 comments Categories: install Tags: boonex, dolphin, ssh
chmod 777 ./ inc ./backup ./cache ./cache_public ./langs ./tmp ./media/app ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/gallery ./media/images/pr
Copyright © 2010 Darren Powless