Help with an AJAX function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joe Blow
    Senior Member
    • Jul 2004
    • 317
    • 3.6.x

    Help with an AJAX function

    I have someone helping me out with a minor modification on my vB 4.2.1 forum who is having trouble with an AJAX function.

    A custom checkbox userfield needs to be updated. Here is the line for the AJAX request:

    Code:
    var postData = {"do" : "saveuserfield", "fieldid" : "5", "securitytoken" : SECURITYTOKEN, "userfield" : {"value" : cValue}};
    How do you set the userfield array for this request, since there is no documentation for it? The function that is being called is saveuserfield and is located in ajax.php

    Any ideas?

    Any help appreciated!
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    For help with modifications, please ask on www.vbulletin.org.....we can't provide modification support on this site.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Joe Blow
      Senior Member
      • Jul 2004
      • 317
      • 3.6.x

      #3
      vBulletin.org is like a ghost town these days. I might as well ask my grandma.

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        We still can't help here. I'm sorry. We're not coders.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        Related Topics

        Collapse

        Working...