Hi,
This is a great module. I've managed to install the carousel and get the basics to work but am having some issues with linking the images to specific html content.
My image folder contains the carousel images and an INI file with a general format as follows:
[TITLE}
Image1.png="Image 1"
Image2.png="Image 2"
etc.
[DESCRIPTION]
Image1.png="This is a description of the first image"
Image2.png="This is the description of the next image"
etc.
[LINK]
Image1.png="html://
www.some_external_link.com"
Image2.png="html://....an article on this website created within Joomla...."
etc.
I'm developing my website offline in Joomla1.7 on a iMac viewed in Safari. Joomla Core Lightbox is enabled.
A couple of questions:
1) When I click on the carousel image, the larger image comes up in the lightbox but there is no link to either outside html sites, nor can I get a link to articles/content from other areas of my website.
Can I add a redirect link from the carousel image to a website page without bringing up the light box (i.e. have the carousel function as a menu) ?
What is the correct syntax for linking to "articles" within the Joomla management system i.e. do these always have to be unique html static links or can I use some form of index.php? syntax to link to content that changes ? At present when I pull up articles the html address is displayed under html://localhost/joomla17/index.php/..... I'd hate to have to go back manually and change all of these in the INI file when the site is activated.
2) My initial INI file worked great, but I now get the following type of error message:
Warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /Applications/XAMPP/xamppfiles/htdocs/joomla17/images/TestImages/test.ini on line 46 in /Applications/XAMPP/xamppfiles/htdocs/joomla17/modules/mod_aricloudcarousel/mod_aricloudcarousel/kernel/Utils/class.AppUtils.php on line 34.
I noticed previously that some of my quotation marks were different and have corrected them, but I do not see any issues at the end of the file line 46. Are there hidden characters that might be included ? The INI file was created in Word, saved as .txt and had the extension changed to .ini
The INI is being recognized and read - titles are being displayed when this option is active.
Any help and clarification would be appreciated.
Thank you.