Is there some way to see all the posts posted by a member?
Is there some way to see all the posts posted by a member?
Not to the best of my knowledge on this forum software - you can see the last 10 forum posts a member has made in their profile however.

Check out the search - you can search for posts by author

intergrating that into your account page is pretty easy have look at my test cpg system at http://www.russdev.com/dragon
login user1 and password is user1
if you goto forum goto a post click users profile it can see i have addeda hyper link saying see users posts clicking that performs a search for that user
pm or reply will give detailed instructions on doing it..
feel free to register and play around and make sure it works
russ

note to ones self...
enable forum to public before posting
sorry
russ
Can you tell us[me :P] how you did that then pls russdev? --just the job!

will do got some stuff notes will post it once sorted bugs out going to add it the edugeek site just not sorting bugs first.
Russ

replace:-
in userinfo.php in the your_account folder in the modules folder.
<tr>
<td valign="top" align="right" width="33%"><span class="gen">'._INTERESTS.':</span></td>
<td><span class="gen">'.$userinfo['user_interests'].'</span></td>
</tr>
with this:-
<tr>
<td valign="top" align="right" width="33%"><span class="gen">'._INTERESTS.':</span></td>
<td><span class="gen">'.$userinfo['user_interests'].'</span></td>
</tr><tr>
<td valign="top" align="right" width="33%"><span class="gen"></span></td>
<td><span class="gen">'._USER_POST_MSG.'</span></td>
</tr>';
then in the your_account.php in lang folder...
replace :-
define('_MA_PREFERENCES','Preferences');
with
define('_MA_PREFERENCES','Preferences');
define('_USER_POST_MSG','Click Here To See Posts Made By User');
that now adds a click here to see posts made by user to user info page...
to see working look at someones profile here as now uploaded the update.
Russ
There are currently 1 users browsing this thread. (0 members and 1 guests)