Scroller always strips tags?
- Saka
-
- Offline
- Administrator
-
15 years 11 months ago #4464
by Saka
Emir Sakic
www.sakic.net
Hello,
All tags are stripped in any case except <a><b><strong><span><br>
<small> if "strip tags" is off and <img><image> if "display images" is on.
You did it right for installation of ionCube, except that you don't need php.ini in /administrator.
All tags are stripped in any case except <a><b><strong><span><br>
<small> if "strip tags" is off and <img><image> if "display images" is on.
You did it right for installation of ionCube, except that you don't need php.ini in /administrator.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- EnriqueP
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 11 months ago - 15 years 11 months ago #4471
by EnriqueP
Thank you, Saka. Your post was most helpful.
I had come to the (erroneous) conclusion that "all" tags were stripped because I missed the <p>s and the <em>s used by my editor. After reading your message I am tweaking some of the line breaks, adding <br>s, and everything looks better.
I have another problem, perhaps you could help me. I don't know what CSS adjustments I have to make to have items "not overlapping". OK, I'll explain this further: Look at one of my test scrollers in www.1080bits.com/general/contacto.html . It is based in your "CNN news" demo, but reads article titles instead of a RSS. You will see that often more than one title appears simultaneously in the bar... I don't know why, I think I don't quite get the idea of the "sizes" in the CSS.
Is it because of the original size (width) of the modules being scrolled?
Thanks for a great product and best from Madrid,
-Enrique
I had come to the (erroneous) conclusion that "all" tags were stripped because I missed the <p>s and the <em>s used by my editor. After reading your message I am tweaking some of the line breaks, adding <br>s, and everything looks better.
I have another problem, perhaps you could help me. I don't know what CSS adjustments I have to make to have items "not overlapping". OK, I'll explain this further: Look at one of my test scrollers in www.1080bits.com/general/contacto.html . It is based in your "CNN news" demo, but reads article titles instead of a RSS. You will see that often more than one title appears simultaneously in the bar... I don't know why, I think I don't quite get the idea of the "sizes" in the CSS.
Is it because of the original size (width) of the modules being scrolled?
Thanks for a great product and best from Madrid,
-Enrique
Last Edit: 15 years 11 months ago by EnriqueP.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 11 months ago #4473
by Saka
Emir Sakic
www.sakic.net
Hello,
It's just the module width that needs to be edited like you did. However, you made a mistake and wrote "630x" instead of "630px":
www.1080bits.com/modules/mod_ajaxscrolle...croller/style148.css
on line 22.
Correct it and it should fix it.
It's just the module width that needs to be edited like you did. However, you made a mistake and wrote "630x" instead of "630px":
www.1080bits.com/modules/mod_ajaxscrolle...croller/style148.css
on line 22.
Correct it and it should fix it.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- EnriqueP
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 11 months ago #4497
by EnriqueP
You were right again. Thanks for your help - and sorry for my stupidity :
Best,
-Enrique

Best,
-Enrique
Please Log in or Create an account to join the conversation.
- webuser
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 10 months ago #4653
by webuser
Is there a reason for stripping the tags when the module has been specifically told not to? I have to go back through my articles now and take out any DIV and P Tags and replace them with spans and BRS which makes very little sense to me.
Can I suggest that in future versions you have the setting respected for all tags (unless there is a good reason that I can't think of).
Thanks
Can I suggest that in future versions you have the setting respected for all tags (unless there is a good reason that I can't think of).
Thanks
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 10 months ago #4654
by Saka
Emir Sakic
www.sakic.net
I will review it. I think some tags might break the javascript. Will see if I can allow div's and p's.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.