devpaq
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] user registers and gains access without approval?Thank you, I appreciate your help.
I added the code to the function, but I was still able to post right after registering.Forum: Plugins
In reply to: [New User Approve] user registers and gains access without approval?Yes, we are using ultimate member
Forum: Plugins
In reply to: [New User Approve] user registers and gains access without approval?I am having the same issue.
I just installed the plugin and tried registering a new user. I was then able to comment and post on bbpress even before I was approved.
But if I log out, it no longer allows me to log back in – it says “Your account is still pending approval.”Forum: Plugins
In reply to: [Zeno Report Comments] custom function conflicts with pluginThat worked!
ThanksForum: Plugins
In reply to: [Zeno Report Comments] custom function conflicts with pluginI narrowed it down a bit more.
The conflict is with theapply_filters( 'get_comment_text', $comment->comment_content )
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Show the category on adverts_list pageThis worked perfectly, Thanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Check in theme header if page is WPAdvertsThis worked, thanks!
I added the action to the wp_head and created a global variable if is_singular(‘advert’) which then allows me to control the rest of the theme.
Thanks for your help!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Check in theme header if page is WPAdvertsThanks again
I tried putting the following code in theme header.php and theme footer.phpecho get_post_type(); ;
if ( is_singular( ‘advert’ ) ) {
echo ‘advert’;
}the first line results as “post”
The second echo doesn’t showI am not sure where the parse_query is called, but I assume the footer should work
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Check in theme header if page is WPAdvertsThanks.
That doesn’t seem to work for me.
I am viewing a specific classified item / post, but when I check get_post_type() for the page it shows as “post”.I ended up using the plugin https://www.ads-software.com/plugins/buddypress-profile-view-from-admin/ which has a link to the profile details – but your code would be much more helpful since it will be on the same screen. I will try it out later and let you know how it goes.
Thanks!Forum: Plugins
In reply to: [Export User Data] All BP xProfile Fields are blankI tried both types of exports – excel and CSV, neither showed the information.
Thanks for looking into it.I am doing a bit more testing and I see if I place
do_action ('bp_profile_search_form');
in the theme header it does bring up a search form but with no fields.
So the plugin is obviously registering – but its not showing up in the admin section at all.
I am using a multisite network.Forum: Plugins
In reply to: [BP Profile Privacy] [Plugin: BP Profile Privacy] not work for multisiteAgreed. Please mention that in the plugin description
https://www.ads-software.com/extend/plugins/bp-profile-privacy/
Forum: Networking WordPress
In reply to: Some sites are missing in network admin sectionThanks, you solved it!
It was actually the other way around – the site_id were both 3 ( I guess it got it from the config) – switching it back to 1 solved my problem.
Thanks!
Forum: Networking WordPress
In reply to: Some sites are missing in network admin sectionCorrect I am at /network/sites.php
"SITE_ID_CURRENT_SITE" and "BLOG_ID_CURRENT_SITE
In my config file