It would not be all that hard.
I might do it, should take a day of playing around to make it work. Does anyone else think this is worth doing? What is the purpose of seeing all your comments in a tab?
By the way, I have posted a hack to akocomment over in joomla forums that will link the comment author to their profile as well as resolve the annoying error thrown by akocomment when the title of a mamblog is clicked on. I still need to make this a better solution, as in cleaner, but it works. Both hacks are lige on one of my sites and working well.
Link to hack to link to comment author profile:
forum.joomla.org/index.php/topic,42456.0.html
Link to hack to fix mamblog title link when akocomment is used:
forum.joomla.org/index.php/topic,42485.msg230221.html#msg230221
edit...
I just realized the value of this. I will work on it and try to post the new plugin early next week. Watch this space.
Later that same day...
OK, here is the akocomment tab plugin. It supports localization, so you need to add the folloiwng lines (sorry I do not know how to get the installer to add text to the langauge file) into the components\com_comprofiler\plugin\language\default_language\default_language.php:
[code:1]
//AKOComment Integration Support
DEFINE('_UE_AKOCOMMENTTAB','Comments');
DEFINE('_UE_AKOCOMMENTTAB_DESC','Displays comments made by by user.');
DEFINE('_UE_AKOCOMMENTNOTINSTALLED','AKOCommnet is not installed.');
DEFINE('_UE_NOAKOCOMMENTS','This user has not made any comments.');
[/code:1]
Once you have added the above code into your language file, install the plugin by using the CB Plugin Manager.
I have atached the zip file that contains the akocomment tab.
Post edited by: DaveH, at: 2006/03/03 20:27
Attachment plug_cbakocommenttab.zip not found
Post edited by: DaveH, at: 2006/03/04 02:04