The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
1st;
That's what the extra long bio field is for 2nd; Again the bio field 3rd; Good Idea 4th; Was going to anyway ![]() 5th (extra); I might add "Last 5 posts" |
#12
|
||||
|
||||
![]()
Steven... this looks good. I'm holding off all the hacks I want to install untill a vB3 version comes out
/me waits patiently for vB3 public beta |
#13
|
|||
|
|||
![]()
Steve, the last 5 posts thing, make sure it's not an intensive query/make sure there aren't many queries...
I think you should aim for < 16 queries for this Advanced Profile Page. |
#14
|
||||
|
||||
![]()
Thanks.
So far, completed: Select which user's can use APP Minimum posts to use APP Thats probably all the admin extras that will be needed. Quote:
|
#15
|
|||
|
|||
![]()
I've got a good idea:
Have in each usergroup's settings, "Can have an advanced profile page" And then, do an if statement in admin/user.php so it finds if this user's usergroupid can have APP's... If the user's usergroup CAN, show a field in the user's adminCP profile "can have an Advanced Profile Page". So this way, it works two ways, you can have a usergroup allowed it, while specific users in it can't have it ![]() To make life easier for you, have a page in the adminCP that displays which users can't have an APP but their usergroup can, because most likely these are the trouble makers. A way the code for this page can be written: First get usergroupids which can have an APP. Then do a select from the user table, WHERE: usergroupid is in array of results produced from first query, and then: AND canhaveAPP=0 So that last part will take users who's usergroup allows them an APP but they specifically can't have one... Don't forget though that things will be done differently for adding users in the adminCP as they don't have a usergroup yet...so you must take it that they're in usergroupid 2, but it could be 3 if COPPA, so that will require a little thinking. |
#16
|
||||
|
||||
![]()
I see. Great idea, I'll do that now.
![]() |
#17
|
|||
|
|||
![]()
i want it vb3 man
![]() |
#18
|
||||
|
||||
![]()
Oh, sounds great.
/me wants to test it as soon as possible! |
#19
|
||||
|
||||
![]()
Thanks. If I dont finish it before vB3 comes out, I will scrap it for vB2 and start with vB3
![]() Admin Screenshot: So far, if the user has less than 300 posts, they dont see the link in the User CP (or if their usergroup cant view it, or don't have access) I believe thats most of the admin end done. |
#20
|
||||
|
||||
![]()
Done:
If a user has less than x posts, the dont see UserCP link If their usergroup doesnt allow APP, then its not availible when editing that use, nor can he see the link If you have selected 'no' to user using APP they, again, dont see the link Now I am working on the features you allow, whether they show up or not. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|