Hello,
Is it possible to insert a link into User Menu using data from MySQL table mos_user?
This is what I want to achieve:
* Each user has a customised link inserted into their databse record (in mysql table: "mos_user", new field called "customlink1").
For example, for user John Brown, his customised link is <a href="http://www.abc.com/jbrown/">Your Personal Space</a>
* I want to be able to retrieve the "customlink1" from the mysql database into the User's Menu (where you see My Details, Log Out etc.).
So that there is an entry in the User Menu: Your Personal Space (which links to
http://www.abc.com/jbrown/ )
How do I do that?
Many thanks in advance.