Search Results for 'buddyboss'
-
Search Results
-
Topic: Group Images > User Profile
I can’t understand why NONE of the media plugins or Buddypress seem to come with the functionality allowing images that are uploaded to a group wall… to show up in the users “media” tab? They are the users images being posted so why can’t those be included?
I’ve checked mediapress, buddypress activity plus, rtmedia, buddyboss wall and media uploads, you name it. None of them do this.
Is there a simple profile template hack or something that could get these images included in the users profile media tab? Thanks
I have WordPress MU enabled with sub-domains and Buddypress 2.8.2 plugin network activated. I am using Buddyboss Boss 2.1.3 Child Theme. I also have a Comodo Wildcard SSL Cert
The thing I am trying to figure out is how can I make the registration confirmation email produce a link with https. As it is now I am getting http which when clicked on sends me back to my home page. If I manually put the url in the browser using https I get to the sub-site front page.The site is https://atblogpages.com
I have also started this topic in wordpress.org supportI know there is a way to get this correct.
Any help? Please. Thanks in advance.
PHaysBuddypress Version 2.8.2
Buddyboss version 2.3.2
website MySizeKick.comThe “select your file” button that lets you upload cover/profile pictures doesnt line up with the link on mobile. On the destop it works. But on mobile you have to touch just below the bottom right of the button to activate the link. I went into the web dev inspector and the smaller the screen the further away the link moves from the button. Does this have anything to do with the button being absolute position and the link relative? Ive spent a good 15 hours troubleshooting…
Any help would be much appreciated thank you.
Topic: Add friends
I’m having an issue with my site, only the site administrator can add friends.. when I’m logged into a vendor,participant account I cant… I’m using buddyboss one social theme.. any thoughts?
I’ve searched for nearly a year before I finally found a solution to automatically adding location to sign up and profiles. I am now using Location Autocomplete for BuddyPress by BuddyBoss. It is a paid plugin but it is amazing. It uses Google’s API so all you do is type a letter and it will auto suggest. There were many requests over the years for a plugin like this. The only thing missing so far is a way to search by distance. If you’ve been searching give this plugin a try.
im using a theme called social marketplace by buddyboss, it comes bundled with buddypress.. they have these hideous login and register overlays that are cool in theory but i dont know how to style them in CSS… (im a noobie) so i went into the theme settings and shut them off.. now my login page goes to /wp-login and my register page goes to /my-account
my account page still looks like the buddypress registration form.. when it should infact look like this
i use a plugin called wc vendors.. that say they hook into the my-account page ( whatever that means)
i just want to get my login and register pages looking similar i cant seem to figure it out.. thanks
Hi All,
I am using the Buddyboss theme which is being used as an educational platform. We have two user roles on the website Student & Instructor, which we are achieving by the use of BP Member Types. The major role of this website is for students to schedule appointments with different instructors.
In the case of instructors, we will be using an appointment plugin which will have a different shortcode for every insturctor placed on the page named Appointment
In the case of students, they will have the same shortcode on Appointment Page.
My query is to add and appointment page in the Buddypress tabs and at the same time add the above mentioned functionality where the shortcodes can be added via the back-end
Will look forward for your response.
I posted up on this a little while ago, and danbp was a boss and helped me out, and I thought I could get it to work, but the end fix ended up unfortunately not really fixing the problem.
I’m having difficulty with a profile tab that is supposed to link to a separate forums profile (wpForo) via a dynamic link that recognizes the displayed user’s page. danbp set me up with something like the below, I changed a bit to make it work better…
function tab_custom_link_to_page() { if ( bp_is_page( 'BP_MEMBERS' ) || bp_is_activity_component() || bp_is_profile_component () || bp_is_groups_component () || bp_is_notifications_component () || bp_is_messages_component () || bp_is_settings_component () || bp_is_following_component () || bp_is_followers_component () ) { $link = bp_get_root_domain() . '/community/profile/'. bp_get_displayed_user_username(); echo '<li><a href="'. $link .'">Community</a></li>'; } } add_action( 'bp_member_options_nav', 'tab_custom_link_to_page', 10 );
but I couldnt change the location of the tab, using code or BuddyBoss Reorder Tabs plugin, which is an issue because the theme I’m using (BuddyBoss Boss.) hides the tabs at the end under a clickable “…”. I spoke to someone at BuddyBoss and they told me I wouldn’t be able to move the tab unless it was registered as a “bp_core_new_nav_item( array(“, which requires an array like:
function add_communityprofile_tab() { global $bp; bp_core_new_nav_item( array( 'name' => 'Community', 'slug' => 'community', 'parent_url' => $bp->displayed_user->domain, 'parent_slug' => $bp->profile->slug, 'position' => 200, 'default_subnav_slug' => 'community' ) ); } add_action( 'bp_setup_nav', 'add_communityprofile_tab', 100 );
which works fine until I have to link it, apparently I can’t use the tab array/slug thing to reach a dynamic link without the same “$bp->displayed_user->domain”. The link I’m trying to reach is currently at:
http://localhost/wordpress/community/profile/*displayeduser*/
from:
http://localhost/wordpress/users/*displayeduser*/
If nobody has any helpful suggestions otherwise, I’m thinking the best route might be to have the page
http://localhost/wordpress/users/*displayeduser*/community/
redirect to
http://localhost/wordpress/community/profile/*displayeduser*/
via a dynamic redirect…I’m trying to figure out how to do that.
If anyone has any helpful advice it would be super appreciated. My boss wants me to take the site live this week and I think I’m just about there…aside from this huge disconnect between the two separate user profiles…not too bad for someone who has barely any idea what they’re doing. but yeah, sorry for the super long post. thanks for reading and hopefully you can throw me a line.
– Andrew
I have wordpress version 4.6.1. I have buddypress version 2.2.2 (child theme in use). I also have bbpress 2.5.10. My website is http://getjobhelp.ca
I am having issues with the activity stream…I am unable to see any activity posted by other people in my forum, regardless of what dropdown menu I use. I am able to only see my own activity. I hope the following example is specific enough, asI don’t really know how else to describe this.
***Example 1: when I am logged in as the “adminsitrator/keyholder”, I am able to see what I have posted in the activity stream but I cannot see anyone elses posts, no matter what dropdown menu I use i.e.; everything, updates, friendship, group updates, group memberships, posts, comments topics, replies, new docs, doc edits, doc comments.***
***Example 2: when I am logged in as a “User” I can see my own activity but I cannot see what anyone else has posted, regardless of which dropdown menu I use. (Same as above example but as a user) So in other words, the posts I made as the “administrator/keyholder” do not show up on my activity stream as a “user.”***
After reading through this help section to get help with seeing the activity feed, someone suggested to deactivate the “buddyboss wall” plugin…I did that and was finally able to see my own activity stream but still having the above issues.
I then installed the buddypress activity plus” plugin so users could interact through comments, videos and links…which appears and seems to work just fine. But When you cant see what anyone other than yourself posts in the forum, what use does it really serve? I would like for the members to be able to interact with each other but they wont know if someone else posted in the forum if the activity stream doesn’t work. (When I say forum, I do mean the whole site…not an individual forum)
Lastly, I really do not know anything about code or where to put it or how to find where to insert it into the css or php or whatever, as I am not a developer, I am just a networking forum owner looking for some help please. 🙂 Thank you.