Can't find where to remove HOT SCROLLER directions

More
15 years 3 weeks ago #5296 by sgray082
It is still shown eventhough other articles exist. It displays after all my articles.

www.teampennsylvania.org

give me one second to open site....

Please Log in to join the conversation.

More
15 years 3 weeks ago #5297 by milos
Bug sorry... Please edit file /modules/mod_hot_scroller/tmpl/default.php and change line 89 from
Code:
if (!$where_id) {
to
Code:
else {

Please Log in to join the conversation.

More
15 years 3 weeks ago - 15 years 3 weeks ago #5298 by sgray082
(ORIGINAL)
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.'&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
}
}
if (!$where_id) {
echo "Please enter....

__________________________________________________________________
(EDITED)
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.'&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
}
}
else {
echo "Please enter conten..

Thanks....bug fixed
Last edit: 15 years 3 weeks ago by sgray082.

Please Log in to join the conversation.

More
15 years 3 weeks ago #5299 by milos
No. It's not
Code:
else (!$where_id) {

but
Code:
else {
The following user(s) said Thank You: sgray082

Please Log in to join the conversation.

More
15 years 3 weeks ago #5300 by sgray082
Sorry pasted to much info...corrected posting and everything fine.

Thanks Milos.

Please Log in to join the conversation.

  • iain147
  • New Member
  • New Member
More
14 years 7 months ago #9923 by iain147
hi i have the same problem it does not matter whether you have 1 or 10 it still gets diplayed.

can you help?

Please Log in to join the conversation.

Time to create page: 0.202 seconds
Powered by Kunena Forum