

semaka
Members-
Content count
12 -
Joined
-
Last visited
Everything posted by semaka
-
Facebook Connect IE8 Button problem
semaka replied to Riccardo Calabresi's topic in General Add-Ons Support
Hy, I had the same thing and I edited login.php and create_account.php by replacing <html <?php echo HTML_PARAMS; ?>> tag with <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> tag and it seems that for me worked. -
Hy... I've installed this contribution and i'm wondering if someone can help me with the code (without the customer seeing it) for logging out from my site and also from facebook. Thnks in advance...
-
Hy all, Yesterday the Moneybookers Team added a new module in which there are no specific instruction to install. Does anyone know anything...? PS: I've followed the link to their site, but there are general instructions, nothing relevant for a non-programmer.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
semaka replied to spidometrs's topic in General Add-Ons Support
thank you ... i have modified the configuration file and everything it's ok now... including the original errors .... once again thank you -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
semaka replied to spidometrs's topic in General Add-Ons Support
thanks for the info... but if search the forum and i didn't find anything... can u point the right direction?? here is the configuration file: efine('HTTPS_SERVER', 'https://migeco.ro'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'http://www.migeco.ro'); define('HTTPS_COOKIE_DOMAIN', 'https://migeco.ro'); define('HTTP_COOKIE_PATH', '/tmp'); define('HTTPS_COOKIE_PATH', '/tmp'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/migecoro/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); thanks.. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
semaka replied to spidometrs's topic in General Add-Ons Support
hello all... i.ve just installed this contribution and i have this errors: 1. first of all when i browse my products and press the "buy now" button the page redirect to the empty shop cart page; 2. the same thing happens when a customer is logged on ... and beside that he also throw him out... in the both cases the products are found later in the shopping cart. This is the shop page. Can someone help me...