- Posts: 14116
- Thank you received: 1639
Can't find where to remove HOT SCROLLER directions
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
13 years 4 months ago #12918
by ivan.milic
Replied by ivan.milic on topic Re: Can't find where to remove HOT SCROLLER directions
Open modules\mod_hot_scroller\mod_hot_scroller.php
and find this line:
$seperator = trim($params->get('seperator','|'));
replace it with just:
$seperator = ' ';
and find this line:
$seperator = trim($params->get('seperator','|'));
replace it with just:
$seperator = ' ';
Please Log in to join the conversation.
-
Bouky
Inactive member -
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
13 years 4 months ago #12940
by Bouky
Replied by Bouky on topic Re: Can't find where to remove HOT SCROLLER directions
This doesn't help removing the "|".
It loopks like the | is implemented deeply in the code.
It loopks like the | is implemented deeply in the code.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12951
by ivan.milic
Replied by ivan.milic on topic Re: Can't find where to remove HOT SCROLLER directions
Then your | does not come from module.
Please Log in to join the conversation.
Time to create page: 0.075 seconds