Please Log in or Create an account to join the conversation.
Has there been any thought to a better way to view the users on the compose part of the component. Its fine now but once a site gets around 100,000 or more members then the pulldown becomes a little troublesome for the database and the users.
I wonder if there is a way to implement AJAX the same way that Google Beta has it, where once you start typing in the name a list of names come up, but only the names that start with the letters that you typed in.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hi balous,
thanks for the feedback.
balous wrote:Has there been any thought to a better way to view the users on the compose part of the component. Its fine now but once a site gets around 100,000 or more members then the pulldown becomes a little troublesome for the database and the users.
for uddeIM I have put a lot of thought in exactly this problem, that's why I came up with the solution now implemented. To save database access and to keep HTML code small and thus speed up the whole procedure, no list is loaded unless the user explicitly requests it. It is only loaded when someone clicks on "Show users".
Only around 10% of messages are composed using the empty compose page anyway, and in most of these cases users know the name of the person they want to send the message to. In the very few other cases, they can click "show users". In addition, all CB connections are displayed as direct links.
The vast majority of messages are written by replying or by using a "send a message to user" link on profile or who's online lists. I suspect that the new RC2 quick message functionality will become one of the most used ways to write a PM.
I wonder if there is a way to implement AJAX the same way that Google Beta has it, where once you start typing in the name a list of names come up, but only the names that start with the letters that you typed in.
Of course there is. But it would not solve the problem.
Because if you do not know the (user)name of the recipient, you can't "start typing", so you will have to add an option to display a full list anyway. And that's exactly how uddeIM is designed right now.
Using ajax would slown down the whole process a lot as it would load a list for "b", for "ba", for "bal" until the user has typed enough letters to access your username "balous".
But I agree with you: With 100'000 members, no list is really handy. Users would have to use a search function and try to find the recipient according to various criteria (not only the name, but also location or age or sex or interests). This is done by comprofiler's user lists, and if you have Quick Message enabled, you can send the message directly from the profile.
Ajax is very good for many uses, especially new message notifications - but I don't believe that it would help a lot here.
Please Log in or Create an account to join the conversation.
I have a problem with "Show limit usage at inbox". The setting is shown as neither yes or no. And when I save it nothing happens.
Please Log in or Create an account to join the conversation.
will you be adding any more mailbox templates later or is there a way (or tutorial), that will allow users to customize their own mailbox templates to go with the color schemes of their sites?
Please Log in or Create an account to join the conversation.