Topic: Custom Titles

Hi there.
I want to stop users from having a custom title, untill they get 1000 posts.
Is this possible?
Also, I want admins to be allowed to have a custom title whenever.
So the custom title box doesn't show up untill the user has more than 1000 posts.

Thanks,
- Poomie

Re: Custom Titles

Poomerio wrote:

Also, I want admins to be allowed to have a custom title whenever.

Admins already can.

Re: Custom Titles

Poomerio: Sounds like you want a modification that will change a user's group once they reach a certain number of posts smile

Re: Custom Titles

Yep, that's right, Smartys smile

- Poomie

Re: Custom Titles

If you know enough about mysql/cron/sh just write an sh script to run daily and look for users with a high enough postcount. If it's at the required number, the manually edit the database through your cron job, Any server I've paid for offers cron jobs.

echo "deadram"; echo; fortune;