The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
that worked but now it shows
My Usergroup id is 10 My Post Count is 9 @ the top |
#12
|
||||
|
||||
Quote:
And it showed me that there is nothing wrong with the code, you werent just trying with either a correct usergroupid or post number.. You can now delete the code you added..Your hack is working ok.. |
#13
|
|||
|
|||
niceone d00d you da man
|
#14
|
|||
|
|||
nice work Logician thats what i usually do to test my stuff to... if somethign isn't working i'll echo it and see whats up with my variables brilliant as always... regards...
btw good thing you recognized the usergroupid = 2 i would've felt dumb g-force2k2 |
#15
|
|||
|
|||
now i took that out it don't work
|
#16
|
||||
|
||||
Quote:
Try this: Set a user's post count to 9 via PHPmyAdmin. Login as him. Post 4 messages. And after each post check if the usergroup has changed. You'll get how the hack works then. You are always missing the fact that hack will change his usergroup ONLY when user has exactly 10 posts (and he posts a new one). So if you try when he has 20 posts it will not work. If you want it otherwise you can use PHP Code:
|
#17
|
||||
|
||||
WHy would you want to do that? Why not just use the user title thing instead? That's what I did and since members wanted a Custom Title also I made a profile field for Custom Title and just added that profile field to be displayed under the user title.
|
#18
|
||||
|
||||
Quote:
|
#19
|
|||
|
|||
yeah thats it also d0d say this code here
Code:
if ($post[posts] > 1000) { $pips = "<img src=\"images/pip21.gif\" border=0>"; } elseif ($post[posts] > 950) { $pips = "<img src=\"images/pip20.gif\" border=0>"; } elseif ($post[posts] > 900) { $pips = "<img src=\"images/pip19.gif\" border=0>"; } |
#20
|
|||
|
|||
also is there a way to make it for all member if someone is deleted in the admin CP it make them a ignore user and they are ignored to everyone else
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|