Originally posted by Mak786:
Goto post create and put this in 1st box
<div class="menu"><b>Title: </b><input type="text" value="https://" name="title" required><br/>
</div>
<div class="menu"><b>Content: </b><input type="text" value="https://" name="msg" required><br/>
</div>
<div class="menu" style="text-align:center"><br/><button type="submit" style="padding:5px;font-size:16px" id="submit">Submit</button></div>
and this in 2nd box
<forumid>{{GET(forumid)}}</forumid>
<title>{{POST(title)}}</title>
<content>{{POST(msg)}}</content>
and this code is for post create link
goto your post lister code and put this code in
header for post create
<a href="/post?forumid=%id%">Create post</a>
Total likes [0]