It is a nice feature to be able to prefill the title and body when creating a new post (forum, blog or article) and and in the case of Private Message, prefill the PM recipients, subject and body when composing a PM. This mod allows you to specify those information in the URL querystring.
The format of the URL is:
Creating a new post:
where:
nodeid - the channel id where the new post will be posted to
subject - the post title
body - the post body
Composing a Private Message:
where:
subject - the PM subject
body - the PM body
to - comma-separated recipients' username (not userid)
Note: To ensure safe transport of the parameters passed in the querystring, you have to URL-encode each of the parameter values. You can use this tool to encode them.
Use Cases:
See post #7 for possible uses of this mod.
Demo:
Click this Create New Topic link. You must be logged in to be able to view this live demo since guests have no permission to post.
https://vbmods.rocks/new-content/164?...led+Editor+mod.
Click this PM link. You must be logged in to be able to view this live demo since guests have no permission to send a PM.
https://vbmods.rocks/privatemessage/n...,noypiscripter
Screenshot:

Download the zip file, uncompress it and upload the XML in AdminCP > Products & Hooks > Manage Products > [Add/Import Product].
Compatibility:
Version History:
v1.2
v1.1
v1.0
Price: $10
Payment Accepted: PayPal or Debit/Credit Card
The format of the URL is:
Creating a new post:
Code:
http://example.com/new-content/nodeid?subject=xxxxx&body=xxxxx
nodeid - the channel id where the new post will be posted to
subject - the post title
body - the post body
Composing a Private Message:
Code:
http://example.com/privatemessage/new/0?subject=xxxxx&body=xxxxx&to=xxxxx,yyyyy,zzzzz
subject - the PM subject
body - the PM body
to - comma-separated recipients' username (not userid)
Note: To ensure safe transport of the parameters passed in the querystring, you have to URL-encode each of the parameter values. You can use this tool to encode them.
Use Cases:
See post #7 for possible uses of this mod.
Demo:
Click this Create New Topic link. You must be logged in to be able to view this live demo since guests have no permission to post.
https://vbmods.rocks/new-content/164?...led+Editor+mod.
Click this PM link. You must be logged in to be able to view this live demo since guests have no permission to send a PM.
https://vbmods.rocks/privatemessage/n...,noypiscripter
Screenshot:
Download the zip file, uncompress it and upload the XML in AdminCP > Products & Hooks > Manage Products > [Add/Import Product].
Compatibility:
- Compatible with vB5 and vB6 (self-hosted).
- Not compatible with vBCloud because it is in XML format. But a vBCloud version is possible. Let me know if you are interested.
Version History:
v1.2
- Fixed bug on multiple PM recipients.
v1.1
- Bug fix
v1.0
- Initial versionβ
Price: $10
Payment Accepted: PayPal or Debit/Credit Card



Don't have a PayPal account yet or want to use a new account to purchase this mod? Sign up with PayPal now and get $5 reward!
Want to pay using Credit/Debit Card? Contact us and we will send you an invoice where you can use your own card.
Comment