- Posts: 2
- Thank you received: 0
How can I remove text. SOLVED
-
redaktore1
Inactive member - Topic Author
- New Member
Less
More
13 years 1 week ago - 13 years 1 week ago #13100
by redaktore1
How can I remove text. SOLVED was created 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:
"| 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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 week ago #13108
by ivan.milic
Replied by ivan.milic on topic Re: How can I remove text.
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 "";
}
...
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.
-
redaktore1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 1 week ago #13119
by redaktore1
Replied by redaktore1 on topic Re: How can I remove text.
Thank you! Worked perfect.
Please Log in to join the conversation.
Time to create page: 0.185 seconds