Query String to pre-fill private messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wdwms
    Member
    • Jan 2013
    • 90
    • 4.2.X

    Query String to pre-fill private messages

    In vb3 we were able to call the private message script and have some of the items pre-filled in, namely the subject and the message.

    PHP Code:
    /member.php?s=&action=mailform&userid=" . $userid . "&subject=" . $subject . "&message=" . $message . "
    Is there a way to do this in VB5? I've figured out the link to create a PM is as follows:

    PHP Code:
    privatemessage/new/%USERID
    But how can i pre-populate the subject and message? Thanks!
  • wdwms
    Member
    • Jan 2013
    • 90
    • 4.2.X

    #2
    anybody? Bueller? Bueller....

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      I don't really know. I'd suggest also posting this question over at vbulletin.org, the modification site.

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • wdwms
        Member
        • Jan 2013
        • 90
        • 4.2.X

        #4
        yah problem is on vb.org, no one knows anything about vb5 yet.. everyone trying to do something is in the same boat as me, we are trying to pick things apart. Can we get a hint at what i'd need to do?

        Comment

        Related Topics

        Collapse

        Working...