Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 9 votes

ULTIMATE Seo Urls 5 - by FWR Media


3594 replies to this topic

#1841 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 22 March 2010, 14:25

View PostBrian-Bear, on 22 March 2010, 13:50, said:

Hi robert
I know you are not a big fan of STS but i was just wondering.

Did anyone ever find a solution whyin STS product_info.php.html will not display with Ultimate SEO URLS 5 switched on.

Driving me mad, it must be something simple!
I am using STS 4.58

I have trawled your posts but cannot pick up anything major apart from maybe it is to do with HTC.

Has anyone advised you of a solution that uses STS.

HTC is fine it just can't handle path based uris ( standard mode ).

Re: STS someone posted a few pages back a complete solution to using USU5 with STS.
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1842 Naloomi

  • Community Member
  • 35 posts
  • Real Name:Chris R Chivers
  • Gender:Male
  • Location:SE Michigan

Posted 22 March 2010, 14:38

View PostFWR Media, on 22 March 2010, 13:52, said:

There is no problem with the rewrite code, kymation is passing in unexpected characters.

Change the code to ..

echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">'

I've made this change, and the link still comes up as: http://nalsworkshop.com/-p-218#morepics.html

I've done a test and when I put the link as http://nalsworkshop.com/-p-218.html#morepics it works the way it is was prior to installing USU5.

