Please or Register to create posts and topics.

Adding optional ?subject=xxx&content=yyy to post link?

Hello

I’m trying to make Asgaros simpler for real beginners, or for old people who have trouble adjusting to the category/subforum tree.

I want to offer them a simple post-template-message URL following this kind of pattern:

/forum/addtopic/dd/?subject=Replace%20this%with%the%actual%subject&message=replace%this%20%and%20%say%20something

Is  this possible to achieve this result, using some URL parameters or some other way?

Thanks

Hello @sxilderik

Is it necessary to use GET-parameters for it? You could use the existing POST-parameters, but it is probably not of use depending on what exactly you plan to do.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hello

I’ve a feeling GET parameters would be easier to implement as a simple URL…