php forum
php mysql forum
php mysql smarty
 
Topic Options
#213489 - 02/09/02 01:36 PM Most recent profile/A-Z userlist/PM-IM
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Some Modification Suggestions and Ideas from my users: <br /> <br />- A feature that shows who has changed or added to their profile most recently With 2000+ members, it's tough to see who's modified or added a profile recently (or within 1 week, 2 weeks, 1 month...) <br /> <br /> <br />- When viewing the User List, the ability to select a letter of the alphabet to view. For example, right now, when a user is looking for someone who begins in "m", they have to go to page 9 then 19 then 29. <br /> <br /> <br />- People also request "Instant Messaging" alot... but I don't see how much different that is from Private Messaging. <br /> <br /> <br />MTO: Edited to change title and move to v.6 suggestions.


Edited by MTO (07/03/02 10:09 PM)
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#213490 - 02/09/02 03:43 PM Re: Some suggestions/requests from my users: [Re: Daine]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
- 10 Most Recent Profile Changes: Wow! Good idea! []http://www.threadsdev.com/threads/php/images/icons/laugh.gif[/] Thatīs more useful than the welcoming new member, as he never has a profile when first registering. Good idea!<br /><br />- Userlist idea: yes, this has been requested many times. As well as advanced profile searches. There is/was a hack around that does/did some of that.<br /><br />- Instant Messaging thing: Would privates poping up in a new window instead of the "new private icon" do it?
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#213491 - 02/09/02 06:08 PM Re: Some suggestions/requests from my users: [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I think I can create the hack for alphabet sorting.. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/] will work on it when I get a chance. The instant messaging I think is best left with yahoo and msn and aol. The "pm" ability is more than a lot of forums offer as it is. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/]
_________________________
~Dave
ChattersOnline.com

Top
#213492 - 02/09/02 11:25 PM Re: Some suggestions/requests from my users: [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Here's that user list hack []http://www.threadsdev.com/threads/php/images/icons/wink.gif[/]<br /><br />http://www.threadsdev.com/threads/php/sh...&fpart=
_________________________
~Dave
ChattersOnline.com

Top
#213493 - 02/09/02 11:29 PM Re: Some suggestions/requests from my users: [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I would tend to agree that "Instant Messaging" is pushing it. Private messages are "instant" enough for me. As an Admin, if I had a pop-up window for each PM, I'd never see the main board. []http://www.threadsdev.com/threads/php/images/icons/laugh.gif[/]<br /><br />I would say the Alphabet Sort/Jump thing for the userlist would be a good start. But the updated profile thing, and profile search would be "the bomb" with my users.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#213494 - 02/09/02 11:46 PM Re: Some suggestions/requests from my users: [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I think the "Last Updated" feature for profiles will require another field to be added to the w3t_Users table. One could cheat and use one of the "extra" fields but I already have these tentatively used for other things on my site.<br /><br />A more advanced profile search would be easy enough to create. I'll give it a once over when I get some time. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/]
_________________________
~Dave
ChattersOnline.com

Top
#213495 - 02/10/02 01:59 PM Re: Some suggestions/requests from my users: [Re: D_Wolfwood]
powerlord Offline
Power User

Registered: 10/14/00
Posts: 98
Actually, I'm surprised Scream hadn't implemented it... wouldn't it just require a where clause of WHERE U_Username LIKE "M*" for the letter m for example? I know MySQL columns aren't case sensitive... (I found out the hard way when entering in columns for information on files... Something.txt complained about being a duplicate Primary Key because something.txt was already in the DB).
_________________________
Ross Bemrose, Co-Owner VGMusic.com

Top
#213496 - 02/11/02 04:02 PM Re: Some suggestions/requests from my users: [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
They are loving the User List thing that JustDave did.<br /><br />Some other requests...just to keep in the "mix" for new versions ...<br /><br />- The admin would like to send PMs to all who are currently online and the ability to PM all users.<br />- The ability to download PMs or email them to yourself. Many users hang on to many PMs, when we've got thousands hanging in the sytem, we purge old ones and they are upset. Currently we tell them now to copy and paste them into a text file, or copy and paste and email them to themselves if they wish to save these messages.<br /><br />Also, it would be cool to be able to direct []USERNAME@OurDomain.com[/] to the users PMs... thus establishing an integrated "web based" email system. Would also need the ability to PM to an outside email address with this feature.<br /><br />Just some obscure suggestions...but I figured I'd post them because you never know who else thinks they have merrit and wants them on their board and/or makes them happen.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#213497 - 02/11/02 07:19 PM Re: Some suggestions/requests from my users: [Re: Daine]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
>Many users hang on to many PMs, when we've got thousands hanging in the sytem, we purge old ones and they are upset.<br />I thought about this several times... why not have a maximum file size limit, or limit on the number of PMīs? I once visited someone, and I was surprised to see she had about a hundred PMs! Wow! or... Ouch!
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#213498 - 02/11/02 07:21 PM Re: Some suggestions/requests from my users: [Re: Daine]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I just killed 3 hours creating the "Email PM" hack. I had thought that this would be usefull once or twice before myself. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/]<br /><br />You can download the pm mailer hack here:<br /><br />http://www.chattersonline.com/test/index.php?Cat=&paction=attachments<br /><br />You can sign up at the test site and give it a test run if you want. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/]
_________________________
~Dave
ChattersOnline.com

Top
#213499 - 02/11/02 08:46 PM Re: Some suggestions/requests from my users: [Re: D_Wolfwood]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Had to do this one... it was a quicky... lol<br /><br />Use this hack to limit a user's private messages to a specific number.<br /><br />I edited this post because of some errors in the code I posted. Click below to get the text file for this PM Limit hack. []http://www.threadsdev.com/threads/php/images/icons/smile.gif[/] (5.5-pmlimit.1.0.txt)<br /><br />http://www.chattersonline.com/test/index.php?Cat=&paction=attachments


Edited by JustDave (02/11/02 09:47 PM)
_________________________
~Dave
ChattersOnline.com

Top


Who's Online
0 registered (), 24 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Bill B
Today at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks