Jump to content

Recommended Posts

Posted
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.
Posted

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

  • 2 weeks later...
Posted

replace:-

 

in userinfo.php in the your_account folder in the modules folder.

 

'._INTERESTS.':

'.$userinfo['user_interests'].'

 

with this:-

 

 

 

'._INTERESTS.':

'.$userinfo['user_interests'].'

.'/index.php?name=forums&file=search&search_author='.$username.'"]'._USER_POST_MSG.'

';

 

 

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...