vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Who Downloaded This Attachment (https://vborg.vbsupport.ru/showthread.php?t=103155)

Rhoads 12-22-2005 06:56 PM

I have run the query manual, and now everything works perfectly :)
Only I do not understand why the query not running out with the xml file.


PHP Code:

CREATE TABLE `attachmentviewslog` (
  
attachmentid int(10unsigned NOT NULL default '0',
  
userid int(10unsigned NOT NULL default '0',
  
count int(10unsigned NOT NULL default '1',
  
KEY  attachmentid (attachmentid)
  ) 
TYPE=MyISAM


akanevsky 12-22-2005 07:03 PM

I don't know why. Prolly cause it has a ; at the end, and vb 3.5 has a problem with that :p Will check

Allan 12-22-2005 07:10 PM

Very nice, thanks ;)

File attach: French Language :)

akanevsky 12-22-2005 07:12 PM

Why would you attach the whole XML? How about language only?

silurius 01-05-2006 07:54 PM

I upgraded to 3.5.3 yesterday, and began installing this today. As soon as I edited vbulletin_global.js, my forum and admincp performance dropped significantly, I was unable to open a template and I could no longer expand groupings in the admincp navigation. I rolled back the vbulletin_global.js change, and instantly these problems disappeared. Should mention that I also installed Johannes' Who viewed this thread plugin a few minutes previously (and have not removed).

Any ideas?

akanevsky 01-05-2006 08:00 PM

Maybe you have done the .js edits incorrectly? There is absolutely NOTHING in the .js that could slow down your admincp's performance. It is essentially simply a copy-paste-modify of another piece of vBulletin code...

silurius 01-06-2006 12:28 AM

Quote:

Originally Posted by Psionic Vision
Maybe you have done the .js edits incorrectly? There is absolutely NOTHING in the .js that could slow down your admincp's performance. It is essentially simply a copy-paste-modify of another piece of vBulletin code...

Gah, it appears this is the case, the problem lay between the keyboard and my chair. To be totally fair, I assign partial blame to the scrolling codeboxes in the readme.html, but no worries. :)

Works beatifully.

steadicamop 01-08-2006 06:05 PM

Installed, a wonderful addition, although doesn't seem to work in FireFox, just makes the page scroll up to the top, but does work in IE - is this correct?

dan35 02-11-2006 10:03 AM

After my forum's been upgraded from 3.5.1 to 3.5.3, this hack doesn't work with firefox.

oops, nevermind, it works fine now!
Thx!

alluidh 03-28-2006 06:08 PM

Hi

Is it possible to use this hack in one or two forum only? Normaly the member can download what they want, but in a special area of my webproject I need to see who downloaded and when did he/she download the file. This will be a part of a little workflow.

Thanks for answer

akanevsky 04-07-2006 10:48 PM

No, it is not currently possible.

Kacela 04-08-2006 11:09 AM

Works like a charm!

[high]* Kacela clicks Install!
[/high]

Out of almost 2 dozen Mods/Hacks that I've installed, this is the first one using that html-based "check-off" list - love it!

Quote:

Originally Posted by steadicamop
Installed, a wonderful addition, although doesn't seem to work in FireFox, just makes the page scroll up to the top, but does work in IE - is this correct?

Worked for me in both browsers... The only time it "jumped to the top" was when an attachment had NOT been downloaded since the time this mod had been installed - it's not "retroactive"

MaLTRaiN 04-11-2006 02:52 PM

Are there a hack retroactive in this??? Thanks...

akanevsky 04-11-2006 03:03 PM

No, it's not. You cannot see history before this installation.

Bernd 06-29-2006 08:55 PM

I've tried this hack on version 3.5.4 and it only enters the username of the first person who has downloaded the attachment. If another user downloads it, that name is not added to the list. The download counter is not updated neither.
It seems to work for images, but not for other files.

What could be causing this?

akanevsky 06-29-2006 09:00 PM

Improper installation of the hack, as always.

Bernd 06-29-2006 09:26 PM

First improper install out of the 10 i have installed :P
I have followed all the steps. Does it perhaps take some time before it updates.

akanevsky 06-29-2006 09:27 PM

Then perhaps it does not work properly with 3.5.4, I'll verify.

Bernd 06-29-2006 09:50 PM

