Quote:
Originally Posted by Simon Lloyd
This is probably a difficult one to answer, but i have put a button in my post bit that eventually will link to a form (will sort out how to do this later!), what i would like to do is post the form results to a custom bbcode tag in the original (the post that the button was clicked in) post, is that possible, or if thats not possible, is it possible to post to a forum as a new (not editable by ordinary members) thread?
Big ask i know.
|
The button link could be something like this:
HTML Code:
<input type="button" value="Form" onclick="window.location.href='http://www.your-forum.com/misc.php?do=form&fid=4'">
If you're wanting the button to edit the thread then this modification couldn't do it. It could with a bit of tweaking reply to thread which post is in.
The alternative is possible, just make sure forum permissions are set to cannot edit posts (for ordinary members).
Quote:
Originally Posted by Simon Lloyd
with this:can i use {q_1} - {q_2}
So that the title may look like "My Tip - Todays Tip" ?
|
Yes