Quote:
Originally Posted by trainer
would it be possible to search in a certain forum only. we have a couple of specific forum and viewing the attachments from that forum only would be great!
|
The rational thus far was guided by this:
Quote:
Originally Posted by CarCdr In Initial Post
We wanted this to be reasonably fast on large boards, so we stayed away
from dealing with forums. The attachment table is only cross-linked to
the post table and user table. These are the only ones we access. This
means that we do not do proper access checking, as that would required
that we do lookups from the post table to the thread table to the forum
table.
Now, having said that, if someone clicks a link on one of our pages to
download an attachment, view a user profile, or view the original post,
then the normal access checks will apply, as these links simply invoke
standard vBulletin files.
|
Still, it has been a pain for us as well not being able to search by forum. It will be added eventually. I know how to do it, that's not the problem, it's taking the time to figure out how it affects the page layout.