Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
countrycharm
I believe that would be the correct thing to do. Good question Diva.... :)
Quote:
Originally Posted by
picandnix
I'll third that motion.
I have to ask because since Conor's passing, the die-hard community supporters of this add-on and the very GRACIOUS author of a "competing" module have been the ONLY support here for Ceon URI Mapping.. Conor's modules appear to have gone by the way of the Numinix free modules model (no updates or support here is forthcoming from the authors).. And that's fine.. but at the risk of rocking the boat, it would be nice if the keepers of Conor's legacy modules were to make a somewhat consistent appearance to actually SUPPORT Conor's free legacy modules too (not just this one ALL of them)..
OR
let the community know that no such support will be forthcoming nor should be expected.. After all we merry 4 have been managed to make it work for this add-on..:laugh:
IJS..
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry:no:)
Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..
So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.
Quote:
- The URI mapping to be mapped from should be entered in the uri field. (Remember to begin the URI with a slash ‘/’).
- The number representing the language ID this URI mapping applies for should be entered in the language_id field.
- The current_uri field should be set to “1” to make this the “current” URI.
- The Zen Cart page to be mapped to should be entered in the main_page field.
(ETA: The value is easy to find. It is what appears in the native URL after "main_page=" so for the Discount Coupon page this is "discount_coupon" which is derived from the URL as follows: "/index.php?main_page=discount_coupon") - The date/time this URI mapping was added should be set in the date_added field (or just use the “NOW()” SQL function).
- The query_string_parameters, associated_db_id and alternate_uri fields are not used, they must be left as “NULL”. The redirection_type_code is not used either so it doesn't matter what value it has (it can just be left at the default value of 301).
The pages the SQL file will create would be based on the page information found here: http://www.zen-cart.com/wiki/index.php/Pages
Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.
Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
DivaVocals
The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry:no:)
Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..
So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.
The pages the SQL file will create would be based on the page information found here:
http://www.zen-cart.com/wiki/index.php/Pages
Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.
Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
Diva sound good to me. Anything is better than nothing at all.:D
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
After Finished installation. still i can see.
1.index.php?main_page=about_us
2./index.php?main_page=shippinginfo
3./index.php?main_page=site_map
4.index.php?main_page=gv_faq
5./index.php?main_page=discount_coupon
6./index.php?main_page=conditions
I want to example blew
1.mysite/1.about_us.html
2.mysite/shippinginfo.html
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
crixus
After Finished installation. still i can see.
1.index.php?main_page=about_us
2./index.php?main_page=shippinginfo
3./index.php?main_page=site_map
4.index.php?main_page=gv_faq
5./index.php?main_page=discount_coupon
6./index.php?main_page=conditions
I want to example blew
1.mysite/1.about_us.html
2.mysite/shippinginfo.html
This is related to what Diva Vocals has posted a few posts back. CEON's free uRI rewriter gives the tools to accomplish what you are asking, but requires the installer/operator to perform additional actions. If you are able to follow the general instructions that she posted above, then you should be able to get your desired end result.
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
mc12345678
This is related to what Diva Vocals has posted a few posts back. CEON's free uRI rewriter gives the tools to accomplish what you are asking, but requires the installer/operator to perform additional actions. If you are able to follow the general instructions that she posted above, then you should be able to get your desired end result.
and ONE MORE REASON why it pays to read through the support thread BEFORE posting a question as is suggested in the posting tips..
That last tip includes using the thread tools to search THIS thread.. This particular topic and the answer is not only covered in my post from today but in MANY other posts in this support thread (something I elude to in my post..)
Also the readme that comes with this add-on is one of the BEST WRITTEN ones available, and this particular topic is covered in DETAIL in the Ceon URI Mapping readme (which I also quote in my earlier post)..
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
DivaVocals
The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry:no:)
Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..
So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.
The pages the SQL file will create would be based on the page information found here:
http://www.zen-cart.com/wiki/index.php/Pages
Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.
Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
Geez, Diva, you're genius. I know that recently I advocated another Zenner to use this produuct, and then was also asked about how to setup the pages like described.
I have worked a little with an easy populate plugin and could incorporate the structure and actions of it into at least that version. Hadn't even thought of incorporating it until your comment. I've been doing it the "hard way" when adding a new address and have rarely needed to do that..
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
mc12345678
Geez, Diva, you're genius. I know that recently I advocated another Zenner to use this produuct, and then was also asked about how to setup the pages like described.
I have worked a little with an easy populate plugin and could incorporate the structure and actions of it into at least that version. Hadn't even thought of incorporating it until your comment. I've been doing it the "hard way" when adding a new address and have rarely needed to do that..
Genius.. :laugh: Who me??? nah! I just play one on TV! :laugh:
Goodness if you could work out a way to help EZ Populate users who are using this add-on too that would be OUTSTANDING!!! One of the "achilles heels" of this add-on on is that EZ Populate users have to manually edit products/categories ADDED or MODIFIED via EZ Populate in order to get the URI Mapping table populated/updated..
Now if on TOP OF THAT, you could come up with a way to use EZ Populate to update the Ceon URI Mapping table, you could expand it to do more than just add the default pages. In theory you COULD come up with a means to allow shopowners to use EZ Populate for the initial population of the product, category, and EZ Pages URIs when one first installs this add-on on an existing store. This would be miles easier than having to manually update every product/category/EZ Page on the site..
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
DivaVocals
This would be miles easier than having to manually update every product/category/EZ Page on the site..
And circumnavigate a rather (now, yet not previously) expensive commercial add-on that currently does it.
Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart
Quote:
Originally Posted by
picandnix
And circumnavigate a rather (now, yet not previously) expensive commercial add-on that currently does it.
Which, in part is why I hadn't put something like it out there yet. I don't know if it is something like a programmer's respect or if it is that I don't want to be responsible for the loss of another's income (although I might be talked into it. :P), but I was considering providing the ability to interface with the applicable table(s), leaving any automation or other mixing and matching to the user. This is much like how the version of EP that I have come to like is setup. It seems to have all that is needed in it, but is not necessariily sequenced/documented for all things.
To incorporate in another version, I'd have to learn and tinker a bit. :P