Log in

View Full Version : How? View ALL attachments - like this website


GridTrader
12-23-2007, 07:27 PM
Hi look at this web site. It is using VBulletin.
http://www.forexfactory.com/showthread.php?t=10378

Take notice on the top right near the page index there is a box with a number and a paper clip listing how many attachments in this thread. How can I do this , or where do I get this feature?

First sample picture shows the clickable link and paperclip (Box on right hand side reading: 1891)

Second picture shows the new window that lists all the attachments.

Thanks

Alfa1
12-24-2007, 03:29 PM
Extremely interesting! If this can be done, then this should be possible for a whole site as well. The possibilities are huge!

GridTrader
12-24-2007, 06:41 PM
I now believe it's just a matter of modifying the template. Maybe someone here can show us what to do.

Thanks in advance who can help.
Jon

Adam21
12-25-2007, 07:14 AM
It can be done i think.Try putting this code


<img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" /><a href="#" onclick="attachments($thread[threadid]); return false"> <phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase> </a>


in your Showthread template.Should be directly after the pagenav conditionals.:rolleyes:

SEOvB
12-25-2007, 07:40 AM
That will do it!

Adam21
12-28-2007, 06:01 AM
That will do it!

It works?:D

Jollyware
08-30-2010, 01:42 PM
Sorry for hijacking, but can this be done for vB4 ?