Would this be hard to implement? On many sites spotted that users can additionally browse/search by letter ie. A (all shops listed beginning with A..) I was thinking of adding <-- storeA --> within descriptions with HTML enabled and then search for sotreA to bring up stores beginning with A but the problem is if I list stores in multiple CATs could result in duplication. Is there a neater way of doing this?
Well page 1 of the results could be rewritten, but I can't do anything for page 2+ (except as a custom project, $50/hr, estimate 2 hours).
At Admin -> Settings -> SEO -> Other .htaccess content, use this line: RewriteRule ^alphabetical/([a-z0-9])\.html?$ search.php?action=filter&filled=1&whichtype=links&titlecondi tion=start&titlesearch=$1
Then you can link to alphabetical/A.html, alphabetical/B.html, etc.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on 0-9, A-Z Search List
Experienced
Usergroup: Customer
Joined: Aug 04, 2007
Total Topics: 16
Total Comments: 60
Hi Paul,
Would this be hard to implement?
On many sites spotted that users can additionally browse/search by letter ie. A (all shops listed beginning with A..)
I was thinking of adding <-- storeA --> within descriptions with HTML enabled and then search for sotreA to bring up stores beginning with A but the problem is if I list stores in multiple CATs could result in duplication. Is there a neater way of doing this?
Thx, Joe
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
scripts.webmastersite.net/w...s/alphabetic_menu-378.html
Experienced
Usergroup: Customer
Joined: Aug 04, 2007
Total Topics: 16
Total Comments: 60
Thank you Paul, you're a legend!
Experienced
Usergroup: Customer
Joined: Aug 04, 2007
Total Topics: 16
Total Comments: 60
One more thing.... how would one turn that link to a static, bla-bla-xyz.htm link please with .htaccess re-write to make it more SEO friendly?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Well page 1 of the results could be rewritten, but I can't do anything for page 2+ (except as a custom project, $50/hr, estimate 2 hours).
At Admin -> Settings -> SEO -> Other .htaccess content, use this line:
RewriteRule ^alphabetical/([a-z0-9])\.html?$ search.php?action=filter&filled=1&whichtype=links&titlecondi tion=start&titlesearch=$1
Then you can link to alphabetical/A.html, alphabetical/B.html, etc.