Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-17-2007, 01:37 AM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,415
Thanks: 171
Thanked 440 Times in 279 Posts
How To: Show latest signup on homepage

Here is a simple way to display the last person to signup on the home page.

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);
Directly after that add this.
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);
Save and upload it back to your server.

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"}
Directly after that add this line
Code:
<p align="right">Welcome to our latest member <a href="{$URL_user, $last_user}">{$last_user}</a></p>
Save and upload back to your server.

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
Attached Thumbnails
how-show-latest-signup-homepage-latest-user.png  
__________________
Visit PliggPro the official Pligg Mods & Template Shop!


Last edited by chuckroast; 10-17-2007 at 08:33 PM..
Reply With Quote
The Following 11 Users Say Thank You to chuckroast For This Useful Post:
  #2 (permalink)  
Old 10-17-2007, 02:09 AM
dollars5's Avatar
Pligg Donor
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
Good work m8.
Reply With Quote
  #3 (permalink)  
Old 10-17-2007, 07:56 PM
Constant Pligger
 
Join Date: Sep 2007
Posts: 112
Thanks: 13
Thanked 12 Times in 9 Posts
How did you add the Calender?

BTW thanks you for mod.
Reply With Quote
  #4 (permalink)  
Old 10-17-2007, 08:00 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,415
Thanks: 171
Thanked 440 Times in 279 Posts
Quote:
Originally Posted by Redux View Post
How did you add the Calender?

BTW thanks you for mod.
I just started work on the calendar module a few days ago.
It's not yet available.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #5 (permalink)  
Old 10-19-2007, 01:42 PM
Casual Pligger
 
Join Date: May 2007
Posts: 37
Thanks: 13
Thanked 0 Times in 0 Posts
Thanks al lot!!
Reply With Quote
  #6 (permalink)  
Old 10-19-2007, 10:21 PM
Casual Pligger
 
Join Date: Jan 2007
Posts: 60
Thanks: 22
Thanked 7 Times in 6 Posts
I'm not gonna say how long I spent deconstrucing/reconstructing this mod [SOLVED] Top 5 users in sidebar to get a similar effect.
Reply With Quote
  #7 (permalink)  
Old 10-21-2007, 11:24 AM
New Pligger
Pligg Version: 9
Pligg Template: DEFAUT
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
thanks a lot
Reply With Quote
  #8 (permalink)  
Old 10-21-2007, 06:50 PM
crakez's Avatar
Designer
Pligg Version: 9.8.2
Pligg Template: Fresh Template
 
Join Date: Jul 2007
Location: Australia
Posts: 142
Thanks: 14
Thanked 8 Times in 6 Posts
Send a message via MSN to crakez Send a message via Skype™ to crakez
Thanks Chuckroast.
Reply With Quote
  #9 (permalink)  
Old 10-24-2007, 12:29 AM
New Pligger
Pligg Version: 9.7
Pligg Template: yget
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
thanks, useful mod
Reply With Quote
  #10 (permalink)  
Old 11-12-2007, 07:28 PM
New Pligger
Pligg Version: 9.8.2
Pligg Template: GarrX
 
Join Date: Nov 2007
Location: Montana, USA
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
You may need to change it to get it to work.

For me, my user table is not table_users, but pligg_users

so I needed to change that for it to work.

Otherwise it's now working great on my site!
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
How to show latest comment in featured box xmlham Customization Assistance 1 09-04-2008 05:21 AM
Show Upcoming News in homepage kamash2006 General Help 2 01-16-2008 10:01 PM
i want in Search results latest post show first bhatiacane Bug Report 4 01-08-2008 03:22 PM
Latest submission in the admin panel doesn't really show the latest submission AshMCairo General Help 0 10-05-2007 08:16 AM
latest comments sidebar doesn't show. How? hillord General Help 1 05-28-2007 07:03 AM


Search Engine Friendly URLs by vBSEO 3.2.0