The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Attachment countdown timer (like yousendit) Details »» | |||||||||||||||||||||||||||
Attachment countdown timer (like yousendit)
Developer Last Online: Feb 2022
Show your attachments for guests (or any usergroup you like) in a javascript window with a niftly little progress bar, sort of like yousendit or rapidshare. You can also place ads in this window, it's perfect if you have a board with many attachments.
Preview it here as guests see them http://www.guitarblast.com/showthread.php?t=805 (registered users see attachments normally) This is currently in beta until I can resolve the following issue It will not show more than one attachment per thread, I am currently working on this and will update when I get it resolved. NOTE: THIS WILL ONLY WORK WITH 3.6.0 FINAL AND WILL FAIL IN ALL EARLIER VERSIONS, BOTH RC'S AND BETAS! ^ Don't mean to yell but this is very important Update: (Version 2.0) Due to reported bugs this needed a complete rewrite. To upgrade, re-import the product-attachment_window.xml and select overwrite. Then replace the postbit_attachment template. vBseo fix, thanks hornstar1337 and the vbseo team for helping out with this. Modified the display in the thread to appear just as it does for registered users, also applied this to the popup window. To upgrade to this version, run the installer again and select overwrite. Then replace the postbit_attachment template. vBseo Fix. The problem was with the google analytics code. There was 2 ways to fix this, either disable the google analytics code, or replace this code from within postbit_attachment Code:
<a href="javascript:history.go(0)" Code:
<a rel="novbseo" href="javascript:history.go(0)" Install time: 2 minutes Product installer 4 New files 5 New templates (added by plugin) 1 Template edit Upload showfile.php and showfile_redirect to your /forumroot and upload class_showfile.php and class_showfile_redirect.php to forumroot/includes/ Import product-attachment_window.xml by going to Plugins & Products > Manage Products [Add/Import Product] Template edit In postbit_attachment replace all with this: (note that you can add any additional groups to the "$bbuserinfo['usergroupid'], array" that you want this to show up for) Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <tr> <td><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif"></td> <td><a href="javascript:history.go(0)" onClick="MM_openBrWindow('showfile_redirect.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]','','scrollbars=yes,resizable=yes,width=470,height=300')"><strong>$attachment[filename]</strong></a> ($attachment[filesize]<if condition="$show['views']"><if condition="$show['views']"></if>, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)</td> </tr> <else /> <tr> <td><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif" alt="<phrase 1="$attachment[attachmentextension]">$vbphrase[file_type_x]</phrase>" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> ($attachment[filesize]<if condition="$show['views']">, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)</td> </tr> </if> Code:
<div align="center"><a href="http://www.YOURSITE.COM/FORUM/register.php" target="_blank">Registered Users</a> do not have to wait.</div> In template SHOWTHREAD_FILE and showfile_redirect find this and place your ads there (there are two instances) Code:
<!-- START AD CODE --> <!-- END AD CODE --> Code:
scrollbars=yes,resizable=yes,width=470,height=300 Code:
var waitTime=10; Code:
var blocksize=(barwidth-2)/waitTime/10; Show Your Support
|
Comments |
#32
|
|||
|
|||
thanks for the update.
Okay the forum view looks good now. however it is not working for me. (probably something simple to fix.) When I click on the download link, the pop-up window loads the site instead of the download. I'll go over everything again, but here is a test link http://www.gamerzneeds.net/forums/gu...html?styleid=1 Only installed on the default skin. need to be reg to download on the site as well. Thanks. |
#33
|
|||
|
|||
edit:
worked out that the new files are not in the attachement as stated here Upload showfile.php and showfile_redirect to your /forumroot and upload class_showfile.php and class_showfile_redirect.php to forumroot/includes/ I also dont have template showfile_redirect so I guess the product is the old one as well. Can you upload the attachment again. Thanks. |
#34
|
||||
|
||||
Quote:
|
#35
|
||||
|
||||
Yes , thanks for fixing it i will check it 2nite ¤
|
#36
|
||||
|
||||
i try it but i found that if u have more than one attachment file in ur post
and u want to download the 2nd or the 3rd one it will give u that file but in a name of the 1st file , and look how many messeges do u have all together in the attach window. You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 20 seconds left before this link is active.You have 0 seconds left before this link is active. |
#37
|
|||
|
|||
Quote:
you beat me to it. the same is happening to me. I must say that it is looking alot better then last time, but this little bug is still occuring. and im also getting some other weird things, that you will notice in the screen shot. Thanks. |
#38
|
|||
|
|||
bump, just making sure this fantastic add on is not dying.
|
#39
|
||||
|
||||
*Installed.
|
#40
|
|||
|
|||
:/ hope your still alive and well am I the only one who is having problems still?
|
#41
|
|||
|
|||
EricGTR, I am sorry to go off topic but I have to know where to find this awesome mod that you have on your site.
I don't know what to call it so I took screen shots of it. I really need something this on my site and would really appreciate it knowing where I can get it. Thanks in advance |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|