alexterchum
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Blank page for commentshttp://insideindulgence.com/guestbook/
I’m not using a cache plugin or any DNS resolving.
Thanks!(fyi this is a member-only site)Forum: Plugins
In reply to: [Comments - wpDiscuz] Double confirmation for email subscriptionIf I subscribe to a comment reply,
1. Select “notify me of all new follow-up comments”
2. it will send me a confirmation email about my subscription that I have to click “confirm”
3. if I ignored the email, no email would be received about new repliesI would like to cancel step2.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSSIt turns out to be Cloudflare problem.
Solved with thanks 🙂Forum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSSI’ve tried to clean my cache and CTRL+F5 but still can’t leave comments.
Can’t press the submit button both on desktop or mobile site 🙁Forum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSSThat works! I’m looking forward to get unable to submit problem fixed 🙁
Thanks a lot!!Forum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSSBut how about not able to comment?
The problem now is unable to submit a comment.
(Not working on Chrome&Firefox browsers)I’ve added 5 more comments, please check.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSShttp://umbrellahehe.com/test
please try again. thanksForum: Plugins
In reply to: [Comments - wpDiscuz] Load more comments CSSForum: Plugins
In reply to: [Author Avatars List/Block] Hide button in TinyMCEFatal error: Cannot redeclare AA_shortcode_paging() (previously declared in /home/umbrellah2/domains/umbrellahehe.com/public_html/wp-content/plugins/author-avatars/author-avatars.php:29) in /home/umbrellah2/domains/umbrellahehe.com/public_html/wp-content/plugins/wp-author-avatars-master/author-avatars.php on line 40
Cannot install the plugin.add_filter( 'login_url', 'my_login_url' ); function my_login_url( $url ) { $redirect_to = '?redirect_to=' . get_permalink(); return 'http://umbrellahehe.com/log' . $redirect_to; }add_filter( 'logout_url', 'my_logout_url' ); function my_logout_url( $url ) { return 'http://umbrellahehe.com/?a=logout'; }My member list page: http://umbrellahehe.com/members
(Non-English website,yet those BP pages are in English)http://pastebin.com/3wDAV9nw
Here’s my core.php
Some users reported that after they login, it will ask you to login again but indeed they did. They have to try to access the page again in order to read the activity page.The problem is, without login visitors could see the members list if they have the direct url.
Forum: Plugins
In reply to: [Author Avatars List/Block] Hide button in TinyMCEI’m cool with adding a filter but I’m not sure what should I add.
Looking forward to the upgrade 🙂That works fine now!thanks a lot.
However,with the use of Content View plugin thumbnails cannot be shown.
Is this their plugin problem or it can be solved via editing functions?