avals
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] custome login link / buddypress integrations linkneeds that chage only for the “logged in” in wpdiscuz for popup login form.
i have already tried to add bellow snippet in wpdiscuz-de_DE.po / mo but it did not work 🙁
<a class="mytheme-login-popup" href="/wp-login.php">logged in</a>Hi, have you found a solution?
- This reply was modified 8 years, 3 months ago by avals.
Forum: Plugins
In reply to: [Comments - wpDiscuz] subscribe / unsubscribe – one button solution?Hi, i placed follow code snippet from your comment-form.php in my single.php and can now place the subscribe bar in a custom area (http://imgur.com/a/mHINw). If i click on the button “>” than i get a comfirmation message in my regular comments area that the subscription is done successfuly, but then the page reloads and i’m not subscribed to comments.
Have you might a tip how the following code should be adjusted?
<div class=”wpdiscuz-subscribe-bar”>
<?php
if ($subscriptionType != WpdiscuzCore::SUBSCRIPTION_POST) {
?>
<form action=”<?php echo admin_url(‘admin-ajax.php’) . ‘?action=addSubscription’; ?>” method=”post” id=”wpdiscuz-subscribe-form”>
<div class=”wpdiscuz-subscribe-form-intro”><?php echo $wpdiscuz->optionsSerialized->phrases[‘wc_notify_of’]; ?> </div>
<div class=”wpdiscuz-subscribe-form-option” style=”width:<?php echo (!$current_user->ID) ? ‘40%’ : ‘65%’; ?>;”>
<select class=”wpdiscuz_select” name=”wpdiscuzSubscriptionType” >
<?php if ($wpdiscuz->optionsSerialized->subscriptionType != 3) { ?>
<option value=”<?php echo WpdiscuzCore::SUBSCRIPTION_POST; ?>”><?php echo $wpdiscuz->optionsSerialized->phrases[‘wc_notify_on_new_comment’]; ?></option>
<?php } ?>
<?php if ($wpdiscuz->optionsSerialized->subscriptionType != 2) { ?>
<option value=”<?php echo WpdiscuzCore::SUBSCRIPTION_ALL_COMMENT; ?>” <?php echo (isset($unsubscribeLink) || !$wpdiscuz->optionsSerialized->wordpressThreadComments) ? ‘disabled’ : ”; ?>><?php echo $wpdiscuz->optionsSerialized->phrases[‘wc_notify_on_all_new_reply’]; ?></option>
<?php } ?>
</select>
</div>
<?php if (!$current_user->ID) { ?>
<div class=”wpdiscuz-item wpdiscuz-subscribe-form-email”>
<input class=”email” type=”email” name=”wpdiscuzSubscriptionEmail” required=”required” value=”” placeholder=”<?php echo $wpdiscuz->optionsSerialized->phrases[‘wc_email_text’]; ?>”/>
</div>
<?php } ?>
<div class=”wpdiscuz-subscribe-form-button”>
<input id=”wpdiscuz_subscription_button” type=”submit” value=”›” name=”wpdiscuz_subscription_button” />
</div>
<?php wp_nonce_field(‘wpdiscuz_subscribe_form_nonce_action’, ‘wpdiscuz_subscribe_form_nonce’); ?>
<input type=”hidden” value=”<?php echo $post->ID; ?>” name=”wpdiscuzSubscriptionPostId” />
</form>
<?php } ?>
<div class=”wpdiscuz_clear”></div>
<?php
if (isset($unsubscribeLink)) {
$subscribeMessage = $isConfirmed ? $wpdiscuz->optionsSerialized->phrases[‘wc_unsubscribe’] : $wpdiscuz->optionsSerialized->phrases[‘wc_ignore_subscription’];
if ($subscriptionType == ‘all_comment’)
$introText = $wpdiscuz->optionsSerialized->phrases[‘wc_subscribed_to’] . ‘ ‘ . $wpdiscuz->optionsSerialized->phrases[‘wc_notify_on_all_new_reply’];
elseif ($subscriptionType == ‘post’)
$introText = $wpdiscuz->optionsSerialized->phrases[‘wc_subscribed_to’] . ‘ ‘ . $wpdiscuz->optionsSerialized->phrases[‘wc_notify_on_new_comment’];
echo ‘<div class=”wpdiscuz_subscribe_status”>’ . $introText . ” | ” . $subscribeMessage . “</div>”;
}
?>
</div>Forum: Plugins
In reply to: [Comments - wpDiscuz] Auto-Subscription for Authors@edwinb24
I’m looking too for Auto-Subscription for members which submit user generated posts over the frontend formular, did you already find something?Forum: Plugins
In reply to: [Comments - wpDiscuz] Subscribe through link or shortcodeCan anyone recommend a good and simple plugin to subscribe/unsubscribe to all comments for a particular post?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Subscribe through link or shortcodeI’ve expressed myself wrong.
I mean, I would like to subscribe to new comments for specific post on the single view page.
I need only a subscribe/unsubscribe button or link to place it outside of the comment form.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Automatically subscribe the author to submited postsI have on my website some user generated content and it would be great if users that generate such custome Posts would be automatically subscribe by wpDiscuz to their own posts.
Users have on my website no access to the backend, therefore they can’t manage the Notifications if they would come directly from wordpress.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Automatically subscribe the author to submited postsNone of the options brings something. Author must furthermore subscribe individually to each post, otherwise he does not get notifications about new comments.
Have you perhaps still another idea?
- This reply was modified 9 years, 7 months ago by avals.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Automatically subscribe the author to submited postsyou mean this option?
“Notify of new replies to this comment” checked by default
Forum: Plugins
In reply to: [Comments - wpDiscuz] Automatically subscribe the author to submited postsThat sounds good 😉
Tell me please where can I find that function?
subscribe
subscribe
what could be causing this error?
As already stated, without leaving a comment , members may subscribe to any new comments
Forum: Plugins
In reply to: [Embed Images in Comments] Don't support images from Dropbox?can it be that the plugin does not work with images stored in Dropbox because the URL starts with https?