strip_tags
2 years 5 months ago #64605
by gopalji
strip_tags was created by gopalji
Hi Cedric,
just a suggestion: I find it a bit annoying that all html tags are stripped in mod_sliderck/tmpl/default.php. It would be fine to leave at least <br> and <p> tags, so that a little formatting of the text is possible. The most convenient solution would be to provide a text field param to enter the tags that should be left.
Best regards
Franz
just a suggestion: I find it a bit annoying that all html tags are stripped in mod_sliderck/tmpl/default.php. It would be fine to leave at least <br> and <p> tags, so that a little formatting of the text is possible. The most convenient solution would be to provide a text field param to enter the tags that should be left.
Best regards
Franz
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64607
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic strip_tags
Hi
using <p> or <br> tags would only add some margin depending on the global css of your page
you can do that using CSS to target the title and description, no need to use some html here
The fact is that I can not select which tag to keep or not, it strips everything, or nothing
CEd
using <p> or <br> tags would only add some margin depending on the global css of your page
you can do that using CSS to target the title and description, no need to use some html here
The fact is that I can not select which tag to keep or not, it strips everything, or nothing
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64619
by gopalji
Replied by gopalji on topic strip_tags
Hi,
I tried it this way: strip_tags($caption, ["<em><br><p><strong><h1><h2><h3><h4><h5><h6>"]), and it does exactly what it should - leaving those elements and removing the rest.
Franz
I tried it this way: strip_tags($caption, ["<em><br><p><strong><h1><h2><h3><h4><h5><h6>"]), and it does exactly what it should - leaving those elements and removing the rest.
Franz
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64649
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic strip_tags
thanks, I will try to check that in the next weeks
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64796
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic strip_tags
Hi
for now I don't have the time to work on that request, so until I do it you can create a template override for the slideshow layout and add this feature to strip the tags for your needs
CEd
for now I don't have the time to work on that request, so until I do it you can create a template override for the slideshow layout and add this feature to strip the tags for your needs
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds