Badshah93 - good example earlier as the documentation led me astray...even your password field being called vb_login_md5password rather than vb_login_password was helpful as the online documentation didn't show that.
Now onto my question...
VB posts a link for API overview/documentation:
https://www.vbulletin.com/forum/cont...7-API-Overview
I'm trying to see documentation for executing a forum search and then retrieving the results. I can see from the "All" methods page that it's under "Advanced Search Methods", but after logging in I'm being told I do not have permission to access this page.
From the "All Methods" page I see these which might do the trick, but there's no documentation on how to use them:
- search_intro
- --Return advanced search form related data.
- search_process
- --Process search and generate a searchid.
- search_showresults
- --Show search results.
- search_getdaily
- --Get new threads/posts posted in X day(s).
- search_getnew
- --Get new threads/posts posted since last visit.
- search_finduser
- --Find threads/posts posted by a specific user.
- search_doprefs
- --Save search preferences for logged-in user.
The methods I imagine I would need documentation for are search_process and search_showresults.
I'm on 4.2.0 Patch Level 3...thanks in advance for any help