Example: Welcome to our latest member Scooby7
(see screen shot below)
First open index.php and find
Code:
// sidebar $main_smarty = do_sidebar($main_smarty);
Code:
// last person to register
$sql = "SELECT user_login FROM " . table_users . " ORDER BY user_id DESC LIMIT 1";
$last_user = $db->get_var($sql);
$main_smarty->assign('last_user', $last_user);
Now go into your template folder and open index_center.tpl
Locate the following. It should be right at the top.
Code:
{config_load file="/libs/lang.conf"}
Code:
<p align="right">Welcome to our latest member <a href="{$URL_user, $last_user}">{$last_user}</a></p>
That's it, all finished.
If you found this hack useful please consider making a donation through PliggSites.com
* Update- Now if you want to allow users to invite friends see this thread.
http://forums.pligg.com/pligg-mods/9...e-friends.html






Linear Mode