Another thing that i've noticed is that the pop-up for "who has downloaded" does not work in mozilla firefox (it does work in IE). It simply scrolls the page back to the top. Thanks for the quick support btw.

MaLTRaiN 07-26-2006 01:56 PM

This mod will be updated for 3.5.4?

brvheart 08-28-2006 02:12 AM

I had 3.5.4 and 3.5.5 running on old borad...this worked fine in both.

nitro 09-06-2006 05:19 AM

Nice simple Q. Is this good in 3.6 ? :)

brvheart 09-11-2006 04:19 PM

Quote:

Originally Posted by nitro
Nice simple Q. Is this good in 3.6 ? :)


My thought as well...I sure hope so :)

akanevsky 09-11-2006 06:13 PM

Not so simple. I don't know. Haven't tested. But it SHOULD work.

brvheart 09-11-2006 11:54 PM

thx PV :)

Keyser S?ze 09-15-2006 11:07 PM

has this been tested in 3.6.1?

thanks

-edit- installed on 3.6.1 but it does not work, no errors tho, u can see it here

http://www.emuasylum.com/forums/showthread.php?t=38116

daloosaa 10-05-2006 07:13 PM

Great Mod,

works fine with vBulletin 3.6.2. No errors.

perfphysio 10-07-2006 04:01 PM

You mention in your install direction to find:

<phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase> in the postbit_attachment template.

The code in that template in 3.6.2 reads:

<if condition="$show['views']">, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)

Where exactly do we place the code, efter the final bracket, after the close of the phrase, or somewhere else? I am not a coder so I need direction on whether it is as you describe and should be after the close of the phrase or should it be after the </if>) ?

Allan 10-15-2006 09:05 AM

Humm i not understand but this hack don't work on my forum with vB3.6.2, but work with 3.6.0 ....:confused:

brvheart 10-26-2006 12:55 PM

Working on my 3.6.1

brvheart 10-26-2006 01:01 PM

Quote:

Originally Posted by perfphysio
You mention in your install direction to find:

<phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase> in the postbit_attachment template.

The code in that template in 3.6.2 reads:

<if condition="$show['views']">, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)

Where exactly do we place the code, efter the final bracket, after the close of the phrase, or somewhere else? I am not a coder so I need direction on whether it is as you describe and should be after the close of the phrase or should it be after the </if>) ?

I tried mine both before and after, did not seem to make a difference if it was placed before or after...

kartik786 04-02-2007 02:53 PM

Any idea when upgrade will be released for 3.6.4 ??

Doesnt work on it. Produces lot of internal server errors :(

BANDiT600 04-06-2007 06:42 PM

Yeah, we would like new one for 3.6.4 and higher... ;)

Makc666 04-09-2007 04:17 PM

Quote:

Originally Posted by kartik786 (Post 1218381)
Any idea when upgrade will be released for 3.6.4 ??

Doesnt work on it. Produces lot of internal server errors :(

Quote:

Originally Posted by BANDiT600 (Post 1221288)
Yeah, we would like new one for 3.6.4 and higher... ;)

Works fine on 3.6.4 and on 3.6.5

akanevsky 04-09-2007 05:23 PM

Yeah.... Internal Server Errors have nothing to do w/ this particular hack.

lasto 10-20-2007 09:12 PM

works perfect on fresh copy of vb3.6.8

infact did only take a min to install :)

cheers Psionic for this hack

Direct Vision 10-25-2007 08:00 AM

i installed this modification and the view who downloaded appears, but when i press on it the page goes up and it doesn't show you who downloaded.

I am using vb 3.6.8,

can anyone help me please??

perfphysio 10-25-2007 09:15 AM

Quote:

Originally Posted by Direct Vision (Post 1368145)
i installed this modification and the view who downloaded appears, but when i press on it the page goes up and it doesn't show you who downloaded.

I am using vb 3.6.8,

can anyone help me please??

This happens nearly every time that one updates vbulletin with this mod. This is because part of the hack involves a custom edit of one of the global js templates. (./clientscript/vbulletin_global.js)

If you edit that file again as shown in the instructions then this should fix the issue

Direct Vision 10-25-2007 09:25 AM

ok mate i try it

Direct Vision 10-25-2007 09:45 AM

what software or programm i need to open and edit . js file??


All times are GMT. The time now is 01:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01309 seconds
  • Memory Usage 1,814KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete