Kalusha
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Mistake after registerThanks for the quick answer.
Can I change the message anywhere?
Cache Plugin is borlabs cacheThanks a lot
Forum: Plugins
In reply to: [Front End PM] Attachments ProblemHey,
thanks for the Quick Answer. ??I have this WordPress Vers. 5.2.4–de_DE and all Plugins are Updated.
I have added the Code above but it doesn′t help.How can I check that User can Upload Files in the media Database. I think they can not upload Files like .dxf
Forum: Plugins
In reply to: [Front End PM] Only Admin can send AttachmentsOK, I have disable all Plugins and avticvate a default theme but it works not.
Only Admin can send dxf or dwg Files.
other Idea?
Forum: Plugins
In reply to: [Front End PM] Only Admin can send Attachmentshmmmm, in any post I can Upload dxf or dwg Files but only in your Plugin not.
Any Idea what I can do? The code above is right!?!?
Thanks
Forum: Plugins
In reply to: [Front End PM] Auto PMI have put this code in my functions. Before an Update it works but now not.
——————–
add_action( ‘user_register’, ‘fep_cus_user_register_send_messaage’, 10, 1 );function fep_cus_user_register_send_messaage( $user_id ){
if ( $user_id < 1 )
return;
if ( ! function_exists( ‘fep_send_message’ ) )
return;// Prepare message data
$message = array(
‘message_title’ => ‘Willkommen ‘ . fep_get_userdata( $user_id, ‘display_name’, ‘id’ ), //change with message title
‘message_content’ => ‘Das hier ist dein pers?nliches Postfach auf xxxxxx‘, //change with message content
‘message_to_id’ => $user_id
);$override = array(
‘post_author’ => 1, //change with message sender id
);// Send message
fep_send_message( $message, $override );
————————–Any Idea?
Forum: Plugins
In reply to: [WP-PostRatings] Rating option on home pageHello,
I also want to do that.
I have found this
https://codecaveme.de/blog/wp-postratings-rich-snippet-meta-auf-startseite-aktivieren/
Is it possible so? But I can′t find the line.
Hope you can help…
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Require users to agree to updated termsHello,
any News for this Problem?
Greetings
Forum: Plugins
In reply to: [WP-Members Membership Plugin] TOS checkbox and re-activation e-mailHello,
here I wait with the same issue
https://www.ads-software.com/support/topic/require-users-to-agree-to-updated-terms/
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Require users to agree to updated termsThat were perfect and very important for me and for other to.
thanks a lot.
Hey,
I have exactly done it like this.I have send it to 6000User and ca. 700 have confirmed. OK.
But now when I look under a User who has confirmed under “logs” nothing I can see.
But I need the Date and time when the User has confirmed for the GDPR.What can I do? Any Idea?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Require users to agree to updated termsCan you tell me when a window should come in? Did I insert the code but nothing happened?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Link to TOS/RenameForum: Plugins
In reply to: [WP-Members Membership Plugin] Link to TOS/RenameI have found this
https://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_tos_link_txt/
But this works only for English. I need to change the German text
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Link to TOS/RenameCan you please help me???
Thanks a lot…
Forum: Plugins
In reply to: [WP-Members Membership Plugin] EmailsIs it useful to make a 301 redirect to the register page?