PDA

View Full Version : Reset Custom User Titles to Preset UserTitles (from AdminCP)


flup
01-05-2003, 10:00 PM
Hack name: ResetUsertitles
Hacker: Flup
Creds: Xenon (again :)) for giving SQL Querie

As requested on this thread: https://vborg.vbsupport.ru/showthread.php?s=&threadid=47408
By Sefiros


============================================
What does this hack do?!
This hack resets all custom usertitles to the ones
wich are set in the UserCP *So listed in postcount*
============================================

I Will provide Support for this hack

============================================

Resettitles.php file (https://vborg.vbsupport.ru/attachment.php?s=&postid=340002)

============================================

flup
01-06-2003, 01:11 PM
Screenshot (not much to see but ok...)

flup
01-06-2003, 01:12 PM
I tested it on vB 2.2.9 and it works!!

Graphics
01-06-2003, 02:45 PM
Nice hack flup. :)

* Installs

flup
01-06-2003, 03:27 PM
Ty

PsyBlast
01-08-2003, 05:13 PM
thanx, just what I needed, I decided today to change the custom usertitles so that a amember cant have one till they had XXX amount of posts, then realized that people that allready had usertitles wernt reset >_< perfect timing, thank you

*clicks install*
*unclicks install*

where is the resettitle.php file? I went to the download in the install.txt file but that was just the mod remove file?????

Chris M
01-08-2003, 05:26 PM
I believe you have to create a resettitle.php file;):)

Satan

flup
01-08-2003, 05:51 PM
LOL he's right, resettitles.php is here:

Christine
05-31-2003, 08:24 PM
Oh, this is a beautiful thing. It was on my list of things to do, and here it is already written. This is working with no problems on 2.3.0.

*installs*

Cheers!!

flup
06-01-2003, 08:07 AM
Np, didn't thought someone would reply :P

Floris
08-10-2003, 08:03 AM
I have a question.

Due to importing from other forums, users are having custom user titles. I want to reset those. But not if their postcount is over x posts.

You happen to know how to do that ?

Reset user titles to the ones as set in the forum, except if their postcount is above x posts ?

That would be greatly appriciated

MGM
08-21-2003, 02:20 AM
this isnt working on my 2.3.0 :(

Any help?

Whenever I try to reset the user titles it says "All Usertitles have been reset" but when I check a thread, all the users still have their custom titles :(

MGM out

flup
08-21-2003, 07:44 AM
Very weird,
Cause i made this hack when i was using vB2.3.0

Maybe check all edites maybe you forgot one little tiny thing.
I don't know what i else could be, sorry

flup
08-21-2003, 07:47 AM
08-10-03 at 10:03 AM xiphoid said this in Post #11 (https://vborg.vbsupport.ru/showthread.php?postid=424791#post424791)
I have a question.

Due to importing from other forums, users are having custom user titles. I want to reset those. But not if their postcount is over x posts.

You happen to know how to do that ?

Reset user titles to the ones as set in the forum, except if their postcount is above x posts ?

That would be greatly appriciated

You must do 2 SQL queries in that hack I think now,
1 to get the post count, and 1 to reset the titles.

After you done the postcount query you most do like:

if ($user[posts] < 200) { reset titles } else { //do nothing }


If you think you could do it say it :)
Else i'm willing to give it a try!

MGM
08-22-2003, 03:36 AM
Yesterday at 09:44 AM flup said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=427573#post427573)
Very weird,
Cause i made this hack when i was using vB2.3.0

Maybe check all edites maybe you forgot one little tiny thing.
I don't know what i else could be, sorry

I looked through my files and hacks and found that I had installed this hack: https://vborg.vbsupport.ru/showthread.php?s=&threadid=45181

Could you help me with that or do you not support hacked up boards? lol

MGM out

MGM
09-02-2003, 10:17 PM
nevermind, i got it workin ;)

MGM out

HPIA
01-05-2007, 11:37 PM
Why isnt this more popular?