Quote:
Originally Posted by nachtfalkesatul
I mean the Upload Time and Date to see for Users!
In my Version ist only upload Date to see.
For Users are better to see Uplad Date and Upload Time!
|
The easiest way to do this is to create a small plugin. (I will consider making it an admin option in the next release.)
Go to vb/admincp/products and plugins and select Add New Plugin
Create a new plugin as follows:
- Product : Links and Downloads Manager
- Name : Whatever you like
- Plugin PHP Code:
PHP Code:
$linkdate = ldm_date('d-M-y h:m', $linkdatebin);
- Active : Yes
Save, and you should have the change you want. You can change the format ('d-M-y h:m' in the example above) as you wish.
Quote:
Originally Posted by nachtfalkesatul
i have only the Version 2.3.0-beta1 installed
|
I'm pretty sure that you've got an incomplete includes/local_links_include.php file. It should be 153 K in size, and the function ldm_create_category should begin at line 5134.