4
Quote:
Hey :).. I found a way to turn off the rights to edit your name in the Real name hack, so I guess it's possible to do the same with the display name. I just don't know how.
Would you mind sharing how you accomplished this? Might be useful for someone else down the road.
Quote:
The comment message has the same bug. if you for exsample write "Weeeeeeeee" With enough e's it will stretch the theme. If possible then I would like the comment's title to have a limit of x characters, and the message word to break to next line when it has over x characters. I don't think it's the theme's fault, because it does the same thing in the default theme.
OH, now I understand what you're saying. This has been discussed before but in the context of URLs. The only way I know of controlling this is using the CSS overflow attribute. What it does is creates a scrollbox effect for long lines of text. The same attribute is used for the [ code ] [ / code] tags here at XOOPS.org.
Just add the following CSS inside the { } brackets in the section of your style.css that says .comContainer
width: 400px; max-height: 250px; margin: 0.5em; overflow: auto;
You can adjust the width and height as needed to match your theme, of course.
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.