Title: avals's Replies | WordPress.org

---

# avals

  [  ](https://wordpress.org/support/users/avals/)

 *   [Profile](https://wordpress.org/support/users/avals/)
 *   [Topics Started](https://wordpress.org/support/users/avals/topics/)
 *   [Replies Created](https://wordpress.org/support/users/avals/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/avals/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/avals/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/avals/engagements/)
 *   [Favorites](https://wordpress.org/support/users/avals/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] custome login link / buddypress integrations link](https://wordpress.org/support/topic/custome-login-link-buddypress-integrations-link/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/custome-login-link-buddypress-integrations-link/#post-10011252)
 * needs 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>`
    -  This reply was modified 8 years, 4 months ago by [avals](https://wordpress.org/support/users/avals/).
    -  This reply was modified 8 years, 4 months ago by [avals](https://wordpress.org/support/users/avals/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] Profile picture / avatar of facebook or twitter not displayed](https://wordpress.org/support/topic/profile-picture-avatar-of-facebook-or-twitter-not-displayed/)
 *  [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/profile-picture-avatar-of-facebook-or-twitter-not-displayed/#post-9910550)
 * Hi, have you found a solution?
    -  This reply was modified 8 years, 5 months ago by [avals](https://wordpress.org/support/users/avals/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] subscribe / unsubscribe – one button solution?](https://wordpress.org/support/topic/subscribe-unsubscribe-one-button-solution/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/subscribe-unsubscribe-one-button-solution/#post-9342547)
 * 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](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 . “](https://wordpress.org/support/users/avals/replies/$unsubscribeLink?output_format=md)
   </div>”; } ?> </div>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Auto-Subscription for Authors](https://wordpress.org/support/topic/auto-subscription-for-authors/)
 *  [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/auto-subscription-for-authors/#post-9340718)
 * [@edwinb24](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Subscribe through link or shortcode](https://wordpress.org/support/topic/subscribe-through-link-or-shortcode/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/subscribe-through-link-or-shortcode/#post-8871321)
 * Can anyone recommend a good and simple plugin to subscribe/unsubscribe to all
   comments for a particular post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Subscribe through link or shortcode](https://wordpress.org/support/topic/subscribe-through-link-or-shortcode/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/subscribe-through-link-or-shortcode/#post-8856316)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Automatically subscribe the author to submited posts](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/#post-8190089)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Automatically subscribe the author to submited posts](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/#post-8186057)
 * None 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, 10 months ago by [avals](https://wordpress.org/support/users/avals/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Automatically subscribe the author to submited posts](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/#post-8177217)
 * you mean this option?
 * **“Notify of new replies to this comment” checked by default**
 * ![subscribe options](https://i0.wp.com/picload.org/image/rdgowrwg/unbenannt.jpg?
   ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Automatically subscribe the author to submited posts](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/automatically-subscribe-the-author-to-submited-posts/#post-8173491)
 * That sounds good 😉
 * Tell me please where can I find that function?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP ULike – Like & Dislike Buttons for Engagement and Feedback] Using multiple ULike buttons on one page](https://wordpress.org/support/topic/using-multiple-ulike-buttons-on-one-page/)
 *  [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/using-multiple-ulike-buttons-on-one-page/#post-6395763)
 * subscribe
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP ULike – Like & Dislike Buttons for Engagement and Feedback] How to display the 5 most popular posts on the main page](https://wordpress.org/support/topic/how-to-display-the-5-most-popular-posts-on-the-main-page/)
 *  [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-the-5-most-popular-posts-on-the-main-page/#post-6954770)
 * subscribe
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe To Comments Reloaded] Subscription possible only without comment / Direct forwarding to Subscriptions](https://wordpress.org/support/topic/subscription-possible-only-without-comment-direct-forwarding-to-subscriptions/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/subscription-possible-only-without-comment-direct-forwarding-to-subscriptions/#post-5574929)
 * what could be causing this error?
 * As already stated, without leaving a comment , members may subscribe to any new
   comments
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Embed Images in Comments] Don't support images from Dropbox?](https://wordpress.org/support/topic/dont-support-images-from-dropbox/)
 *  Thread Starter [avals](https://wordpress.org/support/users/avals/)
 * (@avals)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/dont-support-images-from-dropbox/#post-5449524)
 * can it be that the plugin does not work with images stored in Dropbox because
   the URL starts with https?

Viewing 14 replies - 1 through 14 (of 14 total)