

phpsurfer
Members-
Content count
28 -
Joined
-
Last visited
Profile Information
-
Real Name
Miguel
-
Hi, I have STS and SSL. I cant get them to work well together. A security alert appears, it talks about secure and non secure items. If i click No, the images dont appear, and the padlock appears. If i click YES, the images appears, but the padlock dont. How can i solve this problem, for the padlock appears with the images? Hope you understand my poor english Thanks phpsurfer
-
Hello, I would like to know which is the best google sitemap version to download. Thanks phpsurfer
-
Ok, and its possible to remove the right column, and add other elements, like you can see in this webpage? http://www.lingerie-confidential.co.uk/cat...mic_sitemap.php Thanks phpsurfer
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
phpsurfer replied to spidometrs's topic in General Add-Ons Support
Thank you, and about the "Enable automatic redirects", should i set it false or true? -
Sorry about my poor english. Im Portuguese. With "new lines", i mean adding new dots. I would like to add some products to the right column of sitemap. thanks phpsurfer
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
phpsurfer replied to spidometrs's topic in General Add-Ons Support
"Enable automatic redirects? Default Setting: true This setting enables/disables the automatic 301 header redirect logic. This sends a moved permanent header for all old URLs to the new ones. This setting is highly recommended for stores that have already been indexed by spiders. " I have a new shop. Should i set automatic redirects to true? thanks phpsurfer -
Thank you Jack. Do you know how to change the names in the right column? and how to add new lines to this column? Thanks again phpsurfer
-
Hello, I would like to change the red dots from the sitemap to black dots. How can i change it? Thanks phpsurfer
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
phpsurfer replied to spidometrs's topic in General Add-Ons Support
other thing, when i open my webpage www.xxxxxxx.com, the first category i click shows normal url http://nogueira.visual-fusion.org/bodies-c...0dd8de456ef9ce1 When i click secont time it shows the url i want. http://nogueira.visual-fusion.org/bodies-c-27.html What could it be? Thanks phpsurfer -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
phpsurfer replied to spidometrs's topic in General Add-Ons Support
Hello, I having problems with special character conversion. My adress shows www.xxxxxx.com\acessórios-c-26.html, and i want to change ó to ó. I choose "Enter special character conversions", and write ó=>ó, but nothing change. How can i solve this problem? Thanks phpsurfer -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
phpsurfer replied to spidometrs's topic in General Add-Ons Support
Hello, I have Header Tags Contribution installed, now i want to install Utimate SEO. I dont know how to install it with htc. How to make this contributions compatible with htc? Thanks phpsurfer -
hello, I do i do the background affect in classic oscommerce? Thanks Miguel
-
Hello, How do i install 'On The Fly' Auto Thumbnailer, after installing STS? Im having problems to change the code in html_output.php Is there a simple thumbnailer contribution to install with STS? Thanks Miguel
-
'On The Fly' Auto Thumbnailer using GD Library 2.1
phpsurfer replied to mloeffen's topic in General Add-Ons Support
Thank you psynatic. To simple. -
'On The Fly' Auto Thumbnailer using GD Library 2.1
phpsurfer replied to mloeffen's topic in General Add-Ons Support
Hello, Im new to oscommerce and php. Im trying to install 'on the fly' Auto Thumbnailer using GG library. Im having a problem on "step#4 Verify config settings". Step#4 says; In catalog/includes/configure.php Verify the following code exists (21, 22, 23) define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'images/'); Note: Check this configuration file to make sure the path is set correctly for both your catalog directory and your images directory. With the above example, the DIR_WS_HTTP_CATALOG value should be /catalog/ and the DIR_WS_IMAGES value images/. (Notice that it doesn't have a leading slash) My fyle in catalog/includes/configure.php line 21,22 e 23 says: define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); What should i do? I tryed lots of things that didnt work. Thak you Miguel