thank you, that worked, but will be overwritten on upgrades I assume. any chance that feature will be included in the next release as a function or setting?
thank you, when will the next release with the fix be posted?
AWSOME – that worked perfect! Thank you.
for anyone else that needs this here is the filter I used:
/* add filter to adjust link text for single files */ add_filter('single_file_download_link_label','my_single_file_download_link_label',10,2); function my_single_file_download_link_label($link_label,$package){ $link_label = "OPEN"; return $link_label; }
are there any functions or filters I can use? where is that link text located in the code files? I have a very specific project requirement and I am ok with making this change to the code behind if you can tell me where it is located.
thank you for the reply but that does not work.
Since I am using [file_list] it is displaying single files INSIDE the package for download and the link label in the settings only adjusts the PACKAGE download link label NOT the individual file label.
you mention using using this: Open
where would I use that in my link template? is the below code the correct way to do what you stated?
<!– WPDM Link Template: FILE LIST DISPLAY –>
<div class=”panel panel-default”>
<div class=”panel-heading”><b>Download</b></div>
[file_list]
</div>
is this something you would consider adding or is there an alternate solution you can recommend?
I had to restore back to 4.1.0 so that my site would work again. I guess I will have to wait and see if anyone can help.
another issue I am now getting an invalid license key when I save the license and I made sure to download the new license key. I am hoping to hear something soon as now everything is down.
I was able to complete the update but now my download buttons on all my individual files inside my packages do not show:
this is the template file code I am using is it correct?
<!– WPDM Link Template: FILE LIST DISPLAY –>
<div class=”panel panel-default”>
<div class=”panel-heading”><b>Download</b></div>
[file_list]
</div>
for example I have a package called applications which has every application pdf for the entire business. one of those pdf files in that package is called “online banking application”. what I want to do is display only the online banking pdf from the applications package on the online banking page. I am hoping that makes sense.
what do you require for the php.ini file?? these errors have only started since I installed DOWNLOAD MANAGER and it seems to be random when it happens. How can I avoid this from happening and any specific details you can provide will be helpfull.
my site is currently creating session files in /tmp for my site as shown below.
Your session settings for /usr/local/lib/php.ini are as follows:
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
I also see it writing to /tmp as well.
root@vml1 [/tmp]#
root@vml1 [/tmp]# ls -al | grep gapfcu
-rw——- 1 gapfcu gapfcu 13 Apr 12 01:34 sess_060c41e5c06e92c4ff417eb10c77cf7e
-rw——- 1 gapfcu gapfcu 13 Apr 11 22:27 sess_06dc7ac64b142466f56767a8cff18cfd
-rw——- 1 gapfcu gapfcu 13 Apr 11 21:29 sess_0c5f73a215fc0dd628ea52cd9dd1e7e6
-rw——- 1 gapfcu gapfcu 13 Apr 12 01:43 sess_0fa038ff4459b5472ebdf876bb81f006
-rw——- 1 gapfcu gapfcu 13 Apr 12 01:16 sess_123aa3765a0f5951f6ec89bafddccc75
-rw——- 1 gapfcu gapfcu 13 Apr 11 21:29 sess_2002221f0ec9c08d3230cc13791a8089
-rw——- 1 gapfcu gapfcu 13 Apr 12 02:15 sess_2f81c78cdc11015660da5c2dbca66b61
-rw——- 1 gapfcu gapfcu 13 Apr 11 20:36 sess_3bec885273adf419b5a7da2c5a151a2c
-rw——- 1 gapfcu gapfcu 13 Apr 11 23:00 sess_3c503c2c671b19e0f005563ff899b4b0
-rw——- 1 gapfcu gapfcu 13 Apr 11 21:04 sess_54fe005b765364e2f649f57231de63b4
-rw——- 1 gapfcu gapfcu 13 Apr 11 23:57 sess_5ccb7a40473c0392e1b64cd2464ce398
-rw——- 1 gapfcu gapfcu 13 Apr 11 20:04 sess_6f0e0e320315d055d83c8aebf3fc4376
-rw——- 1 gapfcu gapfcu 13 Apr 11 22:27 sess_89dc132379ca78d5da49a6a104a37454
-rw——- 1 gapfcu gapfcu 13 Apr 11 20:06 sess_a0ba9c3ad858a52ad727b552f4f11131
-rw——- 1 gapfcu gapfcu 13 Apr 12 02:19 sess_a675a4b1533fbb1deb6a08372d362180
-rw——- 1 gapfcu gapfcu 13 Apr 11 22:49 sess_cc7f64b77f8e8fec17950080ef8357d7
-rw——- 1 gapfcu gapfcu 13 Apr 12 02:15 sess_d21312ef38ba18e8defb4c14bac627ef
-rw——- 1 gapfcu gapfcu 13 Apr 11 20:06 sess_e1a7c4d8c9aac34c8c3d3f3fbe6e422c
-rw——- 1 gapfcu gapfcu 13 Apr 11 21:04 sess_ed988083a5bd56811627c3526851ff9f
I am sure this is probably something simple and I really would like to get this resolved today if anybody has some ideas on this?