- Posts: 43
- Thank you received: 0
How to streamline module mod_hot_effects_rotator
-
orish
Inactive member - Topic Author
- Member
Less
More
12 years 4 months ago #20836
by orish
How to streamline module mod_hot_effects_rotator was created by orish
Hi, I'm writing this post inbetween the waiting periods for mod_hot_effects_rotator to refresh itself...
It takes about 3-4 minutes to insert each picture. It's not possible just to type in the path for each image, you have to click on the select button...
then wait for the dialog to load up...
then wait for the folders to display...
then try to select one of the folders where the images are (I got round having to upload each image file one by one by using FTP to upload them all at once to my 'rotator' folder)... for some reason, it always defaults to demo/rotator (maybe that's were the previous file was stored, so I have to go up to the parent folder and then select the folder I want)
[There is a bug here, btw. If I click on one of the folders in the drop-down list then nothing happens.]
then select the photo...
then click on Insert.
Then I have to click on the next image settings to be able to repeat the whole process.
Each time, there is a delay of about 40-50 seconds while a lot of internet activity happens in the background (and I have a fast 8Mbps connection!)
Is there some way to streamline the process of adding image files to the rotator? Can I enter all the settings manually in some text file, or is it stored in the database in some way?
Many thanks,
Gary
It takes about 3-4 minutes to insert each picture. It's not possible just to type in the path for each image, you have to click on the select button...
then wait for the dialog to load up...
then wait for the folders to display...
then try to select one of the folders where the images are (I got round having to upload each image file one by one by using FTP to upload them all at once to my 'rotator' folder)... for some reason, it always defaults to demo/rotator (maybe that's were the previous file was stored, so I have to go up to the parent folder and then select the folder I want)
[There is a bug here, btw. If I click on one of the folders in the drop-down list then nothing happens.]
then select the photo...
then click on Insert.
Then I have to click on the next image settings to be able to repeat the whole process.
Each time, there is a delay of about 40-50 seconds while a lot of internet activity happens in the background (and I have a fast 8Mbps connection!)
Is there some way to streamline the process of adding image files to the rotator? Can I enter all the settings manually in some text file, or is it stored in the database in some way?
Many thanks,
Gary
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20862
by ivan.milic
Replied by ivan.milic on topic How to streamline module mod_hot_effects_rotator
you can edit mod_hot_effects_rotator\mod_hot_effects_rotator.xml file , make image link fields simple text:
<field name="image1link" type="text" default="" label="LABEL IMAGE LINK" description="DESC IMAGE LINK" />
this was for slot1
<field name="image1link" type="text" default="" label="LABEL IMAGE LINK" description="DESC IMAGE LINK" />
this was for slot1
Please Log in to join the conversation.
Time to create page: 0.211 seconds