Results 1 to 10 of 2445

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Conor,

    Yes, I love the software, it's excellent and just works.

    And it's even better for getting quick personal replies from yourself

    Quote Originally Posted by conor View Post
    No because you are not using the function correctly.

    Page parameters aren't passed in the first parameter, only the page name is, so you need to pass two parameters to end up with:

    zen_href_link('index', 'cPath=1');
    Ah, I see, that makes sense. The only issue I have is that the code is part of the standard sidebox template code and is only expecting one parameter.

    I shall roll up my sleeves, put on my coding hat and make a few changes.


    Quote Originally Posted by conor View Post

    Nifty software this if I don't say so myself. :)
    And so you should say, you have put a lot of hard work into it and the amount of documentation is impressive!

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by bobmoss View Post
    And it's even better for getting quick personal replies from yourself
    Glad you like it.. yeah.. I'll reply to you but not to spammers.. first time I've seen that here.. hopefully that's not the start of a new trend, I check in here more than enough as it is! :)

    Quote Originally Posted by bobmoss View Post
    Ah, I see, that makes sense. The only issue I have is that the code is part of the standard sidebox template code and is only expecting one parameter.

    I shall roll up my sleeves, put on my coding hat and make a few changes.
    Yeah, just change the template code slightly, e.g. edit

    common/tpl_box_default_right.php to accept another parameter:

    PHP Code:
    $title '<a href="' zen_href_link($title_link) . '">' $title BOX_HEADING_LINKS '</a>'
    to

    PHP Code:
    $title '<a href="' zen_href_link($title_link, (isset($title_link_parameters) ? $title_link_parameters '')) . '">' $title BOX_HEADING_LINKS '</a>'
    Obviously set the appropriate values in $title_link and $title_link_parameters variables.

    All the best..

    Conor
    ceon

  3. #3
    Join Date
    Dec 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Conor,

    Quote Originally Posted by conor View Post
    Hi,

    Yeah, just change the template code slightly, e.g. edit

    common/tpl_box_default_right.php to accept another parameter:
    Have just made the changes as you suggest and it's now working perfectly! Many thanks!

    One more quick question for you - is it best practice to add mappings for shopping basket & checkout pages or is it best to leave those alone?

    Thanks.

  4. #4
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by bobmoss View Post
    Have just made the changes as you suggest and it's now working perfectly! Many thanks!
    No problem.

    Quote Originally Posted by bobmoss View Post
    One more quick question for you - is it best practice to add mappings for shopping basket & checkout pages or is it best to leave those alone?
    It's entirely up to you.

    We use static URIs for all our URIs. All our software is fully compatible with static URIs for the checkout and we think a site with static URIs looks better than one with dynamic URIs.

    All the best..

    Conor
    ceon

  5. #5
    Join Date
    Dec 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Excellent thanks.

    As soon as I've finished getting this site live I'll sort out a "proper" thank you

    Bob.

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg