It will create another one (.MOD) so my suggestion is to rename it temp to .MOD.Bash wrote:I have a mod installed which created a '.MOD' tab within ACP (however I renamed it through common.php because '.MOD' imo looks ugly). Would installing this mod integrate with the same tab (I presume I'd have to rename it back to .MOD temporarily?) or would it create another tab within ACP (which I wouldn't want).
That is possible but one have to hard-code it .......... I mean you can make Include Announcement Center part of overall_header (or whatever that file name is), conditional. I mean put an IF condition of IF the forum id is XYZ then Include Announcement Center otherwise it will skip it. And in ACP, you have to set it to show everywhere and not only on Index page.Bash wrote:I'm actually looking for a mod which will also allow me to add an announcement to a particular forum only (without appearing on index/other forums) but I saw the FAQ's on the 1st page and will try the authors suggestion if theres no other alternative, I guess...
Now for that specific IF conditional coding, you have to refer to someone else, as I'm not good with phpBB's coding. But I've told you the logic of what to do.