Here is my code right now:
<?php 
    if (MORE_PICS_LINK_CSS_IMAGES == 'true') {
      //echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
	  echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
    } else {
?>

Naloomi

#1843 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 22 March 2010, 14:54

View PostNaloomi, on 22 March 2010, 14:38, said:

I've made this change, and the link still comes up as: http://nalsworkshop.com/-p-218#morepics.html

I've done a test and when I put the link as http://nalsworkshop.com/-p-218.html#morepics it works the way it is was prior to installing USU5.

Here is my code right now:
<?php 
    if (MORE_PICS_LINK_CSS_IMAGES == 'true') {
      //echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
	  echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
    } else {
?>

Naloomi

The code is fine but the "218#morepics" would have corrupted the cache, just reset the cache.
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1844 Naloomi

  • Community Member
  • 35 posts
  • Real Name:Chris R Chivers
  • Gender:Male
  • Location:SE Michigan

Posted 22 March 2010, 14:54

View PostFWR Media, on 22 March 2010, 13:52, said:

There is no problem with the rewrite code, kymation is passing in unexpected characters.

Change the code to ..

echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">'

I've made this change, and the link still comes up as: http://nalsworkshop.com/-p-218#morepics.html

I've done a test and when I put the link as http://nalsworkshop.com/-p-218.html#morepics it works the way it is was prior to installing USU5.

Here is my code right now:
<?php 
    if (MORE_PICS_LINK_CSS_IMAGES == 'true') {
      //echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
	  echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; 
    } else {
?>

Naloomi

#1845 Naloomi

  • Community Member
  • 35 posts
  • Real Name:Chris R Chivers
  • Gender:Male
  • Location:SE Michigan

Posted 22 March 2010, 15:48

First off, sorry about the double post. FF hiccuped on me.

View PostFWR Media, on 22 March 2010, 14:54, said:

The code is fine but the "218#morepics" would have corrupted the cache, just reset the cache.

I have reset the cache multiple times. I'm still getting the same link of: http://nalsworkshop.com/-p-218#morepics.html

I have even gone so far as to delete the cache. It has not helped fix the link problem.

Naloomi

Edited by Naloomi, 22 March 2010, 15:50.


#1846 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 22 March 2010, 16:02

View PostNaloomi, on 22 March 2010, 15:48, said:

First off, sorry about the double post. FF hiccuped on me.



I have reset the cache multiple times. I'm still getting the same link of: http://nalsworkshop.com/-p-218#morepics.html

I have even gone so far as to delete the cache. It has not helped fix the link problem.

Naloomi

No the code I gave you is correct .. e.g. on my test system ..

echo tep_href_link( FILENAME_PRODUCT_INFO, 'products_id=12' ) . '#morepics';

Produces ..

http://[www.localdev.com]/usu5/hard-with-vengeance-p-12.html#morepics
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1847 dharake

  • Community Member
  • 16 posts

Posted 23 March 2010, 01:29

View PostFWR Media, on 16 March 2010, 21:46, said:

There are STS based recommendations in the posts in this support topic .. personally I have never, and will never install STS on a site so can't really help with STS issues.

By golly, I've sussed it. Sorry you feel so hard towards STS Robert. Truth be, not everyone can figure out in this life time how to make a template in os without it looking exactly the same as everyone else, just different css. If you have a safer yet as easy to design template system, enlighten me.

For those who don't know what i'm on about, the STS module is lovely for applying that classic HTML template that money can't buy that you design yourself in Dreamweaver. SO, as I see, some people are getting problems with SEO URLs working with STS...

I simply installed the Ultimate SEO Urls mod BEFORE installing STS, and then when you click your image to pop up, it will no longer cock up (therein lay the issue). Like the pun? (it's late and i'm too sober).

On the other hand, I seem to have installed a different version of SEO URLs, so it could also be that. The version I have is from Chemo, who susbsequently has been booted from the forum, so I don't know how reliable this version is. I'm using 2.2RC2a by the way.

Thanks for your help though Robert, finally got this wonder script working. If I can get Header Tags to work too now with this set up, will be a miracle.

Cheers

#1848 Brian-Bear

  • Community Member
  • 202 posts
  • Real Name:Brian
  • Gender:Male
  • Location:Northern Ireland

Posted 23 March 2010, 07:32

Chemos version works OK with STS no matter what is installed first. I had it working fine with STS on all templates. However roberts version is new and improved for a windows server and I would really like to get to the bottom of it and make it work on all templates.
By the way robert I cannot find the working solution for STS you mention a few pages back.

#1849 Tbench

  • Community Member
  • 35 posts
  • Real Name:Terry Brown

Posted 23 March 2010, 12:35

Just like to say thanks for the contribution
Installed it pretty easily, the only issue I had was with the product listing modification not working, solved that with an ealier answer on here to Franzl. I've got SPPC installed so just needed the

tep_get_all_get_params(array('action', 'products_id'))
bit.

Thanks again

Terry

Edited by Tbench, 23 March 2010, 12:37.


#1850 kervano

  • Community Member
  • 45 posts
  • Real Name:Patrick
  • Location:France - Normandie - Caen

Posted 23 March 2010, 13:48

Quote

kervano, on 19 March 2010 - 06:41 PM, said:

Thank you for the reply. I uninstalled the old version of sid killer, I replayed step by step instruction to install, but I find that I have always problems with osCid ...

you have a solution?



The solution is getting the configure files correct.

You should seek this solution in the general forum.

Hello FWR Media,

I just edit the. Htaccess and I checked my 2 files configures.php but I unfortunately still the same problem.
I do not know what to do, and I still do not know why it does not work. I had this problem with version 2.0d.

Edited by kervano, 23 March 2010, 13:48.


#1851 dharake

  • Community Member
  • 16 posts

Posted 23 March 2010, 17:31

View PostBrian-Bear, on 23 March 2010, 07:32, said:

Chemos version works OK with STS no matter what is installed first. I had it working fine with STS on all templates. However roberts version is new and improved for a windows server and I would really like to get to the bottom of it and make it work on all templates.
By the way robert I cannot find the working solution for STS you mention a few pages back.

Thanks for the clarification. I don't know about IIS, but if you're running linux, chemos version was very easy to install with no bugs to report as of yet from myself.

Ultimate Header Tags works fine too, so I'm a happy e-man

#1852 tumi

  • Community Member
  • 11 posts
  • Real Name:Stefan Meile

Posted 24 March 2010, 10:13

Hi Robert

May i can push my Post on top (from 04.03) , cause i didnt get an answer?

Quote


Hi Robert

I'm using your contribution already on a shop since 5 weeks. all is well, no problem. now im trying to install it on a second shop. i just have the problem, i'm getting the warning in product_info.php :

Quote
Warning: Usu_Categories Incorrect cPath presented:62


I dont realy understand why, cause "62" is numeric.

the error comes from usu_categories.php:

Quote
if ( false === is_numeric( $base_path ) ) {

trigger_error( __CLASS__ . ' Incorrect ' . self::DEPENDENCY . ' presented: ' . $base_path, E_USER_WARNING );
return false;
}


Can you help me?

Stefan



#1853 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 24 March 2010, 10:48

View Posttumi, on 24 March 2010, 10:13, said:

Hi Robert

May i can push my Post on top (from 04.03) , cause i didnt get an answer?

There's probably a space in it or something but it isn't numeric.
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1854 divadniprut

  • Community Member
  • 8 posts
  • Real Name:david turpin

Posted 24 March 2010, 16:46

Hy,

Having some troubles with Ultimate SEO 2-2.2d-9 on my store : http://www.zenetnature.fr/index.php

When i click anywhere in categories entries, on a product image, or on buttons "details" and "commander" (buy now), nothing happens, i'm always stick on the index page !
For all th elinks in the horizontal top bar, "promotions", "nouveautés", i have the product listing, but after, it's the same stuff that happens : a go back to index.php !

WHAT can I do to resolve this ?

NB : I copy-paste the ht.access as it appears in the install docs :
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}


David

#1855 pcbuddyuk

  • Community Member
  • 4 posts
  • Real Name:Simon

Posted 24 March 2010, 23:32

Hi,

I have installed and went ok but when i hit a url i get redirected back to the index.php file ?

Thanks

#1856 pcbuddyuk

  • Community Member
  • 4 posts
  • Real Name:Simon

Posted 25 March 2010, 01:36

View Postpcbuddyuk, on 24 March 2010, 23:32, said:

Hi,

I have installed and went ok but when i hit a url i get redirected back to the index.php file ?

I have checked .htacess and all pages for the correct code being placed

Thanks


#1857 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 25 March 2010, 07:16

View Postpcbuddyuk, on 24 March 2010, 23:32, said:

Hi,

I have installed and went ok but when i hit a url i get redirected back to the index.php file ?

Thanks

There are posts about this in this thread. It seems to be a template with some dodgy javascript in the code.

Usually in header.php like ..

print("<script type='text/javascript'>window.location='index.php';</script>");


and don't bump posts or you'll get ignored.

Edited by FWR Media, 25 March 2010, 07:20.

Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1858 FWR Media

  • Community Member
  • 6,462 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 25 March 2010, 07:19

View Postdivadniprut, on 24 March 2010, 16:46, said:

Hy,

Ultimate SEO 2-2.2d-9

Firstly this is the new Ultimate Seo Urls 5 not the old Seo Urls 2 series so you are in the wrong support topic.

Secondly I don't support 2-2.2d versions I support the 2.1d STABLE versions.
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#1859 pcbuddyuk

  • Community Member
  • 4 posts
  • Real Name:Simon

Posted 25 March 2010, 12:31

View PostFWR Media, on 25 March 2010, 07:16, said:

There are posts about this in this thread. It seems to be a template with some dodgy javascript in the code.

Usually in header.php like ..

print("<script type='text/javascript'>window.location='index.php';</script>");


and don't bump posts or you'll get ignored.

Hi didnt know i did bump the post :(

but thanks i found that code and its all fixed :)

Siggy

#1860 Naloomi

  • Community Member
  • 35 posts
  • Real Name:Chris R Chivers
  • Gender:Male
  • Location:SE Michigan

Posted 25 March 2010, 17:18

View PostFWR Media, on 22 March 2010, 16:02, said:

No the code I gave you is correct .. e.g. on my test system ..

echo tep_href_link( FILENAME_PRODUCT_INFO, 'products_id=12' ) . '#morepics';

Produces ..

http://[www.localdev.com]/usu5/hard-with-vengeance-p-12.html#morepics

Using the 'standard' vs 'rewrite' format, you are correct. It adds the #morepics at the end.
http://nalsworkshop.com/product_info.php/-p-212#morepics

However, when using the 'rewrite' format the links are:
http://nalsworkshop.com/-p-212#morepics.html

Any help would be greatly appreciative. Thank you in advance.

Naloomi