PDA

View Full Version : Developer Post indicator


tonjohn
12-10-2008, 07:36 PM
We would like to add a feature to our forums similar to that of the WoW forums (http://forums.worldofwarcraft.com/board.html?forumId=11112&sid=1). Every time a developer posts in a thread, an icon is displayed next to the thread. Upon clicking this icon, it takes you to the post made by the developer.

In addition to this, we would like to have a way to track all developer posts in a central location. Using the WoW forums as an example again, this fan site has an awesome way of doing this - http://blue.mmo-champion.com/ .

Are there any existing plugins that would allow for this? If we have to add this from scratch, any advice / good places to start?

As far as the actual tracker goes, what is the best way to implement this? We were thinking of doing a simple RSS feed on specific users or usergroups. Is there a better approach to this?

tonjohn
02-11-2010, 08:04 AM
I found a nifty way to do this but it involves adding a new column to the database.

Is there any easy way to do this w/o having to modify the database or edit any of the .php files? I'd love to be able to create such a system via the plugin system and modified templates.