darthvadersmaster
01-19-2006, 09:51 PM
How would I display a certain users username and other informtion (such as number of posts, new pm's, etc..) using phpBB forum software?
![]() | View Full Version : phpBB Question... darthvadersmaster 01-19-2006, 09:51 PM How would I display a certain users username and other informtion (such as number of posts, new pm's, etc..) using phpBB forum software? MikeM 01-19-2006, 11:50 PM phpbbhacks.com darthvadersmaster 01-19-2006, 11:52 PM I've tried that, nothing... ayksolutions 01-20-2006, 12:00 AM Can you be more specific? Where do you want this information to be displayed? darthvadersmaster 01-20-2006, 12:18 AM Just on a web page, in a little member box. Tonyw 01-20-2006, 12:24 AM You want each user to be able to see this or you want to see the users info? Have you tried phpbb.com in the mod release forum? Christian 01-20-2006, 12:29 AM found this page a phpbb.com http://www.phpbb.com/kb/article.php?article_id=143 darthvadersmaster 01-21-2006, 02:28 PM No, I've made a spot in my website layout where members can view their forum info when they're browsing the site, but I don't know how to make it so they can see the info. ayksolutions 01-21-2006, 02:41 PM You need to use the profile stats for that user and feed that code live into your website. I can't remember what the file is called for the user profile, however, this will also require cookies as well as them being logged in so the system knows what user's stats to show. You could have it be setup so that when the visitor is not logged in, instead of the stats the login fields will appear. I would suggest posting this on the phpbb forum, they will be able to help you there. I am sure this has been done before. darthvadersmaster 01-21-2006, 05:30 PM Ok thank you. I'm pretty sure someone can do it, I've seen it done with invision before... ayksolutions 01-21-2006, 05:34 PM No problem and good luck with it. azizny 01-21-2006, 06:15 PM I did it once where you display the send pm/view posts/send email/ect.. links come under the screen name of the posts for all posts. I don't know if thats what you want, if it is, its pretty easily done (about 10 lines only). Peace, darthvadersmaster 01-21-2006, 08:28 PM That would be nice, pm me? |