andyhopper
Karma: 0
|
How to get rid of license requirement to download? - 2008/12/07 19:58
When I click a file to download how can I get the download to start immediately? I want to get rid of the page that says "Must Agree to License" after I click the file. Using v3.4.6
Any tips?

Post edited by: andyhopper, at: 2008/12/07 20:00
|
|
|
| | Sorry, you do not currently have permission to write here. |
irvet
Karma: 0
|
Re:How to get rid of license requirement to download? - 2008/12/18 12:20
I also need to get rid of the license agreement requirement on downloads. Any luck with this?
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:How to get rid of license requirement to download? - 2008/12/30 15:03
The requirement for a user to tick to agree with the license is a configurable option for each file. It is only applied if you ask for it.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Sylvester1
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/01/10 10:48
Hi,
Since I updated my remository to the latest version (3.463J) I discovered the same problem as mentioned above. All of my files ask for accepting the license and none of them has that specific box ticked in their configuration.
So, I did not tick the box in each specific item and also the box for "license" in the configuration tab is not ticked... *help*
Any possible solution? Thanks!
Post edited by: Sylvester1, at: 2009/01/12 18:19
|
|
|
| | Sorry, you do not currently have permission to write here. |
MLine
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/01/21 14:58
Hey, I also had this problem, and discovered that under the configuration - license, even if there is nothing visible for the Default_Licence, if I selected to see the code of the text area in my editor, I could see this code present :
I deleted this, and the message was gone!
goodluck
|
|
|
| | Sorry, you do not currently have permission to write here. |
Sylvester1
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/01/21 15:03
ehmm.... thanks for the reply... however, the code is gone! could you please send it again?
Post edited by: Sylvester1, at: 2009/01/21 15:04
|
|
|
| | Sorry, you do not currently have permission to write here. |
AddledAdder
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/03/07 18:18
I wonder whether this is something to do with the TinyMCE editor in Mambo - even though the default license text area looks blank, if you have a look at the html source, you may see which could be interpreted as a non-blank response, and consequently pops the "agree to license" screen up. I'm going to have a look in the database and see if I can spot the text and see if it makes a difference.
|
|
|
| | Sorry, you do not currently have permission to write here. |
AddledAdder
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/03/08 08:55
Well, this did it for me. I looked in the mysql database for a table named xxx_downloads_repository (xxx is your installation prefix - probably mos but could be something else) and there is a license field called Default_Licence. Because there was a <p></p> in there it was triggering the Licence logic. By putting this column to null or just deleting it the logic works as intended.
Huzzah!
|
|
|
| | Sorry, you do not currently have permission to write here. |
AddledAdder
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/03/08 09:03
of course, when I say deleting it, I mean the FIELD and not the ROW, which would render your Remository useless.
BE CAREFUL!
|
|
|
| | Sorry, you do not currently have permission to write here. |
Sylvester1
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/03/08 09:43
Thanks!
I will try this... I almost gave up
|
|
|
| | Sorry, you do not currently have permission to write here. |
richdorfman
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/07/10 20:09
Unfortunately if you delete field Default_Licence from table jos_downloads_repository, so can no longer save any configuration changes.
I just made the following hack to /components/com_remository/v-admin-classes/listConfigurationHTML.php, v.2.10, starting at line 156 :
somebody tell me how to enter the friggin code, keeps getting eaten, admin please fix
Post edited by: richdorfman, at: 2009/07/10 20:14
Post edited by: richdorfman, at: 2009/07/10 20:15
Post edited by: richdorfman, at: 2009/07/10 20:16
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:How to get rid of license requirement to downlo - 2009/07/11 21:48
Sorry, the site is pretty resistant to the entry of HTML. Fixing it is on my to do list, but not at the top!
I'd think that what is meant is delete the contents of the field, not delete the field. Provided there is nothing in the field, there should not be a problem.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:How to get rid of license requirement to downlo - 2009/12/18 17:10
You could try replacing ../com_remository/c-classes/remository_fileinfo_Controller.php with the attached modified version. The change attempts to strip out any of the stuff that is likely to be inserted by an editor into what should be an empty field.
Post edited by: admin, at: 2009/12/18 17:10
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Sylvester1
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2009/12/19 13:14
Thanks! This really (and finally) solved my problem! Everything works smoothly now!
Thanks again and I wish everybody a merry Christmas and happy Newyear!
|
|
|
| | Sorry, you do not currently have permission to write here. |
publipoint
Karma: 0
|
Re:How to get rid of license requirement to downlo - 2010/03/11 15:43
Hi there, I just installed Remository 3.52.8J and came across this bug. The issue is right what's been suggested here, the <p> tag in the jos_downloads_repository table. If I delete the code from the database, it is being re-added automatically. I can't get ridd of it. Can someone help me?
Thanks!</p>
Post edited by: publipoint, at: 2010/03/11 15:45
|
|
|
| | Sorry, you do not currently have permission to write here. |
|