Top Toots
Latest posts
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
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)
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
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
1 comments
Categories:
Tags:
admin/settings/advanced settings/template/uncheck caching for all things
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:
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
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
add zodiac sign to your age
inc/profiles.inc.phpreplace:return $age;
with:
if( getParam('zodiac') == 'on' ){$zage = ShowZodiacSign( $birth_date );}return '' .$age. ' ' .$zage. '';
for the mce width
templates/base/scripts/bxbaseconfig.php
$this -> iTinyMceEditorWidthJS = '630px';
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");
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
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
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
you ahve to open templates/base/css/common.css and or copy a common to uni folder
in admin/settings/languages settings search for
key: _ABOUT_US
admin/settings/advanced settings/template/uncheck caching for all thing View Video
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






