2012-08-15, 11:31 PM
Are you using templates in the ACP? Try removing the "if(use_xmlhttprequest == "1"" part of the code.
"Enter Usergroup IDs, seperated by a comma"
|
2012-08-15, 11:31 PM
Are you using templates in the ACP? Try removing the "if(use_xmlhttprequest == "1"" part of the code.
2012-08-15, 11:47 PM
Thanks for the reply Omar
I've tried this:
But unfortunately it's still not working. Thanks again
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board!
2012-08-16, 12:54 AM
Please post the output code source, ask asked in my previous posts. Also, where are you trying to use this? In the ACP?
2012-08-16, 11:26 AM
Yeah, I'm trying to use this in ACP.
Here's some of the outputted code:
Thanks
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board!
2012-08-16, 06:33 PM
You can heck the how the search box in the users page work then.
2012-08-16, 07:01 PM
Got that working in ACP now, thanks Omar!
How would I go about finding there UID from this? For example, If I searched for the username "Vernier" how could I find the uid of that? Thanks again, much appreciated
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board!
You can include the functions_user.php file and make ufe of one function in that file to get a user by username, or simply write yours:
This is what I do in my awards plugin.
2012-08-16, 07:15 PM
Ok thanks Omar.
When I tried the username autocomplete with a standard textarea (<textarea id="negative_rec_uid"></textarea>) it seemed to work, however when I use this:
it doesn't. Am I missing something for this? Thanks again
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board!
2012-08-16, 07:57 PM
It seems right to me. What is the output source code?
Thanks Omar
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board! |
« Next Oldest | Next Newest »
|