Quote:
Originally Posted by Michael2
What would I need to do to get the thread title to be the answer from the first question? I'm using it for recipes, the first question is the recipe name, I want that to be the thread title.
|
This should do to:
Find
PHP Code:
'".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle',
E=Replace with:
Repeat this step as meny times as you can. I think it's about 5 or 6 times.
Quote:
Originally Posted by Michael2
Is there any way to use BB code? When I try putting it in the formanswers template I get an error when trying to save it. I want the questions to be in bold so that they stand out from the answers.
|
You can you BB code in the form_answer. Just make sur there is a space right before the '[' of the BB code if you are putting it right after a varible.
Quote:
Originally Posted by Michael2
This is an awesome hack, thanks!
|
Agreed.
Also, make sure you use my hack (look a few posts earlier) if you want the form to count as a post.