-
@mercime posted a new activity comment 15 years, 4 months ago
You’re welcom. You will see the line numbers in the link to the trac I posted https://trac.buddypress.org/browser/tags/1.2.6/bp-themes/bp-default/sidebar.php
Compare the codes you see within the lines I gave with the sidebar.php you copied from bp-default to your child theme so you could see what to delete.
Since you’re new to BP, I will suggest…[Read more]
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 4 months ago
off hand, two ways to make that happen: a) You could make each group “hidden” and “by invitation” only. You could assign group admin to send email invites to the site and to the specific group. Since the group is hidden, it will not be listed in any groups directory, and you could always restrict […]
-
mercime posted on the forum topic Require Approval for New Group in the group How-To and Troubleshooting: 15 years, 4 months ago
-
mercime posted on the forum topic How to pull data from xprofile and echo them in my own widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
You’re on single WP with BP installed so that BP Profile widget won’t work for you, I should have asked that sooner. In any case, since you have installed BP, you can easily add the fields you want your users to fill in via dashboard > BuddyPress > Profile Field Setup.
-
mercime posted on the forum topic Plugin will not activate in the group Installing BuddyPress: 15 years, 4 months ago
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 4 months ago
That “section” could be a “group” component already in WordPress and joining groups is either voluntary for public groups or by invitation for private groups and each group can have a forum if the group admin so chooses. That’s basic behavior which can be changed via a plugin you can make to do so. You […]
-
mercime posted on the forum topic I want to remove the logout link from the sidebar in the group How-To and Troubleshooting: 15 years, 4 months ago
@jonnycardel so you want to delete that whole section with the avatar, login, AND logout? Open up sidebar.php https://trac.buddypress.org/browser/tags/1.2.6/bp-themes/bp-default/sidebar.php starting at line 8 where Is_user_logged_in to line 56 with php endif; deals with the avatars, login and logout. If you do not want them, delete the block.
-
mercime posted on the forum topic convert theme in the group Creating & Extending: 15 years, 4 months ago
@pakhermawan that would certainly be an interesting project. Install BP Template Pack plugin and follow instructions on screen. Some BP Codex articles might help you along the way:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ -
mercime posted on the forum topic I want to remove the logout link from the sidebar in the group How-To and Troubleshooting: 15 years, 4 months ago
@jonnycardel if you’re using a child theme of bp-default, then copy over sidebar.php from bp-default theme to child theme folder. If it’s only the Log Out link you want to delete, then delete this line from your sidebar.php
<a class="button logout" href=""></a> -
mercime posted on the forum topic Add photos to activity stream in the group How-To and Troubleshooting: 15 years, 4 months ago
@gunju2221 Thing is, your media must be “hosted on the cincopa cloud server” and that’s the deal-breaker for some on the buddypress easy albums photos plugin .
-
mercime posted on the forum topic not showing registration link on homepage in the group How-To and Troubleshooting: 15 years, 4 months ago
=== it’s not showing a link for people to click on to register at my site ===
You should enable Registration in dashboard > Super Admin > Options – Registration Settings -
mercime posted on the forum topic BP bar is messing up my website. Please help in the group How-To and Troubleshooting: 15 years, 4 months ago
Since you’ve enabled adminbar even for logged out users, you can add one line – padding-top: 25px; – to your active theme’s (redbel) style.css under
body:body {
....
...
padding-top: 25px;
} -
mercime posted on the forum topic Is this possilbe with BuddyPress? in the group Miscellaneous: 15 years, 4 months ago
@doodlz check out the BP Codex as well like:
https://codex.buddypress.org/getting-started/before-installing/
https://codex.buddypress.org/getting-started/configure-buddypress-components/
etc -
mercime posted on the forum topic Cannot activate Buddypress, blank screen after activate in the group How-To and Troubleshooting: 15 years, 4 months ago
Blank screen – https://codex.buddypress.org/troubleshooting/blank-pages/
-
mercime posted on the forum topic Is this possilbe with BuddyPress? in the group Miscellaneous: 15 years, 4 months ago
Continuing here from WP.org forum thread , if you mean media upload by members who’re registered on your site, then what techguy said above answers your question. But if you mean online visitors do not need to register to upload media, then aside from that being a dangerous thing to do, try out TDO Mini-forms […]
-
mercime posted on the forum topic BP blog menu in the group Creating & Extending: 15 years, 4 months ago
===i have never seen any menu item for “blog”=== Do you mean a blog directory which lists all blogs in the BP install? You must enable multisite first – create a network. Then: 1. Go to dashboard > Super Admin > Options – Registration Setting – Allow site creation 2. Go to dashboard BuddyPress > […]
-
mercime posted on the forum topic icons next to navigation? in the group How-To and Troubleshooting: 15 years, 4 months ago
– Copy over the header.php from bp-default theme to your child theme. – Open header.php and add class to the li’s of default BP components starting from line 47 on header.php You would have to ask plugin authors of “Links” and “Achievements” on how to generate addition class for styling hook. – after you’re done, save […]
-
@mercime replied to the topic icons next to navigation? in the forum How-to & Troubleshooting 15 years, 4 months ago
– Copy over the header.php from bp-default theme to your child theme.
– Open header.php and add class to the li’s of default BP components starting from line 47 on header.php
<li class="icon-home">
<li class="icon-activity">
<li class="icon-members">
<li class="icon-groups">
<li class="icon-forums">You would have to ask plugin authors of “Links”…[Read more]
-
mercime posted on the forum topic Plugin conflict with buddypress subdomains, automatic generated links for plugins point to sudomain in the group Third Party Components & Plugins: 15 years, 4 months ago
@mark211 – I have been using BP Gallery plugin in different installs since early 2010 and have not experienced the behavior you noted in your post. @sbrajesh would have helped you resolve any problem you may have encountered with his BP Gallery plugin. Maybe you meant another gallery/media plugin?
- Load More
@mercime
Active 5 years, 7 months ago