Ok so, I took off the part in View Profile that says all the posts in the sections.
and what I want to do is make it show Recent Topics Started by the user.
I'm not the best at php, but I think someone here could help and I'm sure someone would like this.
Or at least give me the code to recall the recent topics by user, I can do the rest. :wink:
Recent Posts In View Profile
Subject: Re: Recent Posts In View Profile
Replace $user_id with the ID of the user you are watching the profile...
Good Luck! :mricy:
$sql = "SELECT * FROM " . TOPICS_TABLE . "
WHERE topic_poster = '" . $user_id . "'
ORDER BY topic_time DESC
LIMIT 0,5";
WHERE topic_poster = '" . $user_id . "'
ORDER BY topic_time DESC
LIMIT 0,5";
Replace $user_id with the ID of the user you are watching the profile...
Good Luck! :mricy:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1171s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled