31
krobi
Re: PDDownloads doesn't work!!! (safe_mode = '1)
  • 2006/8/14 11:54

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


what version of pd-downloads do you use and what things dont work?

pd-downloads works with safe-mode on, our server runs also with safe-mode on and it works without problem but you have to do some things manually.

so you have to set the permissions for the upload folders manually.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



32
krobi
Re: PDdownloads
  • 2006/8/1 17:37

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


there is no template for that, edit the visit.php.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



33
krobi
Re: Mylinks alternatiev
  • 2006/5/27 13:22

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


you could also try PD-Links
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



34
krobi
Re: downloads module
  • 2006/5/6 15:15

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


you can try pd-downloads 1.2 -> get it here
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



35
krobi
Re: Using download module ?
  • 2006/3/21 13:17

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hello

i'am sorry but this is not possible with pd-downloads, because pd-downloads only list the downloads where you have the permissions to view & downloads them.

so to do what you want you have to do many code changes.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



36
krobi
Re: Changing the look of download module
  • 2006/3/14 13:39

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hello

i hope i unterstand it right, you want to change the design of the downloadslist

for example the downloads that are shown in a categorie? not the singledownload? right?

what do you mean with the line "file 2"?

Quote:
File Name- Download ------ Download count--Size--Date
File - Click here----- 52 --3mb-- 4/2006


this could be done in the template.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



37
krobi
Re: PD-Downloads: How to get ALL subcats to display?
  • 2006/1/31 19:29

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


thx for your feedback.

i have just looked into the code so you have to change 1 thing in two files

after that change all sub-categories will be shown on the index and also in a categorie.

open the index.php, go to line 79 and change the number 5 to a higher number - this is a counter when the modul will give the "...".

and also do the same thing in the file viewcat.php on line 89.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



38
krobi
Re: PD-Downloads: How to get ALL subcats to display?
  • 2006/1/31 19:17

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


how many sub-categories do you have?

are they like this:
categorie
- subcategorie
-- sub-subcategory
and so on?

as far as i had tested it it will only display subcategories but not the sub-subcategories at the moment.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



39
krobi
Re: A little Help with - PDdownloads
  • 2005/8/16 20:13

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hehe yes sorry for not answering your question but we had no time for this we have to work on pd-downloads 1.2

in the mean time you had could look your self into some files, especially in the visit.php this is the file you have to modify.

as you have written you are willing to learn
i cant give you a detailed manual how to do this because i'am tired but you will find all the things you have to change in this part

Quote:
if (!empty($xoopsUser))
{
echo "
<h4><img src='" . XOOPS_URL . "/modules/PDdownloads/images/icon/downloads.gif' align='middle' alt='' /> " . _MD_PDD_DOWNINPROGRESS . "</h4>\n
<div>" . _MD_PDD_DOWNSTARTINSEC1 . "</div><br />\n
<div>" . _MD_PDD_DOWNNOTSTART . "\n
<a href='$url' target='_blank'>" . _MD_PDD_CLICKHERE . "</a>.\n
</div>\n";
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
// HTTP/1.0
header("Pragma: no-cache");
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
echo "<meta http-equiv=\"refresh\" content=\"0;url=$url\">\r\n";
}
else
{
echo "
<h4><img src='" . XOOPS_URL . "/modules/PDdownloads/images/icon/downloads.gif' align='middle' alt='' /> " . _MD_PDD_DOWNINPROGRESS . "</h4>\n
<div>" . _MD_PDD_DOWNSTARTINSEC . "</div><br />\n
<div>" . _MD_PDD_DOWNNOTSTART . "\n
<a href='$url' target='_blank'>" . _MD_PDD_CLICKHERE . "</a>.\n
</div>\n";
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
// HTTP/1.0
header("Pragma: no-cache");
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
echo "<meta http-equiv=\"refresh\" content=\"3;url=$url\">\r\n";
}


so try a little bit with disabling some things - especially echo things.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



40
krobi
Re: PDdownloads not letting me upload
  • 2005/8/15 15:12

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hey

okay you set the upload size in the xoops-module-option called "Upload Size (KB)"

BUT you have to look into your php.ini and i was wrong this information "max upload" is important for uploading files.

also look for the entry called "max_execution_time" in your php.ini mostly its 30 seconds so you have 30 seconds for uploading - try a higher value.

so try a higher value of the "max_execution_time" option and a higher value of the "max upload" value.

hopefullx it will fix your issue.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com




TopTop
« 1 2 3 (4) 5 6 7 ... 16 »



Login

Who's Online

156 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits