![]() |
as another option how about when clicking the image you stay in the same window rather than in a new one?
|
Quote:
Find this line: WHERE a.thumbnail_filesize > '0' Change it to this: WHERE a.filesize > '0' You could easily add a few exceptions for file types, too, such as: WHERE a.thumbnail_filesize > '0' AND ( a.filename LIKE '%.pdf' OR a.filename LIKE '%.xls' ) When you're done with your changes, re-upload the XML file, and select OVERWRITE product. Works fine for me on 3.7.2. :cool: |
One more thing I noticed - it doesn't work on FORUMHOME - only works on FORUMDISPLAY. :(
|
Quote:
Code:
<a href=\"" . $link . "\" target=\"_blank\">$thumbs[filename]</a>\n"; |
Hi very good mod :)
And you can add options for exclusion of several forums for example: 2, 4, to with them do not show attachments? |
Or although options attachments from one forum
Please |
Quote:
|
Quote:
Display Information On a Per Forum Basis -------------------------------------------------- This conditional allows you to display information on a per forum basis. This can be helpful if you wish to display different advertisements depending on what forum that the user is in. You would simply replace X with the forum id that you wish the information to appear in. HTML Code: <if condition="$forum[forumid] == X"></if> and on the other hand you can use the ! to do the opposite and display the information in every forum but the id you list HTML Code: <if condition="$forum[forumid] != X"></if> or if you have multiple forums you wish to include something with you can use an array such as this HTML Code: <if condition="in_array($forum['forumid'], array(1,2,3,6))"></if> |
k nvm that didnt work for me
|
Quote:
apart from that, great product. |
All times are GMT. The time now is 03:32 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:
|