Can't find where to remove HOT SCROLLER directions

  • sgray082
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months 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.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 2 months 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.

  • sgray082
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago - 13 years 2 months 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: 13 years 2 months ago by sgray082.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 2 months 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.

  • sgray082
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #5300 by sgray082
Sorry pasted to much info...corrected posting and everything fine.

Thanks Milos.

Please Log in to join the conversation.

  • iain147
  • Visitor
  • Visitor
12 years 8 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.567 seconds
Powered by Kunena Forum