Coda-slider navigation with URL Rewrite

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
TJ2010
Forum Members
Forum Members
Posts: 11
Joined: Fri Mar 19, 2010 3:28 pm

Coda-slider navigation with URL Rewrite

Post by TJ2010 »

Hi

If using CMS Made Simple with URL Rewriting here is what you need to do, which is actually quite simple, to get the navigation working with the '#'

In the jquery.coda-slider-2.0.js find the line below:

ul.append('' + $(this).find(settings.panelTitleSelector).text() + '');

Add in the name of the page with your slider in it as highlighted (example: sliderpage.htm) including the extension if you have changed those in CMSMS.

ul.append('' + $(this).find(settings.panelTitleSelector).text() + '');

Upload the new jquery.coda-slider-2.0.js.

When you now click the first tab you should have in your url:

http://www.mydomain.com/sliderpage.htm#1

Took me some time to work it out!

CMS Made Simple is great and adding coda-slider 2.0 just makes it an excellent tool.

Hope that helps.
Post Reply

Return to “Tips and Tricks”