Forum: vB5 Programming Discussions
26 Sep 2019, 18:12
|
Replies: 12
Views: 1,185
Thank you for your reply.
I just tested it...
Thank you for your reply.
I just tested it again after clearing the cookies, but still didn't log out the user.
Could this be because I have the option "Remember me" enabled on log-in?
I did...
|
Forum: vB5 Programming Discussions
26 Sep 2019, 16:45
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
26 Sep 2019, 12:25
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
26 Sep 2019, 01:07
|
Replies: 3
Views: 944
|
Forum: vB5 Programming Discussions
26 Sep 2019, 01:07
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
11 Sep 2019, 10:43
|
Replies: 3
Views: 944
|
Forum: vB5 Programming Discussions
09 Sep 2019, 13:49
|
Replies: 3
Views: 944
Password Update
I'm trying to write a script that updates user's password based on the user's username, but I get it to work.
I need this script as part of another larger script integration, so it's not that...
|
Forum: vB5 Programming Discussions
05 Sep 2019, 13:40
|
Replies: 20
Views: 1,206
Thank you for your reply.
So, what's the...
Thank you for your reply.
So, what's the difference between using API => user -> saveEmailPassword that you recommended and the API => user -> Save that I have in my script?
I have disabled the...
|
Forum: vB5 Programming Discussions
05 Sep 2019, 11:47
|
Replies: 20
Views: 1,206
shka,
Thank you for your helpful post. I am...
shka,
Thank you for your helpful post. I am just starting to use vBulletin and I'm gathering as much information as I can, so your comments are much appreciated.
I checked the cherusername api...
|
Forum: vB5 Programming Discussions
05 Sep 2019, 10:43
|
Replies: 20
Views: 1,206
Thank you for your reply.
I managed to figure...
Thank you for your reply.
I managed to figure out how to search the database to prevent duplicate username entry by using vB::getDbAssertor()->getRow.
What is the API that I could use instead...
|
Forum: vB5 Programming Discussions
05 Sep 2019, 02:45
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
05 Sep 2019, 02:20
|
Replies: 20
Views: 1,206
|
Forum: vB5 Programming Discussions
04 Sep 2019, 01:52
|
Replies: 20
Views: 1,206
|
Forum: vB5 Programming Discussions
04 Sep 2019, 00:32
|
Replies: 20
Views: 1,206
Dave,
Thanks again for your reply.
That...
Dave,
Thanks again for your reply.
That took care of the error message. Great.
The password is updating appropriately.
However, the username is still not saving at all. Any idea why?
Also,...
|
Forum: vB5 Programming Discussions
03 Sep 2019, 23:53
|
Replies: 20
Views: 1,206
Thank you Dave.
It appeared that actually my...
Thank you Dave.
It appeared that actually my code worked (partially).
When I enter the wrong current password, it doesn't update anything, appropriately. But It is not showing any errors to the...
|
Forum: vB5 Programming Discussions
03 Sep 2019, 22:14
|
Replies: 20
Views: 1,206
|
Forum: vB5 Programming Discussions
03 Sep 2019, 02:14
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
02 Sep 2019, 16:50
|
Replies: 2
Views: 484
|
Forum: vB5 Programming Discussions
02 Sep 2019, 16:39
|
Replies: 12
Views: 1,185
|
Forum: vB5 Programming Discussions
02 Sep 2019, 16:37
|
Replies: 20
Views: 1,206
Thank you both for your valuable feedback. I'm...
Thank you both for your valuable feedback. I'm not a programmer and I had someone do this for me. That's why I shared it here to make sure we are doing things correctly and improve it.
I really...
|
Forum: vB5 Programming Discussions
02 Sep 2019, 03:40
|
Replies: 20
Views: 1,206
|
Forum: vB5 Programming Discussions
01 Sep 2019, 20:16
|
Replies: 2
Views: 484
Get logged in username
I'm using the following script to get the userid for the logged in user.
require_once('/forum/includes/vb5/autoloader.php' );
vB5_Autoloader::register( '/forum' );
vB5_Frontend_Application::init(...
|
Forum: vB5 Programming Discussions
29 Aug 2019, 01:43
|
Replies: 20
Views: 1,206
Custom Profile Update
Hi,
I'm trying to make a custom form for users to update their profile. I have the following code, which I thought it should work.
//init the vBulletin system
require_once(...
|
Forum: vB5 Programming Discussions
22 Aug 2019, 18:10
|
Replies: 12
Views: 1,185
Custom Logout Button
I want to create a custom logout button for my vB 5.3.3.
I'm using the following code from the core/vb/user.php file but it is not working. Can someone help me troubleshoot this code, please? ...
|
Forum: vB5 Programming Discussions
20 Aug 2019, 23:08
|
Replies: 13
Views: 673
Here is another question.
If I turn off "Allow...
Here is another question.
If I turn off "Allow New User Registrations" in the Admin CP, this script will not work.
I need to make sure that my users don't register directly in the vBulletin and...
|