PDA

View Full Version : Threads started by user in profile page


Defkalion
05-20-2008, 07:05 PM
I have been trying to implement this but it seems I need major help;

I need to display the threads (title+link to actual thread) a user has started in specific forums, inside a tab in his profile.

I think this would be a major addition to VB, as it could be used to display numerous things, for example if the forum has 2 subforums where articles get posted, each user would have a tab in his profile with the titles of the articles he has contributed, and of course their links so that the visitor can go and read them.

I suspect this shouldn't be too hard to do. Anybody interested in implementing this? :)

Boofo
05-20-2008, 10:12 PM
Have you tried doing a search? This hack has already been done, although it is just a count of the threads started.

Defkalion
05-21-2008, 06:12 AM
Yeah I've seen the hacks that do the count, but what I need is the display of the actual thread titles and links in the user profile.

Boofo
05-21-2008, 08:12 AM
That could get real server intensive if they did enough threads.

Defkalion
05-21-2008, 08:29 AM
Yeah I know, but my forum is really small and those threads in the specific forums are only a few, say 3-4 per user.

I have already built (https://vborg.vbsupport.ru/showthread.php?t=163563) the query for the count and I'm using it in postbit, but my knowledge is limited to extend this to where I want.