Carin
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Member Reviews] Add to Group List for DummiesFor anyone trying this, I added the following to bp-custom.php and got the stars on the Group List, I would like them next to the name not under it, but this is a start!!
`add_action( ‘bp_group_members_list_item’, ’ember_rating_group’ );
function ember_rating_group(){
global $BP_Member_Reviews;
$BP_Member_Reviews->embed_rating( bp_get_member_user_id() );
}’Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems Displaying CategoriesAny ideas on doing this with Genesis child theme, I found archive.php in genesis folder, lib, structure, and copied content over, but it does not contain the while(have_posts()). I also added the action to functions.php. Category pages just say, Read more…
Forum: Plugins
In reply to: [BP Member Reviews] Add to Group List for DummiesYes, I understand hooks in a very rudimentary way, it seems like bp_group_members_list_item is the hook to add an item to the Group Member’s Listing, so something like this?, Thanks in advance for any help you can give!!
add to bp-custom.php:
function add_stars() {
if ( bp_is_active( ‘xprofile’ ) )if ( $member_type = xprofile_get_field_data( ‘Member Type’, bp_get_member_user_id() ) ) :
echo global $BP_Member_Reviews;
$BP_Member_Reviews->embed_rating( bp_get_member_user_id() )endif;
}
add_action( ‘bp_group_members_list_item’, ‘add_stars’ );Forum: Plugins
In reply to: [BP Member Reviews] Add to Group List for DummiesI am reading codex, and realized it is more likely to be placed in template/buddypress/groups/single/members.php. Am I getting closer?
I receive the email and open it, but my email address still shows Nodata, there are a few that display Viewed, so I guess it does not register all email openings?
Do you have to click the link to get Viewed status?
We changed our admin slug to /office, but I see this feature is now unavailable in the updated plugin, but we cant find anywhere in wp-config or htaccess to remove it, and the site still going to /office, we want to revert back to wp-admin. Can you help?
Forum: Plugins
In reply to: [Facebook] Not working on Google ChromeI don’t see the facebook like box on chrome or explorer, even when I’m logged in, also if I am logged out, it shows nothing at all in firefox, frustrating!
Hi, any chance of getting a response? I really need to do this, thanks!!!!!
So if I select Enable Default Banned List then McAfee will be automatically banned from my site and that will cause them to blacklist the site too? I don’t really understand this, thank you for your suggestion, I am keeping the entire plugin turned off until I get the review by McAffee