How can I remove text. SOLVED

More
13 years 1 week ago - 13 years 1 week ago #13100 by redaktore1
In my scroller i always get this sentens as the last one:
"| Please enter content source in the module parameters (Joomla backend > Extensions > Module Manager > HOT Scroller). You can select category or enter articles IDs. If you'd like to enter articles IDs, please keep category field unselected."

How can I remove it?

Please try to keep it simple. English is not my first language, and websites are only a hobby. :blush:
Last edit: 13 years 1 week ago by redaktore1.

Please Log in to join the conversation.

More
13 years 1 week ago #13108 by ivan.milic
That sentence appears when you don't configure setting right. Select categories or enter content.

In file:

modules\mod_hot_scroller\tmpl\default.php

you can see:
...
if (!$where_id) {
echo "Please enter content source in the module parameters (Joomla backend > Extensions > Module Manager > HOT Scroller). You can select category or enter articles IDs. If you'd like to enter articles IDs, please keep category field unselected.";
}
...
if everything is ok and you still get this message just delete it:

...
if (!$where_id) {
echo "";
}
...
The following user(s) said Thank You: redaktore1

Please Log in to join the conversation.

More
13 years 1 week ago #13119 by redaktore1
Thank you! Worked perfect.

Please Log in to join the conversation.

Time to create page: 0.185 seconds
Powered by Kunena Forum