The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I wrote a small modification to allow users to change their usernames, they can change their username ok and post at the forums etc.
BUT when they go to view a forum where only admins and moderators can post they get the standard No Permissions or You need to be registered error. |
#2
|
|||
|
|||
![]()
Well, that's perfectly normal. If the forum is only for Administrators and Moderators, then they shouldn't be allowed to view it.
Do you want them to be able to view - but not post in the forum? |
#3
|
|||
|
|||
![]()
sorted now
![]() i had it set on private forum =/ |
#4
|
||||
|
||||
![]()
Can you release your hack?
It sounds nice, and very useful. ![]() |
#5
|
|||
|
|||
![]()
Instructions are in the file. Isn't too hard to install.
If you need any help just post back here. Look at http://vbulletin.com/forum/showthrea...threadid=24722 latest verion from there |
#6
|
|||
|
|||
![]()
If a user has...say....20 posts, and they go and change their username, do all their posts automatically update with the new username? If you have a members only board with a lot of members and you have several members changing their usernames, you're probably going to have problems with posts having invalid usernames, etc., unless you periodically update user info, post counts, etc., via the Admin CP.
|
#7
|
||||
|
||||
![]()
The user's ID does not change. Everything the user has posted before is associated with his ID, including his username.
So yes, all of past posts and everything else will have the new username. |
#8
|
|||
|
|||
![]()
Nope, only the user ID is stored in the thread table not the Username. So when the username changes, it changes it for all posts made by the user.
|
#9
|
|||
|
|||
![]()
I get the following error after applying the hack to member.php:
Code:
Parse error: parse error in /---removed---/member.php on line 1298 |
#10
|
||||
|
||||
![]()
Dimitri, this is the code you will need to paste:
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|