![]() |
[How To?] New thread Addition - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] New thread Addition (/thread-202491.html) |
New thread Addition - Starnova - 2016-09-22 Maybe I could not explain in the subject exactly what I am looking for so I will try here: On new posts in certain forums I want the new postbit to contain the following: Author: ISBN /ASIN: Original Source: With a place to enter the information.. I have template conditions and Xthreads... Can someone help me? RE: New thread Addition - JordanMussi - 2016-09-22 In your newthread template, replace: with:
Replace "YOUR_FID" with the id of the forum you want the 'template' to be filled in for new threads. ![]() RE: New thread Addition - Starnova - 2016-09-22 Thank you so much Jordon. I have more than one forum ID would I seperate them with an ,(comma)? Well I tried it but I got a syntex error, so I did it wrong with the comma. Then I tried the same code and it gave me the same error only naming one forum. Parse error: syntax error, unexpected '<' in /home/private-info/public_html/ebook-mecca.com/newthread.php(1131) : eval()'d code on line 29 here is my site and I would like to make the posting requirements easier for my users with providing them with the must haves so I am not continuesly going after them and repairing.. my Site RE: New thread Addition - JordanMussi - 2016-09-25 Try:
Replace 1, 2, 3 with a comma separated list of the forums you want it to apply to. Alternatively you can use separate if blocks to give a different template to each forum. ![]() RE: New thread Addition - Starnova - 2016-09-25
like that? of course substituting the forums I wish for it to appear, correct? I will try that right now and come back after.. thank you so much I juast can't make this work so I will have to think about this ... hmmmmm RE: New thread Addition - Starnova - 2016-09-27 well I built something with Xthreads and added global pages It did not come out as I thought however it is fine.... Take a look here: post |