Zak Author 2 CB Plugin 
Version
0.4
Rating
Compatibility
Votes
4
Favoured
11
License
GPLv2.0
Non-Commercial
Type
Views
2746
If you don't already know what authorbot does, it links the author's name in an article to their Community Builder profile.
This release works without any problem, but is listed as alpha as it requires a trivial 1 line edit to a core Joomla file that doesn't affect functionality in any way. Just install, enable, and your author names will be linked to their CB profile page.
If you log in as an editor or above in the frontend (and haven't performed the 1 line edit), you will see some oddity before the "Edit Item" icon - this is because the author name is (IMHO) gratuitously placed in a tooltip for the icon, despite it being shown at the top of the article anyway. This doesn't affect functionality - it just looks odd.
If you want to make it go away, just change line 122 in [Joomla base path]/components/com_content/helpers/icon.php from:
$overlib .= $author;
to:
// $overlib .= $author;
(i.e. comment it out) If you are apprehensive about changing a core file, you can omit this step, and public or registered members will have no problems. The odd stuff before the edit icon is only seen by editor members or above, and in any case it doesn't affect functionality.
-Zak
bygadabout on December 10, 2008
I have been waiting and waiting for this come out again, as I had used it on my old site, and when I upgraded to 1.5 it wasn't available. Installed easily and quickly, worked right away with out any problems. I did not bother with the 1-line code change, and frankly don't see any issues or problems or differences at my site...so it works fine with no changes for me.
byJosh Lewis on September 16, 2008
This is one of my favorite community builder plugins, I been looking for something like this for quite some time. Thanks for sharing!




