Hi,
How did you guys built the Top 15 Threads? Anyway without the use of Database Publishing?
Best Regards,
Nuno
Hi,
How did you guys built the Top 15 Threads? Anyway without the use of Database Publishing?
Best Regards,
Nuno
Hi Nuno
We actually used Database Publishing. It's not possible without,
// Dammark
Hi Sebastian,
Thanks a lot. I'll try to use it. I'm a newbie on that module
Nuno
Hi Nuno
You can use this SQL statement:
select top (15) forumv2threadid, forumv2threadcategoryid, forumv2threadvoteid, forumv2threaduserid, forumv2threadheadline, forumv2threaddescription, forumv2threadtext, forumv2threaddate, forumv2threadclosed, forumv2threadsticky
from forumv2thread
where (forumv2threadclosed = 0)
order by forumv2threaddate desc;
// Sebastian
Hi Sebastian,
Thanks a lot, this is a huge help. I'll get you a bottle of your favourite poison, if you're ever in Madeira :P
Best Regards,
Nuno
You must be logged in to post in the forum