Some remarks for MLF2 (Features)

by Otto, Wednesday, October 10, 2007, 19:17 (6043 days ago) @ Alex

Thanks for your reply, Alex

Possibility to add a small picture (photograph of the user) to a profile

That's already possible - but still a little hidden: you can use BB Codes in the profile and signature field.

Okay, but then it would be nice to add the "upload" button to the profile page, so you can add the picture the same way as in normal messages. (I would advise then to store those images in a different directory as the normal uploads. This makes cleaning up the upload directory easier).

Upload of images should have the possibility to be turned off for unregistered users

Yes, no bad idea!

(I have already implemented this by editing the “posting.tpl.inc” file).

Then you probably just hid it! ;-)

I changed
{if $settings.upload_images} …
into
{if $settings.upload_images && $user} …

What is the mechanism behind the “Browse uploaded images...” window? At this moment I see all images, so also those of other users. Is that meant to be? I could imagine that this will flood the browser window very soon, or are only a limited number of images being shown?

Yes, five per page. Anyway this feature could still be improved a little though.

Okay, I think that will work :)

Moderators should have the possibility to enter a limited area of the admin’s pages like the “spam protection” area, they should have the option to enter banned IP-addresses, user agents, and bad words. Perhaps a “mod” entry in the menu at the right top corner where the admin pages stand in case of an admin login is visible?

Good idea as well!

Thanks.

Missing some kind of log file with information about the IP address of each message and some information about the user’s PC. This helps identifying suspicious users a lot. (Compare the Parsimony log file).
Display of IP-address of posters in moderator and admin mode.

That's a privacy issue. In Germany for example they talk about forbidding saving IP addresses and there's for example already a plugins for Wordpress available to prevent saving IP addresses.
But so far, the admin can see the IP addresses.

Yes, but I would like it to expand it to moderators as well. I run a rather large forum, and I am responsible for the technical issues, while three moderators are checking the postings and the behavior on the forum.

Register self, but activated by admin or moderator (the template files suggests there is such an option, but I couldn’t find it in the settings).

It's possible to set it in order that only the admin can register users.

No, then the registration link disappears. Do you assume that new users should then send an e-mail to the admin to ask that he wants to register? That’s not very user friendly. I think it’s better to let them fill in the registration fields by them selves, but instead the activation link is sent to the admin/moderator. The (wannabe) user receives a message of the kind “Your registration needs to be approved by a moderator, please allow xx time to process”.

Possibility to send messages without body text

This used to be possible in the former version but still has to be "repaired" in 2.0 (there's still a setting "empty_postings_possible" but you can't submit the form without a message [with enabled JavaScript]).

Okay, I understand.

How to change the color of the admin’s and moderator’s name? There seems to bee a mechanism to use different colors for admins and mods, but I couldn’t let it work.


This is also a former and in 2.0 not yet working feature.:-)

Okay.


Alex

A few more issues:

- The contact link does not have a description when hovering over the link
- The “plus” and “minus” icon for opening the sidebar is not in the center of the title bar when using IE6 (however, with Seamonkey 1.1.4 it is okay).
- Could it made possible to add a timer which waits let’s say 2 hours before the registration activation e-mail will be sent? It appears that banned persons sometimes walk to an internet café, register them selves and continue to attack the forum. When delaying the auto registration, they have to wait a long time :).
- When using categories, then a visitor can select all or one of the categories to show. Could it be an option for registered users that they can select multiple categories in their profile and put them in an extra entry “user preference” in the drop down list?
- Is there a variable which I can use to check if I am on the main page of the forum? I would like to use a different heading for the main page as for the other pages. Currently I am using the expression {if $subtemplate == "index.tpl.inc" || $subtemplate == "index_table.tpl.inc"}, but I could imagine that’s not a recommended way. :-)

Otto

locked
7402 views

Complete thread:

 RSS Feed of thread