longhorn1999 Posted February 28, 2010 Share Posted February 28, 2010 http://docs.cksource.com/FCKeditor_2.x/Users_Guide/Common_Tasks/Inserting_Images It seems like a simple question, but I can't seem to find the answer in FCKeditor forums, information pages unlimited forums, or anywhere else... This forum post refers another person with a similar problem to try out to embed links contribution, but I'm not sure how that works with my specific issue... http://www.oscommerce.com/forums/topic/352320-session-id-issue-while-creating-link-using-fckeditor/page__p__1475871__hl__fckeditor%20session__fromsearch__1entry1475871 http://addons.oscommerce.com/info/2905 Does creating images with links in them for use on the main page (index.php) using info pages unlimited with fckeditor preserve sessions? Elsewhere in any pages I create myself I would use tep_href_links, but I'm not sure what to do here. Any ideas? Link to comment Share on other sites More sharing options...
longhorn1999 Posted March 2, 2010 Author Share Posted March 2, 2010 Sorry to repost, but no ideas? Just a yes/no question... So should I just get rid of info pages unlimited and build my main page by hand with regular php/html? Link to comment Share on other sites More sharing options...
Hotclutch Posted March 2, 2010 Share Posted March 2, 2010 Sorry to repost, but no ideas? Just a yes/no question... So should I just get rid of info pages unlimited and build my main page by hand with regular php/html? FCK editor won't know to use tep_href function, so any links created won't be preserving the osCsid. You will have to examine the HTML source code and correct the links created by FCK. Link to comment Share on other sites More sharing options...
Hotclutch Posted March 2, 2010 Share Posted March 2, 2010 So should I just get rid of info pages unlimited and build my main page by hand with regular php/html? If you know html and php then this is a better option than relying on the code given by the editor. Link to comment Share on other sites More sharing options...
longhorn1999 Posted March 2, 2010 Author Share Posted March 2, 2010 FCK editor won't know to use tep_href function, so any links created won't be preserving the osCsid. You will have to examine the HTML source code and correct the links created by FCK. Doh! That's what I'd suspected...Everything's always a little more complicated. Thanks for the info. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.