Długo myślałem nad tytułem i dalej nie mam pewności czy jest zrozumiały.
Już opisuję sprawę.
Mając listę wątków mam ikonkę spinacza przy wątku który posiada załączniki.Kliknięcie na niego wyświetla mi listę wszystkich załączników znajdujących się w danym wątku.W tej liście mam link do pobrania oraz dane(rozmiar itd.) Brakuje mi w tej liście linka do postu w którym ten załącznik się znajduje. Nie pytam o techniczne sprawy stworzenia dodatkowej tabelki itd. tylko o to czy jest to w ogóle możliwe aby sklecić taki link.
Składnia linka do załącznika w attachmentbit wygląda tak
Z tego widzę,że takie dane są przypisane do załącznikaKod:<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" target="_blank">$attachment[filename]</a>
i nie bardzo widzę takich możliwości aby wykonać to co sobie wymyśliłem.Attachment Option Array contains the following items:
attachments - [Array] Attachments which have already been uploaded to the thread/post. It's a list of attach array that contains the following items:
imgpath - [String] The icon path for the attachment.
filesize - [String] Human friendly file size of the attachment.
attachmentid - [Integer] Attachment ID.
filename - [String] The file name (contains the extension) of the attachment.
extension - [String] The extension of the attachment.
posthash - [String] Post hash. It's the md5 value of poststarttime + userid + user_salt
contentid - [Integer] Content ID. For new thread/post, it's 0.
poststarttime - [Integer] Unix Timestamp of the post start time. For new thread/post, it's TIMENOW.
attachuserid - [Integer] The user ID of user who is uploading/managing the attachments.
contenttypeid - [Integer] The content type ID. For post content type, it's always 1.
Podsumowując:
Jest to w ogóle możliwe? Jeżeli tak to jak?
Jeżeli na 100% nie to proszę o zamknięcie i zaznaczenie wątku jako rozwiązany.