I have installed the Last Topic Title mod for phpBB. It is not working and don't know why. I think there's something I need to do to make it work on my theme (it's not the default theme), but I'm not sure what it is. Any ideas?
Advanced Topic Titles doesn't work either. I am using Automod. I chose phpBB because it seemed to be the most popular, and now I've dumped $15 on the theme for it so I'd rather not switch.
Try searching for {catrow.forumrow.U_LATEST_TOPIC} in there, then replace it with: <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
Well, now I've got myself in a huge mess with 500 errors and stuff :/ hopefully I'll get those fixed, then I can try that.<br /><br />-- 06 Jul 2014, 12:45 --<br /><br />Can't find {catrow.forumrow.U_LATEST_TOPIC}.
Sounds like your paid theme is what's causing this. Not that there is anything wrong with it but most mods for phpbb are written for the default theme. Different people write there themes slightly differently. your best bet is to manually install the mod(s) yourself, if you can't find the code to replace you need to look for something similar or check the code for a correct place to paste it.