Scroller show "enter contetn" message

  • ggspike
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 6 days ago #13272 by ggspike
In the backend:
I enterd 2 articles, set the "How Many Articles to get from Section/Category" field to 2.

On the front end i get the following msg after my 2 news:
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 this message?

By the Way, the scroller don't stop on mouse over with IE8

Thks, GG

Please Log in to join the conversation.

More
13 years 6 days ago #13286 by ivan.milic
Open modules\mod_hot_scroller\tmpl\default.php

you will find this:

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.";
}


replace it with this:


if (!$where_id) {
echo "";
}

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum