Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ken44

Pioneers
  • Posts

    308
  • Joined

  • Last visited

Everything posted by Ken44

  1. Hi Rob The latest version for osc2.3 is KissMT_1.0_r76. The latest version for osc2.2 is KissMT_1.0_r72_RC (which I am using) I found the problem – I had changed // product_reviews_info.php define( 'KISSMT_PRODUCT_REVIEWS_INFO_TEXT', 'Product review by %s' ); in \includes\languages\english\kissmt.php Because the customers name was not included in the meta tags I was getting duplicates when a product gets more that one review. All sorted now. :thumbsup: Thanks. Ken
  2. Hi Rob Yeah, been a while. I hope everything is OK with you. Dev site or Forum? Re KissMT I started to get duplicates on product reviews that had more than one review. I recall that the customers name was added to avoid this so I downloaded the latest version KissMT_1.0_r72_RC and installed it; however I still cannot get the customers name in the meta tags. Lines 61 and 62 are doing nothing. I have not altered anything. It is how I downloaded it. Regards Ken
  3. Hi Robert. Please can you take another look at the module - product_reviews_info.php Lines 61 and 62 are doing nothing if ( tep_not_null( $product_results['reviews_text'] ) ) { } Also, I cannot get the customers name to be added to the review meta tags. I seem to recall that I initially removed the customers name deliberately however this causes duplicates when a product gets more than one review. I wanted to put the customers name back into the meta tags to avoid this. Regards Ken
  4. Hi Sam Please disregard my last post. I tried the code on the server and it works fine. It must be a problem with xampp only. Regards. Ken
  5. Hi Sam. Try this url through the canonical code http://localhost/test231/product_reviews.php?cPath=1_7&products_id=376 It gives me http://localhost/test231/test231/product_reviews.php?cPath=1_7&products_id=376 The ‘url’ is one that Google found on my site!! Regards Ken
  6. Hi Sam Welcome Back :thumbsup: That’s true, but they all use the outdated productListingBox. It would be nice to see a grid contribution using the jquery ui Regards Ken
  7. Hi Sara KissER Error Handling & Debugging works fine in Admin Just follow the install instructions again substituting Catalog with Admin. Regards Ken
  8. Hi Jim I had the same problem Fatal error: Cannot redeclare class language in C:\xampp\htdocs\ccb231\includes\classes\language.php on line 16 I uninstalled the box and then re-installed it and now its working fine. I hope this helps you find the problem. Regards Ken
  9. Hi Fancybox may be coming to V2.3 as standard code. The changes required are here. http://github.com/haraldpdl/oscommerce2/commit/582dcb56bf6ffdceb8741cc362cd876e9ba24c1f The way the images are held in the database is different from the way that Sam did it. All we need is a script to convert the database. Regards Ken
  10. Hi. Thanks for a great contribution and thanks for adding Unlimited Image support. Unlimited Images support for existing blob images is working great and new images can be added to the existing images in the Blob. However there seems to be a problem with Unlimited Images when the Blob is empty. If the blob is empty then EP changes the SQL from [bLOB - NULL] to [bLOB - 17 B] and this causes an unwanted non-image thumbnail to be displayed in product info. Can anyone help to correct this? Thanks Ken
  11. Hi. A big Thank You to Sam for another great contribution. However Sam appears to have gone AWOL. I’ve not seen him on the forum in months. Although I am no programmer I think I have managed to upgrade this contribution to V1.3.1. which has swf support. This is what I did. Download the latest version of Fancybox from their website (V1.3.1) Extract the zip file. Upload the fancybox folder to your images folder Download the latest version of jquerie from their website (V1.4.2) (or copy the original file from images/js) And save this to your images/fancybox folder In product info.php Change these lines <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>js/jquery.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>js/jquery.fancybox.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>js/jquery.easing.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>js/jquery.easydrag.handler.beta2.js"></script> <link rel="stylesheet" href="<?php echo DIR_WS_IMAGES ?>js/fancybox.css" type="text/css" media="screen"> to this <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>fancybox/ jquery-1.4.2.min.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>fancybox/jquery.fancybox-1.3.1.pack.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>fancybox/jquery.mousewheel-3.0.2.pack.js"></script> <script type="text/javascript" src="<?php echo DIR_WS_IMAGES ?>fancybox/jquery.easing-1.3.pack.js"></script> <link rel="stylesheet" href="<?php echo DIR_WS_IMAGES ?>fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen"> That’s All. If everything is working OK then you can delete the old images/js folder There is more info on all of the new features at the fancybox website. Hope this helps Regards Ken
  12. Hi Eric. The security Pro code belongs in catalog/includes/application_top.php The logger class and Backup Manager code belongs in admin/includes/application_top.php It appears you have saved your admin/includes/application_top.php file into the catalog/includes folder. Regards Ken
  13. Hi Sam I was about to post the same concerns when Heather posted. The code changes work great Thanks Regards Ken
  14. Hi Steve It does appear that there is nothing to worry about as I have never seen msnbot with an item in the shopping cart I thought this was a spiders.txt problem because IP 207.46.12.160 is seen as a guest. I will take a look at the ‘Who's Online 3.5.4’ code and see if I can find the problem Thanks for your help Regards Ken
  15. Hi Steve Here is a sample of MSN showing a session. in ‘Who's Online 3.5.4’ And the associated logfile entries for products_id=790 (1 hour different) mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:12 +0000] "GET /product_info.php?products_id=790 HTTP/1.1" 200 8185 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:15 +0000] "GET /stylesheet.css HTTP/1.1" 200 26299 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:15 +0000] "GET /images/js/jquery.js HTTP/1.1" 200 57254 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:24 +0000] "GET /images/js/jquery.fancybox.js HTTP/1.1" 200 15976 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:25 +0000] "GET /images/js/jquery.easing.js HTTP/1.1" 200 8097 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:25 +0000] "GET /images/js/jquery.easydrag.handler.beta2.js HTTP/1.1" 200 4507 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:26 +0000] "GET /images/js/fancybox.css HTTP/1.1" 200 4861 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" mysite.co.uk 207.46.12.160 - - [30/Mar/2010:19:11:28 +0000] "GET /product_thumb.php?img=images/10221.jpg&w=185&h=185 HTTP/1.1" 200 5727 "http://www.mysite.co.uk/product_info.php?products_id=790" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)" 207.46.12.160 IP address does belong to Microsoft Registry Whois OrgName: Microsoft Corp OrgID: MSFT Address: One Microsoft Way City: Redmond StateProv: WA PostalCode: 98052 Country: US However I cannot see any session created, so I guess ‘Who's Online 3.5.4’ is giving a false output Regards Ken
  16. Hi Steve I agree, I can’t see anything in the log either. The only evidence I have is that sometimes I see MSN Bot in ‘Who's Online 3.5.4’ with a session. If I see it happen again I will try to get a screenshot Regards Ken
  17. Hi Steve Thanks for all your hard work keeping this list up to date I have also noticed MSN bot coming to my site with a session (although most of the time it is recognised as a spider) I saw it happen again this morning and so I have attached part of my logfile in the hope that it will help to solve the problem The Spiders.txt at the time this logfile was created was dated 26/9/09. (Long version) I updated to the latest spiders.txt this afternoon. Regards Ken Line 826: mysite.co.uk 207.46.199.40 - - [29/Mar/2010:02:16:48 +0000] "GET /product_info.php?products_id=162 HTTP/1.1" 200 8020 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1110: mysite.co.uk 207.46.199.49 - - [29/Mar/2010:02:53:52 +0000] "GET / HTTP/1.1" 200 9106 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1322: mysite.co.uk 207.46.13.51 - - [29/Mar/2010:03:59:20 +0000] "GET /tutorial_telescope.php HTTP/1.1" 200 13447 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1327: mysite.co.uk 207.46.204.192 - - [29/Mar/2010:04:08:24 +0000] "GET /product_info.php?products_id=535 HTTP/1.1" 200 7055 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1413: mysite.co.uk 207.46.195.231 - - [29/Mar/2010:04:41:24 +0000] "GET /index.php?cPath=31 HTTP/1.1" 200 5966 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1422: mysite.co.uk 207.46.199.38 - - [29/Mar/2010:05:04:23 +0000] "GET /index.php?cPath=33 HTTP/1.1" 200 7972 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1482: mysite.co.uk 207.46.13.93 - - [29/Mar/2010:05:19:55 +0000] "GET /product_info.php?products_id=800 HTTP/1.1" 200 7675 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1552: mysite.co.uk 207.46.13.146 - - [29/Mar/2010:05:36:24 +0000] "GET /tutorial_binoculars.php HTTP/1.1" 200 11806 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 1632: mysite.co.uk 207.46.204.230 - - [29/Mar/2010:06:17:25 +0000] "GET /product.php?id_product=293 HTTP/1.1" 404 6453 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 2212: mysite.co.uk 65.55.106.135 - - [29/Mar/2010:07:39:32 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 2216: mysite.co.uk 207.46.204.191 - - [29/Mar/2010:07:41:55 +0000] "GET /index.php?cPath=9_10 HTTP/1.1" 200 8105 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 2317: mysite.co.uk 207.46.195.241 - - [29/Mar/2010:08:42:48 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 2415: mysite.co.uk 86.164.128.118 - - [29/Mar/2010:09:08:04 +0000] "GET /images/infobox/arrow_right.gif HTTP/1.1" 200 852 "http://www.mysite.co.uk/product_info.php?products_id=279" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; YPC 3.0.2; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENGB)" Line 2436: mysite.co.uk 86.164.128.118 - - [29/Mar/2010:09:08:22 +0000] "GET /favicon.ico HTTP/1.1" 200 1150 "-" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; YPC 3.0.2; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENGB)" Line 2554: mysite.co.uk 207.46.13.135 - - [29/Mar/2010:09:15:49 +0000] "GET /product_info.php?products_id=475 HTTP/1.1" 200 7771 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 2984: mysite.co.uk 207.46.199.51 - - [29/Mar/2010:10:13:20 +0000] "GET /product_info.php?products_id=528 HTTP/1.1" 200 7373 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 3516: mysite.co.uk 207.46.204.185 - - [29/Mar/2010:10:26:25 +0000] "GET /product_info.php?products_id=838 HTTP/1.1" 200 7287 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 3546: mysite.co.uk 65.55.230.156 - - [29/Mar/2010:10:30:19 +0000] "GET / HTTP/1.1" 200 9071 "-" "msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)" Line 3727: mysite.co.uk 207.46.195.230 - - [29/Mar/2010:10:36:55 +0000] "GET /product_info.php?products_id=255 HTTP/1.1" 200 7409 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 3738: mysite.co.uk 207.46.204.228 - - [29/Mar/2010:10:55:01 +0000] "GET / HTTP/1.1" 200 9095 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 3740: mysite.co.uk 207.46.199.193 - - [29/Mar/2010:10:59:32 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 3882: mysite.co.uk 207.46.204.241 - - [29/Mar/2010:11:04:57 +0000] "GET /product_reviews_info.php?products_id=304&reviews_id=24 HTTP/1.1" 200 7259 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 4829: mysite.co.uk 207.46.199.41 - - [29/Mar/2010:12:17:20 +0000] "GET /tutorial_telescope.php HTTP/1.1" 200 13434 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 5382: mysite.co.uk 207.46.204.230 - - [29/Mar/2010:12:58:51 +0000] "GET /index.php?cPath=1_7 HTTP/1.1" 200 8784 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 5635: mysite.co.uk 207.46.204.233 - - [29/Mar/2010:13:45:51 +0000] "GET /index.php?cPath=23_24 HTTP/1.1" 200 8269 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6192: mysite.co.uk 65.55.106.228 - - [29/Mar/2010:14:47:53 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6200: mysite.co.uk 207.46.199.37 - - [29/Mar/2010:14:56:03 +0000] "GET /index.php?cPath=1_17 HTTP/1.1" 200 7147 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6670: mysite.co.uk 207.46.199.46 - - [29/Mar/2010:15:24:05 +0000] "GET /tutorial_glossary.php HTTP/1.1" 200 10966 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6683: mysite.co.uk 65.55.207.101 - - [29/Mar/2010:15:29:11 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6898: mysite.co.uk 207.46.13.43 - - [29/Mar/2010:15:54:10 +0000] "GET / HTTP/1.1" 200 9086 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 6947: mysite.co.uk 207.46.199.44 - - [29/Mar/2010:15:56:04 +0000] "GET /index.php?cPath=31_32 HTTP/1.1" 200 8031 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 7008: mysite.co.uk 207.46.199.48 - - [29/Mar/2010:16:12:05 +0000] "GET /product_info.php?products_id=143 HTTP/1.1" 200 7456 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 7081: mysite.co.uk 207.46.13.43 - - [29/Mar/2010:16:33:04 +0000] "GET /product_info.php?products_id=347 HTTP/1.1" 200 8096 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 7454: mysite.co.uk 207.46.13.132 - - [29/Mar/2010:17:11:03 +0000] "GET /index.php?manufacturers_id=22 HTTP/1.1" 200 8584 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 7457: mysite.co.uk 207.46.13.47 - - [29/Mar/2010:17:12:34 +0000] "GET /product_info.php?products_id=829 HTTP/1.1" 200 7005 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 7523: mysite.co.uk 207.46.199.53 - - [29/Mar/2010:17:14:36 +0000] "GET /telescopes-c-1.html HTTP/1.1" 404 6463 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 8343: mysite.co.uk 207.46.204.191 - - [29/Mar/2010:18:09:34 +0000] "GET /index.php?cPath=23 HTTP/1.1" 200 6178 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 9159: mysite.co.uk 207.46.13.139 - - [29/Mar/2010:19:11:04 +0000] "GET /product_info.php?products_id=188 HTTP/1.1" 200 7893 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 9462: mysite.co.uk 207.46.13.141 - - [29/Mar/2010:19:44:05 +0000] "GET /index.php?cPath=9_10 HTTP/1.1" 200 8052 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 9815: mysite.co.uk 65.55.207.27 - - [29/Mar/2010:20:07:27 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 10855: mysite.co.uk 207.46.204.229 - - [29/Mar/2010:22:20:46 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" Line 10881: mysite.co.uk 65.55.207.75 - - [29/Mar/2010:22:59:35 +0000] "GET /robots.txt HTTP/1.1" 200 5183 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)"
  18. Hi There is a possible security risk with this contribution The code can create a logfile which logs all errors – Even the ones from admin. Anyone who knows this contribution is installed will know there maybe a logfile created which can contain the name of admin – even if Admin has been renamed. RENAME THE LOGFILE TO SOMETHING THAT WILL BE DIFFICULT TO FIND Regards Ken
  19. Hi Sam Sorry if this has been asked before – I’ve only read from page 27 where V1.3.5 was uploaded. I have also read all the instructions but I am still not getting this to work. I want to keep all the additional images in a separate folder, say Catalog/images/blob_images/ I can use the drop down and choose the ‘blob_images’ folder. This works fine, but I would like to make this the ‘Default’ folder instead of ‘root directory’ for the additional images I changed categories.php (line 18) to $images_dir = DIR_WS_IMAGES . 'blob_images/'; // default catalog images folder; Which does not work as images are still saved in the root folder How do I make a different folder the default one? Regards Ken
  20. Hi Sam In product_info.php Line 160 echo '<a rel="image_group" title="'.$title.'" href="' . ($m_source ? $m_source : DIR_WS_IMAGES . $product_info['products_image']) . '" alt="' . htmlentities($product_info['products_name']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH*2, SMALL_IMAGE_HEIGHT*2, 'hspace="5" vspace="5"') . '</a><br>'; According to W3Scools the ‘ALT’ is not valid Regards Ken
  21. Hi Sam Thanks for a great contribution. I am getting an error, caused by the ‘alt’ in the <a> rel Attribute Is there another way to write this to correct the problem? Thanks Ken
  22. Hi Sam I meant the files in the downloaded Zip file Inside the zip file there are two text files (shortcuts) called Support thread.URL.url Support.url Support thread.URL.url is correct Support.url is not Regards Ken
  23. Hi Sam Yes. I need a ‘ask a question about a product’ form and a ‘price match’ form as well as a normal contact us. It is easier to keep them separate. I must have been half asleep last night. I started again today and everything is working fine The ‘Support.url’ in the docs points to another contribution. The ‘Support thread.URL.url’ does work. Sorry I missed it. My Host only allows emails ‘to me - from me’. For anyone else in the same position the email can be amended. In contact_us.php change lines 49 From tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $subject, $enquiry, $name, $email); To $enquiry = 'From: ' . $name . "\n" . 'Email Address: ' . $email . "\n" . $enquiry; tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $subject, $enquiry, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Regards Ken
  24. Hi Sam I uninstalled ‘Clean post vars’ in application top and decided to install this contribution instead. I am installing this in stages and so far only installed ‘contact us’ 'Contact us' is working fine, however I would like to make another file to use as a ‘Ask a Question’ I have duplicated your ‘contact us’ code and replace all instances of FILENAME_CONTACT_US with FILENAME_ASK_A_QUESTION however I still cannot get this to work. After filling in the form and clicking ‘continue’ It is redirecting to my 404 page What am I missing? I hope you can help. Regards Ken
  25. Hi Robert I agree this would be very useful. Some words look silly in proper case. Regards Ken
×
×
  • Create New...