Hey team,
Long time ago but i need to have the alternative soultion installed again.
Are there any news for the google prieview?
I thought about the google API Key? Maybe this would get the DOC-Preview working?
If not, what about the alternative way and the bug fixes i posted? :
– if i do not have the permission to see or download a download, there automaticly pops up an …no permission.txt.
Please just stop that download, ore set the Text into the iframe area.
– hide the empty iframe area, if user has no permission
PLease install the alternative solution on my site, or show me how to do that by my own.
Thanks allot!
username and PW will follow as private post.
Thanks allot! It is working!
Sorry for mad writing…
It just would be great to have a bit more conversation between the steps.
But still, thanks allot!
PAYED ADDON !!!!
PAYED SERVICE !!!!
HELLOOOO SERICE TEAM??? IS ANYBODY HERE ??????
7 Days… PLease help me with this payed addon.
My customer is getting angry…
i´ve set the folder to writable, but nothing changes.
Please check if the settings are correct, otherwise change them.
Thnks allot!
and how to get the feature working when we use acces rules, like the normal wordpress groups or the WPDM Memberships?
?
same here!
i can not find this setting ? Any changes over the time?
Need to edeit the Message!
OK ,i found out that this code is working for me:
Tested with a PHP Widget plugin
<?php
$terms = get_the_terms( $post->ID , 'versicherer' );
if ( $terms != null ){
foreach( $terms as $term ) {
print $term->name ;
//unset($term);
} }
?>
The only thing to know is, how to set up the code with your filter hook? wdm_before_fetch_template
Docs: http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
i will set the code for every taxonomy but please give me one example with versicherer and the php code above, to get [versicherer] working in the WPDMtemplate-editor.
Thanks allot!
Thanks for that!
as i found out i need this code:
echo "<ul>";
$terms = wp_get_post_terms( $post->ID, 'versicherer');
foreach($terms as $term) {
echo "<li><a href='".get_term_link($term)."' title='".$term->name."'>".$term->name."</a></li>";
}
echo "</ul>";
How do i combine that with the Fetch function to get a Shortoce and import that into the template ?
I was wrong that this has anything to do with CPTUI.
I do create the taxonomies assigned to the post type of the download manager called “download”, but the Terms ore meta data are saved in the download manager.
What i want to show is the META DATA or also called TERMS? assigned to each taxonomy of every document, wich i can controll with the download manager.
See screenshot.
So there have to be a way to grap these data and get it displayed.
I am willing to programm it myself but i need a bit assist from your site. We´ve bought the full package of your products, so it would be great to get a support that is at least as good as the products 😉
The filter hook is allready great to get the template done, but i need assist with the funtion, to grap all active terms of all taxonomies of an document,to display them and have a better overview, of what i had searched for. (webiste is a search document site)
Hope you help me out,
Greats
ok, tahnks for your feedback.
Could you please check your customization mails.
Thanks allot!
ok i just did! Thanks
what would the explained customization cost ?
Does that help?
I thought tthat i maybe have to register the parameters, to get it work with thrird party plugins.
I know, thats pretty far from you software, but i hope you can give me al little help, to get the last task done.
cptui_user_supports_params
Since 1.0.0
Filters custom supports parameters for 3rd party plugins.
Parameters:
array $value Empty array to add supports keys to.
string $name Post type slug being registered.
array $post_type Array of post type arguments to be registered.
Default value:
empty array
Greats, Johannes
I will delete the code out of function.php to get the side working again.
I mean, i wan´t to show the active Custom Post types, that are assigned to the Download.
Does this work?