- Posts: 9
- Thank you received: 0
Can't find where to remove HOT SCROLLER directions
-
sgray082
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 2 months ago #5296
by sgray082
Replied by sgray082 on topic Re: Can't find where to remove HOT SCROLLER directions
It is still shown eventhough other articles exist. It displays after all my articles.
www.teampennsylvania.org
give me one second to open site....
www.teampennsylvania.org
give me one second to open site....
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
14 years 2 months ago #5297
by milos
Replied by milos on topic Re: Can't find where to remove HOT SCROLLER directions
Bug sorry... Please edit file /modules/mod_hot_scroller/tmpl/default.php and change line 89 from
to
Code:
if (!$where_id) {
Code:
else {
Please Log in to join the conversation.
-
sgray082
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
14 years 2 months ago - 14 years 2 months ago #5298
by sgray082
Replied by sgray082 on topic Re: Can't find where to remove HOT SCROLLER directions
(ORIGINAL)
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.' | ';
}
}
if (!$where_id) {
echo "Please enter....
__________________________________________________________________
(EDITED)
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.' | ';
}
}
else {
echo "Please enter conten..
Thanks....bug fixed
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.' | ';
}
}
if (!$where_id) {
echo "Please enter....
__________________________________________________________________
(EDITED)
<?php
if ($where == 'content' || $catid) {
foreach ($html2out as $key => $value) {
echo $value.' | ';
}
}
else {
echo "Please enter conten..
Thanks....bug fixed
Last edit: 14 years 2 months ago by sgray082.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
-
sgray082
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
14 years 2 months ago #5300
by sgray082
Replied by sgray082 on topic Re: Can't find where to remove HOT SCROLLER directions
Sorry pasted to much info...corrected posting and everything fine.
Thanks Milos.
Thanks Milos.
Please Log in to join the conversation.
-
iain147
-
- New Member
-
Less
More
- Thank you received: 0
13 years 8 months ago #9923
by iain147
Replied by iain147 on topic Re: Can't find where to remove HOT SCROLLER directions
hi i have the same problem it does not matter whether you have 1 or 10 it still gets diplayed.
can you help?
can you help?
Please Log in to join the conversation.
Time to create page: 0.084 seconds