- Posts: 9
- Thank you received: 0
Can't find where to remove HOT SCROLLER directions
-
sgray082
Inactive member - Topic Author
- New Member
Less
More
13 years 10 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: 6742
- Thank you received: 715
13 years 10 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
13 years 10 months ago - 13 years 10 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: 13 years 10 months ago by sgray082.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
-
sgray082
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 10 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
- Visitor
13 years 4 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.203 seconds