Search Results for 'buddypress'
-
AuthorSearch Results
-
October 9, 2015 at 8:53 pm #245310
In reply to: How to make nice looking tabs in groups
Philosopher Rex
ParticipantNote that this doesn’t just change tabs in groups, but in the profile as well. I had some issues ‘fitting’ in some words without making the text too small or resorting to wrapping the word (another CSS rule); so instead I used poedit to change the menu text.
You can read about how to do that here: https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
October 9, 2015 at 2:17 pm #245299In reply to: Plugin exclusive members area?
Venutius
ModeratorYeah I’m not aware of any that integrate with Buddypress, all of them seem to be their own variants on WordPress.
October 9, 2015 at 1:53 pm #245297In reply to: How Mediapress works: guide.
Venutius
ModeratorWith Mediapress you need to save the settings at least once in order to get it to activate.
After that you need to set a Gallery page in the Buddypress page settings.
With that completed, users can create their own galleries and group admins can choose to have their own galleries too.
Mediapress is still in Beta and changes pretty much daily so be sure you have the latest download.
October 9, 2015 at 12:58 pm #245293In reply to: Remove ‘Delete’ tab
danbp
Participanthi @fahrenheit80,
the solution is given on this topic:
https://buddypress.org/support/topic/how-to-remove-tabs-from-group-admin-nav-2/October 9, 2015 at 12:41 pm #245290In reply to: Help with BuddyPress menu
Venutius
ModeratorMaybe you could ask on the WordPress Forums? This is more a wordpress issue than Buddypress.
October 8, 2015 at 8:15 pm #245275In reply to: Activity privacy plugin
October 8, 2015 at 5:31 pm #245270In reply to: CHANGE BACKGROUND ERROR/FIREBUG W/PICTURES
canadianmusicnetwork
ParticipantGot It!
BuddyPress is one of the most amazing social network platforms you can have!
Learning is amazing with Buddypress!
Thanks a lot …Keep in touch!!!
YOU ROCK!
October 8, 2015 at 4:01 pm #245268In reply to: Is multi-site the right way to go?
mrsminkie
ParticipantIt sounds as though I’d be making the site much more cumbersome than it needs to be, and it already has a lot of plugins for functionality.
I will test the multi-site with secondary BuddyPress blog one day, but for now, I’ve decided to just try and work within the theme as best I can.
I do think that multi-site, although perhaps overkill, is what I needed to be able to keep my userbase constant and able to log into either site (area), while allowing content to be shared across the network.
Thanks for your advice!
October 8, 2015 at 2:24 pm #245262In reply to: Is multi-site the right way to go?
Henry Wright
ModeratorDo you mean BuddyPress users accessing the main WP site? BuddyPress users and WordPress users are the same, perhaps with different roles and capabilities but they all live in the users table. So two-way access shouldn’t be a problem.
If you feel multisite is the way to go, then I’d suggest you set up a test install first to try it out. Creating a network will add lots of new tables to your install and rolling back won’t be easy.
October 8, 2015 at 1:00 pm #245256In reply to: Is multi-site the right way to go?
mrsminkie
ParticipantAlso, this post tends to tell me that this is what I need: https://codex.buddypress.org/legacy/getting-started/install-buddypress-on-a-secondary-blog/
Whereas WordPress says that multi-site is very separated and not for shared users. There is a lot of conflicting information out there.
October 8, 2015 at 12:47 pm #245255In reply to: Is multi-site the right way to go?
mrsminkie
ParticipantI understand what you’re saying about keeping things simple but unfortunately, the BuddyPress theme is very much orientated towards being a social network and isn’t suitable for standard pages, nor is it very easy to create custom templates for – I have already created quite a few to handle custom post types.
Additionally, the main menu of the BuddyPress theme is an extension of the admin bar, and it doesn’t support a dropdown menu. I could only add choices to the profile dropdown (with profile, photos, friends etc.) which is far from ideal.
October 8, 2015 at 11:51 am #245253In reply to: Is multi-site the right way to go?
Henry Wright
ModeratorIf I understand your requirements right, I wouldn’t use multisite for this. I also wouldn’t use separate installs.
Considering you just need a main site area and a BuddyPress area, I would aim to keep things as simple as possible and address this problem with a custom theme. You can add a /your-theme/buddypress/ folder which contains all of your BuddyPress templates. Then it’s just a case of styling both the main area and your BuddyPress pages to look consistent.
October 8, 2015 at 5:47 am #245240In reply to: Admin bar icons do not display on some devices
AndyCEODigital
ParticipantWhy has this thread not been answered. I installed buddyPress yesterday, and I’m having the same problem on my Galaxy Not 3.
October 8, 2015 at 5:11 am #245239In reply to: How customizable are the registration forms?
Henry Wright
ModeratorThis all sounds feasible. BuddyPress is very developer friendly so building your own web apps and hooking into BuddyPress shouldn’t be a problem.
The registration form is configurable and is fully customisable via the BuddyPress template hierarchy.
Also, BuddyPress is free, so there’s no need to purchase.
October 7, 2015 at 9:57 pm #245235danbp
Participant@jrunfitpro, thought BP Attachment is great, and MediaPress (files are on github) also.
October 7, 2015 at 6:32 pm #245227In reply to: ACTIVITY STREAM TEXT COLOR
William
Participant@canadianmusicnetwork I don’t think you’re placing the code in the right place ( in a file called style.css). I tested the code on my buddypress site and changed the color to WHITE and it’s actually working.
Here’s the code again:
#buddypress #activity-stream p { margin: 5px 0px; color: #FFFFFF; }
I logged in successfully.
October 7, 2015 at 6:00 pm #245224In reply to: ACTIVITY STREAM TEXT COLOR
William
ParticipantStill can’t login but it’s OK. The below code was supposed to work if you cleared your browser cache and restarted it. If that wouldn’t work still you could have tried testing the site on another computer which you had not used to visit the site. If you had a browser that you hadn’t used to visit the site that could work too to help you see the changes made by this code.
#buddypress div.activity-comments div.acomment-content { color: #FFFFFF; }
Also, make sure you’re placing that code in the right place “style.css”
October 7, 2015 at 5:09 pm #245220In reply to: Changing the registration page text
William
ParticipantThis article may be of help to you to change that text http://premium.wpmudev.org/blog/make-your-wordpress-site-buddypress-ready/
Or you can use this one too with a plugin: https://webdevstudios.com/2015/06/02/creating-custom-templates-for-buddypress/
October 7, 2015 at 4:48 pm #245212In reply to: ACTIVITY STREAM TEXT COLOR
William
ParticipantPlease create a temporary buddypress user account for me so that I can log in and take a look.
October 7, 2015 at 4:36 pm #245210In reply to: Disable Activity Stream Links
William
Participant@zabelator in that case, you’ll have to use jQuery and probably not CSS.
Open “head.php” and add the following code.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a" ).click(function(oneb){ oneb.preventDefault(); }); }); </script>
It should now work across the board. Note, this will be disabled even when the user is logged in so you might want to use php to load this script on home page only. Let me know if works.
October 7, 2015 at 4:15 pm #245208In reply to: ACTIVITY STREAM TEXT COLOR
William
Participant@canadianmusicnetwork, Please remove the previous code and add this.
#buddypress div.activity-comments div.acomment-content { color: #FFFFFF; }
Lemme know if it works.
October 7, 2015 at 3:40 pm #245200In reply to: How to get an ID of a user who was just activated?
Henry Wright
ModeratorI suspected that might happen. The problem is here
$willie = my_f();
. In this particular case you can’t do that. I may have mislead you earlier so I’ve updated my reply here.October 7, 2015 at 3:39 pm #245199In reply to: Disable Activity Stream Links
William
ParticipantHi @zabelator
Try adding this to “style.css” in your active theme
#buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a { text-decoration: none; pointer-events: none; cursor: default; }
October 7, 2015 at 3:37 pm #245198In reply to: ACTIVITY STREAM TEXT COLOR
canadianmusicnetwork
ParticipantWilliam,
Thanks for your answer, but unfortunately it didn’t work. Here’s the exact details of what I need done!
Thanks again. I’ll researching this issue until I can figure it out ..:)
PS! The Canadian Music Industry Loves BuddyPress!
October 7, 2015 at 3:20 pm #245194In reply to: ACTIVITY STREAM TEXT COLOR
William
ParticipantTry adding this to “style.css” in your active theme
#buddypress #activity-stream p { color: #FFFFFF; }
-
AuthorSearch Results