Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
They display exactly how you supply them; it's purely substitution driven.But unfortunately the message, date and post are all showing up as one row.
You can add CSS (use Firebug to inspect the module and see its classes/IDs/elements) or within the parameter just add your own HTML (believe we fixed HTML not saving in J1.7 already).How do I add style to the page? I can add a Module Class Suffix. But how to add the css class to the post, date and text?
Can't, it htmlspecialchars the text for security (directly pulled from database). I suppose you could edit the module and remove the htmlspecialchars however.And the images/video in the posts, are showing up as text and not with the actual images showing. How do I fix this?
Please Log in or Create an account to join the conversation.
krileon wrote:
They display exactly how you supply them; it's purely substitution driven.But unfortunately the message, date and post are all showing up as one row.
How do I add style to the page? I can add a Module Class Suffix. But how to add the css class to the post, date and text?
You can add CSS (use Firebug to inspect the module and see its classes/IDs/elements) or within the parameter just add your own HTML (believe we fixed HTML not saving in J1.7 already).
And the images/video in the posts, are showing up as text and not with the actual images showing. How do I fix this?
Can't, it htmlspecialchars the text for security (directly pulled from database). I suppose you could edit the module and remove the htmlspecialchars however.
Please Log in or Create an account to join the conversation.
Displaying a full text comment in a module isn't very ideal. It has htmlspecialchars applied because it's pulled straight from the database. This is to avoid output vulnerabilities and element conflicts.What does this mean? That it can't be shown as the original post? Sorry for asking, but if so, what is the point of the substitution? I can’t imagine anyone will find it interesting, shown as one row.
You simply add HTML to the parameter. Example as follows.I am using firebug. Like I said, there is no class, it is just one row.
Could you point me in the right direction with an example of adding html to the parameter? I have no experience with that whatsoever.
Sorry, misunderstood the code rendering. This would be a bug actually as the module isn't processing the BB code. I've created a bug ticket as follows regarding this.Anyway, do you perhaps have a link or example on how to remove the htmlspecialchars, or even better, add a BBCODE function? I have to admit I am very new to this, but very eager to learn.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.