Josh this is fantastic, but I had a glitch which I finally resolved but here it was:
In postlist.php's changes, you indicate that the lines to add are, for example,
if ($Board == "boardkeyword") { \\ Edit the board keyword <br /> $extratext = "Put your text here"; \\ Edit the text <br /> $extralinks = "<tr><td class=\"lighttable\" align=\"center\" colspan=\"3\">$extratext</td></tr>"; <br /> }
The problem I came across was that the "commented out" edit instructions (ie.,
\\ Edit the board ) added to the end of the first two lines are double back-slashes, which caused an error. When I changed them to the more usual double front-slashes (in each instance), it worked.