JoomlaJoe's (aka Mambojoe) Xmas Present!

18 years 4 months ago #1697 by JoomlaJoe
Replied by JoomlaJoe on topic Re:JoomlaJoe's (aka Mambojoe) Xmas Present!
Thank you all for your kind wishes and compliments! Believe it or not this is actually my first joomlapolis post! Here's to wishing you all a very Merry Christmas and the happiest of New Years! May your stockings be filled with CB Plugins! :woohoo:

Post edited by: joomlajoe, at: 2005/12/09 06:11

JoomlaJoe *The developer formally known as MamboJoe*
CB Core Team

Please Log in to join the conversation.

18 years 4 months ago #1704 by trail
Congratulations with the first post *har har*

Merry Christmas and a very healthy 2006 to you :)

DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age , Starsign Matchmaking Horoscope , My Visitor , My Highscores , My ProfileID ,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many :)

Please Log in to join the conversation.

18 years 4 months ago #1756 by hypnotoad
Replied by hypnotoad on topic Re:JoomlaJoe's (aka Mambojoe) Xmas Present!
Thanks for the CB so far (and all future developments) - and especially for this Mambot! So far was was hacking this exact behaviour into the Joomla-core, every Security patch was alot of search and replace then...

CB 3rd Party Developer: jAwards | GalleryTab for CB (Ponygallery, ML)

Please Log in to join the conversation.

18 years 4 months ago #3013 by yatesf
Replied by yatesf on topic Re:JoomlaJoe's (aka Mambojoe) Xmas Present!
This project has absolutely changed my life for the better. Thanks a million team :)

-Fred

Please Log in to join the conversation.

18 years 4 months ago #3275 by nant
hypnotoad wrote:

Thanks for the CB so far (and all future developments) - and especially for this Mambot! So far was was hacking this exact behaviour into the Joomla-core, every Security patch was alot of search and replace then...


This is exactly the mentality of the CB Team - hacks are good but they cannot compare to well thought-out features.

Please Log in to join the conversation.

18 years 2 months ago #7689 by hypnotoad
Replied by hypnotoad on topic Re:JoomlaJoe's (aka Mambojoe) Xmas Present!
nant wrote:

This is exactly the mentality of the CB Team - hacks are good but they cannot compare to well thought-out features.

That's good to hear!

And now I'm giving a bit back to the community, hopefully it'll help someone.
At my site, I have some articles imported from an old homepage (before we had an CMS), which are not associated to any member, but have an Author Alias. They are submitted with the Administrator-Account, and of course I don't want that name to show up, but the original instead. Plus, I want (in all other cases) the username shown, not the name!
Thus, here's a modified AuthorBot:
[code:1]
function CBAuthorBot (&$row, &$params, $page) {

if (!$row->created_by_alias){
global $database;
$query="select username from #__users where id=".$row->created_by;
$database->setQuery($query);
$name=$database->loadResult();


$row->author="<a href=\"".sefRelToAbs('index.php?option=com_comprofiler&amp;task=userProfile&amp;user='.$row->created_by)."\">".$name."</a>";

}

}
[/code:1]



Slightly related to that: Can the Mambot be modified in a way to change the names in the tables (category / section overview) too? Looks strange to have peoples' real names there, instead of the username...

CB 3rd Party Developer: jAwards | GalleryTab for CB (Ponygallery, ML)

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.258 seconds

Facebook Twitter LinkedIn