Quote:
Originally Posted by Floris
I know, but I really hope some day it will include a 'list my personal sticky threads' link in the usercp 
|
I hope too
And I was trying to call the list of forums what were marked as stiky and I had managed to show it with two SQL queries and some other code. Like this
PHP Code:
SELECT threadsticky FROM user WHERE userid='$the_user_I_want' ORDER BY username ASC
And this
PHP Code:
SELECT threadid,title,lastpost,lastposter FROM thread WHERE threadid = $fa ORDER BY lastpost DESC
Where $fa takes the list of threadids who had marked and $the_user_I_want is my problem because I don?t know how to take the $userid at the same time that I do the rest of it
The only step left is to put this into the userCP whit a plugin, template change, or editing the usercp.php but its out of my range, I do some tries without success
?Any one could help me with some clue?
Thanks for your help, and thanks for the hack, its really good