

Dynatech
Members-
Content count
70 -
Joined
-
Last visited
Profile Information
-
Real Name
Eric
- Website
-
[contribution] Super Download Store
Dynatech replied to AlexStudio's topic in General Add-Ons Support
Hi all, Does this contribution als work with osCommerce 2.2 MS2 version 051113? Or only with update 060817? Thanks, Eric :rolleyes: :rolleyes: :rolleyes: -
Hi Chris, So it doesn't have to be inside the function: function do_redirect(){ or before the statement: } # end class ??? Thanks, Eric
-
Hi Chris, I have the same problem. I use Ultimate SEO URLs v2.1d Is it important in which line i put this fix? Thanks, Eric :rolleyes:
-
Is there a contrib to send new customers who don't order an email?
Dynatech replied to tomld2's topic in General Add-Ons Support
Hi Tom, Yes, this is possible. Just search in the contri's for Recover Cart Sales, works perfect! Cheers, Eric -
Google XML Sitemap w/ Admin support
Dynatech replied to deliclass.co.uk's topic in General Add-Ons Support
Hi Azer, I have exactly the same problem with different languages for my products (English and Dutch). I installed Google XML Sitemap - Admin 2.2 + Better README dated 22 March 2007. When i generate the sitemap i only get it in the language i have choosen in the admin, so only in English OR Dutch. But i need the links in both languages! The Multi languages Page submit solution posted by Mediatree 3 Apr 2006 does not work for this version, (i also have Ultimate SEO installed) Did you find a solution for this problem? Thanks, Eric :rolleyes: -
Updated spiders.txt Official Support Topic
Dynatech replied to stevel's topic in General Add-Ons Support
Hi all, How can i stop this terrible bot Twiceler-0.9 from eating up almost all of my bandwidth? I have the newest update of spiders.txt but this does not stop this damn bot. Thanks, Eric -
Hi Keith, I have exactly the same problem as you have, twiceler-0.9 is a terrible bot! Also my site slows down completely when using whos_online... If you find a clue please let us know. Cheers, Eric
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Dynatech replied to spidometrs's topic in General Add-Ons Support
Hi Ken, Yep! That did the trick! changed xx to 25 (20 did not work) and added it to seo.class.php Thank you very much! Eric :lol: :lol: :lol: -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Dynatech replied to spidometrs's topic in General Add-Ons Support
Hi Ken, I already tried that solution but i still get the same error when opening my shop... So i don't have a clue yet. Thanks for your help, Eric :rolleyes: -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Dynatech replied to spidometrs's topic in General Add-Ons Support
Hi all, Just installed Ultimate SEO Urls v2.1d in 2 shops. The smallest shop with about 500 products works fine with this contri, so this is great ;-) The second shop with about 30000 products gives an error: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 11796480 bytes) in /path_to_shop/includes/classes/seo.class.php(1744) : eval()'d code on line 21846 Software and contri's for both these shops is exactly the same. If i disable Ultimate SEO's all works well in the old way. In the contri page for Ultimate SEO there is a solution for such a kind of memory error but this didn't work for me... Maybe anyone can help me with this error? Thanks, Eric :rolleyes: -
Dynatech started following [CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
-
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
Dynatech replied to surfalot's topic in General Add-Ons Support
Just forgot to ask another question about More Pics v2 with the Lightbox: How can i get the Lightbox to work together with Image Magic v1.15? Without the Lightbox i can use watermarks in the pictures, with the Lightbox Image Magic ignores these images and i cannot get a watermark anymore... Cheers, Eric :rolleyes: :rolleyes: :rolleyes: -
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
Dynatech replied to surfalot's topic in General Add-Ons Support
Hi all, I have updated More Pics v1.2c to v2 with the Lightbox, works fine for product_info.php! Except when clicking on a picture in the reviews of products the lightbox does not work. How can i get the Lightbox to work when clicking on a thumbnail in: product_reviews.php, product_reviews_info.php and product_reviews_write.php? Thanks for all your help! Cheers, Eric :rolleyes: :rolleyes: :rolleyes: -
Yep. got it to work! ;-) Had to add a few lines more, code looks like this now: <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <script language="javascript" src="includes/general.js"></script> <script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce_gzip.php"></script> <script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/initconfig_pt.js"></script> <script language="javascript" type="text/javascript"> function cat_check(){ if(document.form_cat_insert.categories_id.options[0].selected==true){ alert("<?php echo JS_SUB_CAT; ?>"); return false; } } </script> </head> Now it works perfect :lol: :lol: :lol: Cheers, Eric
-
Hi Chris, Thank you for your help, i did exactly the same but that still doesn't work. I don't get the TinyMCE editor but only the normal texteditor. Anyway thank you very much, very fine contribution! Cheers, Eric :D
-
Hi all, This is a very nice contribution, thanks! Now i want to use TinyMCE to edit the descriptions, how can i achieve that? Normally i use the following to use TinyMCE in product descriptions or other text fields, the code is copied from the contri Define Content contri to admin/products_extra_category.php but that doesn't work...: <script language="javascript" src="includes/general.js"></script> <script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce_gzip.php"></script> <script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/initconfig_pt.js"></script> Any clue? Thanks for your help! Cheers, Eric :D