Quote:
Originally Posted by paulmjno
One thing I really think should be added is this: If a user has no webpage content, the webpage should not be displayed in their profile at all. Also, a user should be able to decide whether they want their page viewable to others or not (they may be drafting it out). And, a users webpage should be editable through admincp, and so should the users option to display the page or not. (The admin may decide that the page is unsuitable.)
Added: By the way, currently, the only way to have smilies in the guestbook is to disable the option...
There should be better management of certain HTML tags, like:
HTML Code:
<ul>
<li>Item 1</li>
</ul>
...becomes...
HTML Code:
<ul><br />
<li>Item 1</li><br />
</ul>
|
No webpage content is shown unless something is written the the main text/content area.
New version is either vBcode OR HTML... this rids the problem with added line breaks.