
Announcement
Collapse
No announcement yet.
Search Result
Collapse
44 results in 0.0086 seconds.
Keywords
Members
Tags
-
Issue created: https://tracker.vbulletin.com/vbulle...sues/VBV-20933
Didn't know priority so didn't set it.
Leave a comment:
-
Thanks for that code/change!
It made me realize how the save() call works, it only needs CHANGES I want to make to that user in those arrays. I tried to give a fully loaded user, which isn't...
Leave a comment:
-
I see I didn't provide enough details, sorry. I tried to present a small-as-possible problem description, got to small I suspect.
We run the code below as full php script from commandlin...
Leave a comment:
-
Quick question: is it possible/useful to create support tickets with question on to how this *should* work?
Would that give you or someone else from support more time to look into it, you do great...
Leave a comment:
-
Thanks for that explanation of intended use for find.
It's to bad api calls return just arrays instead of classes/typed records, it's hard to be sure the output of one call can be used as...
Leave a comment:
-
That doesn't seem to fix the problem. Looking at the api save() function it expects/needs 'customtitle' to be set in the user array, which is the 3rd parameter to save().
If I fetch the options...
Leave a comment:
-
modifying user via VB api, sets customtitle field of user to 2 (api::find doesn't return customtitle field)
VB5.6.4pl1
If we modify a user via API that users 'customtitle' field gets set to 2
$userApi = \vB_Api::instance('user');
$searchOpts['username'] = $username;
$searchOpts['exact']...
-
Could a future patch-upgrade script just ignore core/install (only when patching, not for updates/installs obviously) ? After all, the directory is very likely not to match checksum on drop-in patchi...
Leave a comment:
-
Are patches (e.g. 5.6.4pl1) same for phar/not-phar installs?
We have VB 5.6.4 installed with phar files, so there's less files. Is the patch download the same? I ask because on a phar install some of the files the 5.6.4pl1 places are not there originally to begin...
-
displayed post time for logged in users IS affected by AdminCP 'Enable Daylight Savings' setting...why?
VB 5.6.4, users who dst set to automatic in their userCP see posts with timestamp +1 hour from correct time as posted.
When I change option 'Enable Daylight Savings' in AdminCP to off that problem...
Leave a comment: