Re: Chemo's Ultimate URL's
Can someone please tell me which one is the accurate code. In the download file...there is an html_output.php file that DrByte included. There is this code around line 29:
PHP Code:
function original_zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
The code in 1.3.0.2 for this same file is:
PHP Code:
function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
Which one is the correct code.
There is no reference in the original contribution from Dreamscape to change function zen_href_link to function original_zen_href_link.
Help please.
Thanks!
Re: Chemo's Ultimate URL's
Can someone please help me out? I am trying to get image handler 2 to work with chemo's Ultimate URL's mod. The issue is that I want the image pop ups to work and still have the secure look working:
http://www.books-japan-online.com/test
If you swipe over the images they pop up along with the title. but when I put the html_output.php for the ultimate URL's mod in, it stops working. If anyone can point me in the direction of this solution that would be cool.
Re: Chemo's Ultimate URL's
I think it is called the zoom function. How do I get image handler zoom function to work with the ultimate seo url mod?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by ctcentralinfo
I think it is called the zoom function. How do I get image handler zoom function to work with the ultimate seo url mod?
You have to merge the changes in html_output.php for image handler with the changes in html_output.php for ultimate seo url. That file has changes in both mods.
Re: Chemo's Ultimate URL's
Does anyone have the Ultimate SEO URL working with EZPages (pages generated by EZPages)? Or do you have a work around. I had a work around for infopages.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by BlessIsaacola
Does anyone have the Ultimate SEO URL working with EZPages (pages generated by EZPages)?
Do you mean how it messes up the page links if you enter them like "index.php?main_page=contact_us" ?
You could either enter just the main_page, like "contact_us" (but then they will be broken again if you switch it off), or you can put this in the seo.url.php right after the PayPal fix:
PHP Code:
/**
* Fix up $page
*/
$page = preg_replace('/(index\.php)?\??main_page=/', '', $page);
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by dreamscape
Do you mean how it messes up the page links if you enter them like "index.php?main_page=contact_us" ?
You could either enter just the main_page, like "contact_us" (but then they will be broken again if you switch it off), or you can put this in the seo.url.php right
after the PayPal fix:
PHP Code:
/**
* Fix up $page
*/
$page = preg_replace('/(index\.php)?\??main_page=/', '', $page);
Dreamscape,
Thanks very much for this fix!
The fix you provided works brilliant to make this contribution compatible with EZPages whether the Mod is enabled or disabled.
Now I need to test the credit card issue that was reported as well as why the music link is showing something like thehunter.mp3.html which of course doesn't play. I personally do not use the media clip option from the admin but I am suspecting it will do the same thing if I upload media clip via product description.
Does this work with Zen 1.3.5?
Does anyone know if this plays nicely with the 1.3.5d release announced this morning ?
This is an absolutely key mod for me, and I don't want to break it and lose all that nice ranking!
Re: Chemo's Ultimate URL's
Re: Chemo's Ultimate URL's
My God, man! You're a speed demon genius of some sort!
Isn't it, like, 3am where you are now??