therrmann

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 189 total)
Feb 17, 2016 at 10:25 am
#41051
Member
therrmann
OP

Update: Checkboxes semm not to work when the value has a space

checkbox linux ist working and checked in the backend, Windows 7 not

Feb 17, 2016 at 7:47 am
#41038
Member
therrmann
OP

Ok, i got it.
You have to use the Template-Tag for the importfile. Seperate Multifields with comma.

This are the fields i tested:
select-fields: working -> edit package backend fields are filled
checkbox: working -> edit package backend fields are NOT filled and will be empty after update the post.
radiobuttons: working -> edit package backend fields are filled
textfield: working -> edit package backend fields are filled
textarea: working -> edit package backend fields are filled

I found one BUG. The Checkbox seems to be filled, because in the frontend the field is shown, but if you go into the backend the checkboxes are not checked and if you updatethe post the fields will be empty after that.
Radios and the others seem to work.
Pleasse fix this bug.

And what about Bulk import attached images?

Feb 17, 2016 at 7:13 am
#41035
Member
therrmann
OP

yes, custom field add-on update is released and importable from csv, but tags is not importable yet

Would be nice to know how to build the csv for importing custom fields. how are the fields called? like in the frontend to print them out?
please give an example.

And what about Bulk import attached images?

Feb 16, 2016 at 10:48 am
#40984
Member
therrmann
OP

Custom field will be importable from this week

Any news about this? We realy need to import custom fields, otherwise it is useless for us…
We have more than 15.000 Packages with lots of detailinformations to be imported. The view detailfields you offer in default are not enough.
So i think it is not only me waiting to import custom fields by bulk import.
Also the Tags, and attached images. How about that?

Can you give an intermediate stand of all this features?
1. Bulk import custom fields
2. Bulk import tags
3. Bulk import attached images (the advanced csv importer can already handle this, so it can not be that much work to integrate it into the bulk import)

Thanks

Feb 16, 2016 at 10:40 am
#40980
Member
therrmann
OP

i have the same error and reported it on 1. feb.

Download Manager Settings – Whats this?

No fix yet.

Feb 14, 2016 at 10:52 am
#40889
Member
therrmann
OP

Thanks @Faisal for Info.
Just downloaded again this morning and now the Version 1.5.2 was included.
Now It’s working.

Feb 13, 2016 at 5:48 pm
#40875
Member
therrmann
OP

i can’t update, because the version to download is only 1.5.1 and not 1.5.2 as shown in the settings->update. I downloaded our all-addons and premium-addons and both have version 1.5.1. included.
As you are not able to get the settings -> Updates running on out project i can’t update via this and i have to update this very unprofessional way of deactivating, uninstalling, downloading, installing, activating.
And no, it is not a serverproblem we have… It is a big server with lots of other projects installed and no other project have this kind of problems.
This is so annoying…

Feb 13, 2016 at 5:43 pm
#40874
Member
therrmann
OP

I updated the plugin but it still pasts the following code into the post:
[wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
And as you can see. order_by="download_count" wich is incorrect. and should be ‘order_field=”download_count”‘
But after many requests and bugreports i made i think this is the way your company works… 🙁

Feb 12, 2016 at 10:46 pm
#40845
Member
therrmann
OP

ah, ok. It is working now for me.
But how about showing the filecount in this view too? maybe as a little span at the end? so everybody can decide to show it or not via css.
I would like to have this info in this view.

Feb 12, 2016 at 8:59 pm
#40831
Member
therrmann
OP

But you realy should fix the shortcodes. makes no sense to implement them and they are not working.

Feb 12, 2016 at 8:40 pm
#40828
Member
therrmann
OP

I can’t beleve it. Again fixing only half the stuff.
Not only checkbox are buged. Dropdowns as well. And who knows wich kind of fields also.
Why don’t you check your stuff? let the users find the bug is more cheep, i know. But more professional it would be to search for the bugs on your own.

Yeah, fixed checkbox and uploaded a fix! oh dropdowns are also broken, hmmmm ok i will upload a fix in a few days. And tell be if readios are broken after i uploaded the fix, than i will make a new fix…

Sorry, but i can’t belive this way of working….

Feb 11, 2016 at 1:10 pm
#40736
Member
therrmann
OP

Solved it by using post_modified as order_field.

Feb 11, 2016 at 8:17 am
#40731
Member
therrmann
OP

More than 24 hours no answer? 🙁

Feb 11, 2016 at 8:13 am
#40730
Member
therrmann
OP

For it is working. I am using it in the pagetemplate. Beware to have no spaces or <pre> etc.

Feb 11, 2016 at 8:12 am
#40729
Member
therrmann
OP

@Shahriar
Why not include the option to select the button for singlefiledownload into the image button plugin. Would make sense…?!
I would also like to have the same buttoncolor as selected for the pagetemplate for example.

Feb 10, 2016 at 8:06 am
#40683
Member
therrmann
OP

We have 4.5.4. installed but still no usable Categorywidget.
Any news about this?

Feb 9, 2016 at 5:46 pm
#40638
Member
therrmann
OP

Solved it.
For everyone have same Problem. You can get the DM Categoryname by:

<?php
			$WPDM_CatName = get_queried_object();
  			echo  $WPDM_CatName->name;
?>
Feb 9, 2016 at 5:25 pm
#40631
Member
therrmann
OP

Sure, but how to display the categoryname? Is there some funktion like get_WPDM_Catname()?

Feb 9, 2016 at 12:08 pm
#40602
Member
therrmann
OP

Sounds realy great. Big thanks.

Feb 9, 2016 at 11:02 am
#40590
Member
therrmann
OP

ok, filesizeproblem solved, as it was a bug in the bulkimport. see other post.

But what about import attachments, tags and custom fields with the bulk import. Is the only be possible at 7th march? So we have to wait one month to get on testing? because we can’t go on without all this stuff beeing imported.

Feb 9, 2016 at 10:57 am
#40589
Member
therrmann
OP

cool, so both problems solved. Thanks, that was a hard way 😉

Feb 9, 2016 at 10:50 am
#40587
Member
therrmann
OP

Cool. Working now. Thx.

Where have you edited the realpath? in the settings, or somewhere hardcoded in a .php-file?

Feb 9, 2016 at 9:56 am
#40582
Member
therrmann
OP

Not working:
http://www.nowload.de/details/serino-desktop-tools-2014/
http://www.nowload.de/details/serino-desktop-tools-2014/?wpdmdl=1176&ind=BJw53pk6ViFabMw-9B7bQF1ox5aU0kJ-cRMCWK8cka2SCmQSyAOL-MU-tY2JSNvIauUw_VNgaY52FENYShHQCgoNZzGrUzufdZ4OwqaP-VYbLVqqDHOS-bmJUCxsQiSG

the download all link works but not the single file button.
in your first post you wrote

Sorry for the trouble, it is working fine now.

Then it worked. I updated the plugin and it is not working anymore and you tell me it has something to do with the path? it worked before…

Filesize is now correct via bulk import.

Feb 9, 2016 at 9:51 am
#40581
Member
therrmann
OP

ok, filesize is working with absolut serverpath.
but still the problem with the wrong date.

Feb 9, 2016 at 9:15 am
#40577
Member
therrmann
OP

i clicked update all with empty field. but still no packagesize.
Or do i have to fill the field with 0 or null or reset etc. and than press update all?

Viewing 25 posts - 101 through 125 (of 189 total)