Lars Henriksen
Forum Replies Created
-
Thanks again, Paul. I put this code in my functions.php:
add_filter( 'aa_user_show_last_post_query', 'aa_user_show_last_post_query', 10, 2 ); function aa_user_show_last_post_query( $query, $user_id ){ $query[‘post_type’] = array( ‘post’, ‘event’, ‘topic’ ); return $query; }
.. but it just breaks the list – it doesn’t show on my pages.
Well, showing custom post types is only icing on the cake, so I won’t bother you anymore with this.
Best, Lars
Forum: Plugins
In reply to: [bbp style pack] Mobile css?OK, thanks for the advice Robin.
Forum: Plugins
In reply to: [BadgeOS] Comment form+1 on problem with comments when upgrading to 1.4.8.2
I use Comments WpDiscuz, but the problem was there before.
The 1.4.8.1 version is working with comments.
Please fix.
Hi Paul
Thanks. I haven’t coded anything – yet, but would like to try.
I guess you are talking about this:
add_filter( 'aa_user_show_last_post_query', 'aa_user_show_last_post_query', 10, 2 ); function aa_user_show_last_post_query( $query, $user_id ){ $query['category_name'] = 'new, uncategorized'; // addjut as needed return $query; }
So here’s a wild guess ?? :
add_filter( 'aa_user_show_last_post_query', 'aa_user_show_last_post_query', 10, 2 ); function aa_user_show_last_post_query( $query, $user_id ){ $query->set( 'post_type', array( 'post', 'event', 'topic' ) ); return $query; }
Will my site and all of the WWW go into WSOD with this code? ??
Which plugin file do I edit and put in my theme?
Lars
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
Forum: Plugins
In reply to: [bbp style pack] Mobile css?Hi Robin,
I found some css developed for my free generatepress theme here:
That helped a lot.
My forums now looks like this on my Galaxy:
Two things could be improved, though:
I would like to replace text in the grey horizontal headerbar – ‘forum’ ’emner’ (topics) ‘stemmer'(voices) ‘friskhed’… with icons, like in the wordpress version above.
Forum directory – display of forums and subforums. – looks cluttered.
Thanks for asking.
Lars
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
Forum: Plugins
In reply to: [WP Idea Stream] Rating broken?Hi @imath
I took the alternative way, renaming the 2 .js and activated all my plugins – and rating works!
I will use your next version on my live site – thanks for your work with this.
Best, Lars
Forum: Plugins
In reply to: [WP Idea Stream] Rating broken?Hi @imath,
I installed 2.4.0-alpha, and the issue with voting was still there, but when I deactivate all other plugins than Buddypress and WP Idea Stream it works.
‘Featured Images in RSS w/ Size and Position’ and ‘WP to Twitter’ are conflicting plugins.
I hope this is helpful feedback.
Best, Lars
Hi Michael
“I approved a user in your plugin, but the user was still pending in WordPress.”
I assume you mean like in BuddyPress core’s moderation tools as well?Not sure what you mean with core moderation – user was pending, because the email with activation link was “late” for some reason. I posted before I received the activation email, so you can ignore that one.
Mails:
I wonder why the email format differ, because I use WP Better Emails :“WP Better Emails wraps every “text/plain” email sent with the WordPress function wp_mail().”
I see ‘Membership approved’ mail as plain text (not so pretty)
“Pending membership” as HTML ? (prettier!)– are you using the same function for both?
Thanks again for your work on this – let me know if you need me to test something.
Enjoy the holidays ??
Lars
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
Edit – The activation mail was just delayed.
This delay must be due to something other than BPO?
…so it looks like you fixed it. ??
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
Hi Michael,
Thanks for your work on this. I do have BBpress installed.
Your last version has text in the pending member field! Great.
But – this time I didnt get a ‘activation email’, which would be a serious problem on a live site.
I approved a user in your plugin, but the user was still pending in WordPress.(no activation of new user’s mail adress)
I did receive the ‘Membership approved’ mail, though.
Best, Lars
- This reply was modified 8 years, 2 months ago by Lars Henriksen.
@tw2113 , Nope, still no text in the text field for pending member notification. Version 4.3.0.
I have more than 70 plugins, so it could easily be a conflict. Maybe I could test with an earlier version of the plugin? Wish I could help you, but I am no coder.
I noticed that the Pending Membership mail goes out as html, but membership denied is plain text. Do you know why?
I use WP Better Email .
Hello Michael
I just tested it on my staging server, and the notification text field is still blank, sorry.
Best, Lars
OK, thanks
Buddypress Email integration would be great!
Hey guys,
This looks like a great plugin, thanks.
Just installed 4.30 and I only have one activity update on a new user registration.
I can confirm @majecdad’s problem 2, though. No text in the ‘new member’ notification.
Any chance for adding support for html mails?
Thanks
Lars
Hi Frank,
Thank you for looking into this.
Not sure what a false positive is, but I have tried to deactivate all plugins except WP Idea Stream and QSM. No rating.
When I deactivate QSM, the rating works.
Javascript consol : JQMIGRATE: Migrate is installed, version 1.4.1 (I don’t understand this)
PHP-version : 5.5.9, WP version 4.7. I use WP Engine managed hosting – not sure of the server type.