CRE Loaded Community

Banner


Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours




Post new topic Reply to topic  [ 53 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Mon Jan 17, 2005 9:00 am 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
I am proud to announce the release of Ultimate SEO URLs for osCommerce-MS2.

This contribution builds on the cName & pName code to give an even more flexible, search engine friendly, and cross server compatible SEO URLs.

Once installed, Ultimate SEO URLs will give the store owner the choice of the v1.X style cName or new v2.X style static HTML file. This setting is incorporated into the admin control panel so can be toggled on, off, cName, or Rewrite at will.

This contribution will work for any store on any server. It is compatible with not only *NIX based servers but also Windows/IIS servers (although IIS is limited to cName).

In addition, this contribution is compatible with all other contributions by me including Page Cache (directions included in install package).

This release supports multiple languages, unlimited nested categories, and duplicates with ease.

TESTED AND VERIFIED COMPATIBLE with the current dot release of CRE Loaded. Currently running on 6 CRE stores without problems.

Support for this contribution on CRE Loaded stores will be handled here.

SCREENSHOTS
Admin Control Panel Settings -
Image
Product Name v1.X -
Image
Product Name v2.X -
Image
Category Name v1.X -
Image
Category Name v2.x -
Image

Download Ultimate SEO URLs for osCommerce-MS2.

Enjoy!

Bobby


You do not have the required permissions to view the files attached to this post.


Last edited by Chemo on Sun Jan 23, 2005 8:25 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Jan 18, 2005 2:36 am 
Hello,

When I go to run the file /admin/install-seo.php i get this message

Access Denied
No Right Permission Access
Please contact your Webmaster to request
more access or if you found any problem.


Any one have any suggestions?

First, use the Admin File access to put the file where you want it in the menus. Then, file a bug report about that stupid Right Permission Acess label....

David


You do not have the required permissions to view the files attached to this post.


Top
  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Jan 18, 2005 3:17 am 
Offline
CRE Freak
User avatar

Joined: Sat Oct 02, 2004 12:00 am
Posts: 82
Location: Vancouver, WA
I had this problem with another contribution (new product attributes manager). in the admin panel, on the top right, click file access and add the files to the proper folder. i think it'll make sense when you see it. hope this helps ;-)


You do not have the required permissions to view the files attached to this post.

_________________
"Imagination is more important than knowledge" -- Einstein


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Jan 18, 2005 8:36 am 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
OK..for CRE it may be best to upload the install-seo.php file to the *catalog* directory to get around the admin access levels.

Thus, upload to the catalog directory and call the file in your browser.

Bobby


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Jan 25, 2005 10:49 pm 
Offline
Forum Troll
User avatar

Joined: Thu Jul 22, 2004 12:00 am
Posts: 2110
Location: Anytown, USA
Does anyone know what, if any, effect this has with Froogle??

I guess no one knows the answer to this one... :?


You do not have the required permissions to view the files attached to this post.

_________________

Michael Desmarais
CEO/Founder
SupremeCenterHosting.com

A better Host than Sal could dream of being!


Last edited by msdesmarais on Sun Feb 06, 2005 10:56 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Feb 01, 2005 2:08 pm 
Offline
CRE Addict
User avatar

Joined: Sun Jul 18, 2004 12:00 am
Posts: 176
Location: UK
Ive installed this on www.onecad.co.uk works great! any new products added since the install arnt using it... do I need to update a cache somewhere or something?

Cheers

Rich


You do not have the required permissions to view the files attached to this post.

_________________
Techex Ltd
OneVideo
OneCAD


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Feb 01, 2005 7:44 pm 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
techex wrote:
Ive installed this on www.onecad.co.uk works great! any new products added since the install arnt using it... do I need to update a cache somewhere or something?

Cheers

Rich

In admin/categories.php find this code:
[php]
if ( eregi('(update)', $action) ) include('includes/reset_seo_cache.php');
[/php]
Replace it with this:
[php]
// Ultimate SEO URLs - by Chemo
// If the action will affect the cache entries
if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_seo_cache.php');
[/php]


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Tue Feb 01, 2005 7:46 pm 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
...and yes, you need to reset the cache :) Sorry, forgot that part!

BTW, I am within a few minutes of releasing version 2.0 and it uses a database cache instead of the filesystem cache. You might check it out and upgrade.

Bobby


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 3:50 am 
Offline
CRE Addict
User avatar

Joined: Sun Jul 18, 2004 12:00 am
Posts: 176
Location: UK
Ok - any chance of a holla when u release it?

Great work !!!

Rich!!!


You do not have the required permissions to view the files attached to this post.

_________________
Techex Ltd
OneVideo
OneCAD


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 8:41 am 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
Released it yesterday :)

Download Ultimate SEO URLs v2.0

Bobby


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 9:23 am 
Offline
CRE Addict
User avatar

Joined: Sun Jul 18, 2004 12:00 am
Posts: 176
Location: UK
Great cheers Chemo

Having a few scary issues on the install!

http://www.creloaded.com/Forums/viewtop ... html#15106

Rich


You do not have the required permissions to view the files attached to this post.

_________________
Techex Ltd
OneVideo
OneCAD


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 9:55 am 
Offline
CRE Newbie
User avatar

Joined: Fri Jan 23, 2004 1:00 am
Posts: 34
Location: Minnesota
Is this setup to working with 6.1a with Patch installed?


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 10:03 am 
Offline
CRE Freak
User avatar

Joined: Sun Dec 05, 2004 1:00 am
Posts: 88
Location: /usa/kentucky/richmond/
v1.4 is running on the latest CRE with patch on at least 60 or 75 sites that I know of...and the new v2.0 is running on at least 5 or 6 to my knowledge.

Bobby


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 10:08 am 
Offline
CRE Newbie
User avatar

Joined: Fri Jan 23, 2004 1:00 am
Posts: 34
Location: Minnesota
Ok just wondering, Well removed 1.4 and going to try and install 2.0.. the reason i moved it is i think i made an error, anyways in Application top there seem to be a slight diffrent in your install and on the the app top that i'm editing I'll post if i still have problems in the other forum.

Thanks
[url]store.funisus.com[/url] Where i'm testing hope it works on subdomain. :P


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: [Contribution] Ultimate SEO URLs - by Chemo
PostPosted: Wed Feb 02, 2005 6:31 pm 
Offline
CRE Newbie
User avatar

Joined: Mon Nov 15, 2004 1:00 am
Posts: 33
Hey all, I just installed this and am now getting this error when I go to the "recover cart sales" link in the admin:

1054 - Unknown column 'l' in 'where clause'

select p.products_price price, p.products_model model, pd.products_name name from products p, products_description pd, languages l where p.products_id = '268' and pd.products_id = p.products_id and pd.language_id = l

[TEP STOP]


Any ideas what I need to do to fix this?

Update: I also can't see any of my products or categories in the Admin - although they're still appearing in the store's public area. HELP please ;)

Thanks.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 53 posts ]  Go to page 1, 2, 3, 4  Next

Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Wed Sep 08, 2010 6:44 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Top Listing

1. Credit Card with CCV
    Category: Payment Modules
    
2. CC7333_ATS
    Category: Templates
    
3. Points & Rewards PLUS!...
    Category: Add-Ons
    
4. One Page Checkout...
    Category: Fixes
    
5. Configuration Server...
    Category: Fixes
    
Show more...

Follow Us on Twitter

An error occurred

Oops, an error seems to have occurred. We're sorry for any inconvenience this might have caused. If the error persists, feel free to tell us about it.

CRE Loaded Community Chat hosted by CRE Loaded.

Join now


Chat about what's on your mind. More about public chats.


© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy