Page 1 of 1

dynamic content trouble

Posted: Wed Aug 13, 2008 5:13 pm
by tonyroc
greetings everyone:

--i'm trying to implement the bottom left example on this page (http://www.dynamicdrive.com/dynamicinde ... slider.htm)

--the links such as "Slide 1" , "Slide 2" , etc. all point to "#" which in the demo the link looks like this http://www.dynamicdrive.com/dynamicinde ... ider.htm[b]#[/b]

--however, in cmsms the link ends up showing up like this url.com/# and once clicked, directs users to the index page instead of changing the dynamic content within the box.  I've implemented this on another one of my sites that doesn't use cmsms so i know i'm doing everything right.

--is there anyway around this?  there are other options to call the content with javascript in which i've tried and that didn't work.

all help is much appreciated!

Re: dynamic content trouble

Posted: Wed Aug 13, 2008 5:31 pm
by Zoorlat
Perhaps you could take a look at Alby's Content Pagination plugin (http://forum.cmsmadesimple.org/index.php/topic,15417.0.html).

/Z

Re: dynamic content trouble

Posted: Wed Aug 13, 2008 9:21 pm
by Dr.CSS
Actually the links that make the changes are in a div and they are referenced to an external .htm...


Home Slide 1 Slide 2 Slide 3 >




featuredcontentslider.init({
id: "slider3",  //id of main slider DIV
contentsource: ["ajax", "fcs.htm"],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["Previous", "Next"],  //labels for "prev" and "next" links. Set to "" to hide.
enablefade: [true, 0.2],  //[true/false, fadedegree]
autorotate: [false, 3000],  //[true/false, pausetime]
onChange: function(previndex, curindex){
//do nothing
}
})


Re: dynamic content trouble

Posted: Thu Aug 14, 2008 3:32 pm
by tonyroc
Thank you very much for both of your replies.  I've put this topic on other forums and no one has touched it. 

Well, I've tried the ajax option calling to an external file 30 times and cannot get it to work. 

So I've moved to the inline option, and still cannot get this to work.  The pagination links never get automatically generated and if i place pagination links manually, they never get the content to display.  I have been testing this on this page (http://dev.rocmarketing.net/rpg/index.p ... =woodcliff)  If errors are at the top, try a page refresh.

Is there anything i'm missing here???

Thanks again for any info