Friday, 14 September 2007

Showing author/username on entry

Showing author/username on entry
« Reply #2 on: 20. December 2006, 08:28:50 »


I fixed it.

Added this code on my template:
// K2xL.com edit, email k2xl@k2xl.com for questions
global $database;
$query = "SELECT `name`, `email` FROM `#__users` WHERE `id` = '{$mySobi->owner}' ";

 
 
 
$database->setQuery( $query );

 
 
 
$user = $database->loadRow();

 
 
 
$uname = $user[0];
 
 
 
 
 
 
$author = ".$mySobi->owner."/\">$uname";

Then where I wanted, I did

:-)
-Danny

« Last Edit: 20. December 2006, 08:33:03 by k2xl »

Friday, 7 September 2007

Whats in a Mambot

Whats in a Mambot - Mambo Manual

Moxie Media - Add profile links to your Tree listings

Moxie Media - Add profile links to your Tree listings

Moxie Media - Tab your Tree Links and Reviews

Moxie Media - Tab your Tree Links and Reviews

First Blog Post!

my one and only reason for doing this is that when i find something useful to do with Joomla, CB, SOBI2, CSS, PHP or anything like that I use it, do the edit and it works and then I cannot find it again if I need it again.

This is just those weird little links like how do you put a profile avatar from CB into a Joomla Article.