![]() |
how to call thread title from attachmentid
I am trying to modify this hack:
https://vborg.vbsupport.ru/showthread.php?t=64644 It displays all attachments in one page. Now what I would like to do is display the thread subject line (or Thread Title) instead of the filename. Example: <a href="attachment.php?attachmentid=$attach[attachmentid]">Thread Title</a> How do I call subject line from the attachmentid? .. please help. Thanks PS. I already asked Scrub (who released the mod) for help before posting this thread. |
aw...
thats doable, and not hard as well, but you need a big join as you have to join the thread and post table, which you shouldn't do if not needed.. [SQL]SELECT thread.title, attachment.attachmentid FROM attachment INNER JOIN post ON (attachment.postid = post.postid) INNER JOIN thread ON (post.threadid = thread.threadid)[/sql] |
Quote:
|
na, you can use joins, but i said you shouldn't join the thread and post table if not really needed.
thread and post table are the biggest tables on vb you have, and therefore the join operation isn't an easy one. As this is on a page which wouldn't be viewed too often, it would be ok, but i just made the general warning ;) |
All times are GMT. The time now is 08:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|