- Posts: 10
- Thank you received: 0
Hot news flash text
-
marc55
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17373
by marc55
Hot news flash text was created by marc55
Hello tehre,
how to remove the text that appear on photos in Hot news flash module, please?
I changed the photos, it is all working very nice. Now I need to remove the text from all photos.
Deleting the text from mod admin section doesn't do the trick. Text appear anyway.
Help please.
marc
how to remove the text that appear on photos in Hot news flash module, please?
I changed the photos, it is all working very nice. Now I need to remove the text from all photos.
Deleting the text from mod admin section doesn't do the trick. Text appear anyway.
Help please.
marc
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17379
by ivan.milic
Replied by ivan.milic on topic Re: Hot news flash text
If you remove it from module settings it is impossible it appears???
Please Log in to join the conversation.
-
marc55
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
12 years 8 months ago #17384
by marc55
Replied by marc55 on topic Re: Hot news flash text
No.
If I delete the text and save the changes, this appears in mod properties and on front page:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam."
It must me something in the code...
Please help.
m
If I delete the text and save the changes, this appears in mod properties and on front page:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam."
It must me something in the code...
Please help.
m
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17395
by ivan.milic
Replied by ivan.milic on topic Re: Hot news flash text
open:
modules\mod_hot_newsflash\mod_hot_newsflash.php
find this:
change it to this:
modules\mod_hot_newsflash\mod_hot_newsflash.php
find this:
Code:
$info[$loop] = $params->get('info'.$loop,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam.');
change it to this:
Code:
$info[$loop] = $params->get('info'.$loop,'');
Please Log in to join the conversation.
Time to create page: 0.173 seconds