Search Results for 'buddyboss'
-
AuthorSearch Results
-
May 15, 2014 at 4:20 pm #182980
In reply to: How to Optimize and Maximize BuddyPress Performance
BuddyBoss
ParticipantHere’s a tutorial I wrote about how to enable Object Caching on BuddyPress:
Briefly:
If you are hosting with a VPS or other setup where you have server admin access, you can contact your web host and request that they install APC on your server (it’s free) and then it will be available to you as a very fast method for Object Caching. Generally you cannot install APC on a shared hosting environment. APC stores the cached values in RAM, which is why I recommend at least 2GB of RAM for ideal server performance.
Once your web host has confirmed that APC is installed and working, you will then need to enable it for WordPress with a plugin. My recommended method is with the APC Object Cache Backend plugin (as Paul Gibbs suggested). This is not a true plugin, but rather a “drop-in” file. As such, you do not actually activate the plugin. You just need to copy the object-cache.php file into your /wp-content/ directory. You don’t even need to upload the actual plugin. That’s it! As long as you have APC installed on your server and have placed the file correctly, APC-powered Object Caching should now be enabled and you should begin seeing performance improvements. To confirm that it’s working, you can type this into your browser while logged in as an admin: http://www.yourdomain.com/wp-admin/plugins.php?plugin_status=dropins (change yourdomain.com!). It should show APC Object Cache as a drop-in, and if so, you now have a good caching method enabled.
May 14, 2014 at 9:45 pm #182929In reply to: [Resolved] BuddyPress Activity page as Homepage
mth75
ParticipantI did a test on a clean wordpress/buddypress/bbpress install, same problem (no plugins except buddy press/bbpress).
Thx for the tip, i’ve planned to look into this one in new release (parallel to a new buddyboss rel.).
In the meantime I’ve created a ticket … this is a bug.
https://buddypress.trac.wordpress.org/ticket/5643
Very nice corporate site btw, we don’t have those vista’s here in the Netherlands.
May 14, 2014 at 9:31 pm #182926In reply to: [Resolved] BuddyPress Activity page as Homepage
mth75
ParticipantThx for looking Julian. I did check with Buddyboss (they are great indeed). I tested with a none Buddyboss theme/install (wp 2013 en 2014) … same problem. It’s most definitely a Buddypress issue.
The guys from Buddyboss made a note of my problem, but I won’t hold my breath for this one.
Can I elevate this problem as a bug?
Best regards,
Marc
May 14, 2014 at 9:22 pm #182924In reply to: [Resolved] BuddyPress Activity page as Homepage
julianprice
ParticipantDid you check with BuddyBoos maybe they would know better. I did go to search since I don’t know Dutch I searched “Jupiter”. & got sent to activity page than try to show Posts but nothing for the results.
Maybe look at your widgets for search posts. Also it could be something with you making your home page something other than a static page and/or recent blog posts.
BuddyBoss are suppose to be great so I would probably ask them.
May 7, 2014 at 2:14 pm #182600In reply to: BuddyPress theme – Looking for ideas
Aron Prins
Participant@bphelp
But this has nothing to do with the bp-default theme? This is a theme that is based on twitter bootstrap customized to match with a buddypress site. It also works with WordPress that has no BP enabled…I feel that there are just a few really good themes for BuddyPress out there like BuddyBoss and recently InspireBook by rtCamp. Im looking to contribute to that list 😉
Cheers,
AronApril 21, 2014 at 3:15 am #181828palmdoc
ParticipantNot happening for me too. On Buddyboss 3.1.7 – will report to the developers
April 18, 2014 at 10:49 am #181653sharmavishal
ParticipantView profile is working for me…checked with bp default and buddyboss theme
April 15, 2014 at 8:03 am #181277In reply to: BuddyPress 2.0 RC1 Feedback
sharmavishal
ParticipantThe pleasure is all mine..indeed an honor to be interacting with you.
Just did a fresh install of Buddypress and stil the same issue remains…
http://domain.com/username/settings/profile/ is blank with the BP default theme…
strangely the above page works with buddyboss theme..anyway to debug this?
Also i dont see “delete account” in the settings menu in the wp-admin bar in BP 2.0
thanks once again
March 31, 2014 at 8:29 pm #180576In reply to: Stop BuddyPress SPAM
culsire_ceo
ParticipantI’m trying the coding from BuddyBoss I’ll let you know if it helps
March 31, 2014 at 3:54 am #180534In reply to: scalablity of buddypress
thatmtnman
ParticipantDear Mr. Buddyboss…
Once again, thank you so much for the informative and specific reply. Two gigs of ram it shall be!
I wish I could attend your lecture…I really do. I’ve not been to a WordPress/Buddypress anything yet, and I am dying to go. Absolutely dying. I want to get far more involved with the WordPress/Buddypress company/community. We are both students (married, older etc) and are living on student loans…so for now, travel for us is limited to the bus 🙁
I have another question unrelated to capacity-should I start another thread, or may I ask it here?
cheers!
March 30, 2014 at 8:10 am #180508In reply to: 2.0 top features – ideas
OC2PS
Participant@buddyboss no inevitability there. Check out many responsive table solutions http://css-tricks.com/responsive-data-table-roundup/
@mercime C’mon! Even Chris Coyier (the first ever to try making a table responsive and author of the article you have linked) himself admits that there is no good solution to make tables responsive. The article essentially lists a bunch of hacks that people have tried in order to somehow make the table layout somewhat work on small screens. Nobody cares that much for tablets (yet) but mobile screens are becoming more important every day. And tables are not suitable for mobile devices (there might be task-specific hacks, but there is no general-purpose solution). We can’t stay in denial about this for very long.March 29, 2014 at 11:46 pm #180491In reply to: scalablity of buddypress
thatmtnman
Participantthank you buddyboss! How much ram do you feel would be adequate.
I guess the other thing is, a CDN is going to be acting like a cache, and so, since a buddypress site can’t use cache any way (or it serves stale content) things like W3 etc should not be part of the install?
cheers
March 24, 2014 at 9:34 pm #180250shanebp
ModeratorMarch 21, 2014 at 7:02 pm #180104In reply to: Notifications tab seems to break site
shughey
ParticipantI’m having the same problem so I tried using your fix but something is wrong. I don’t have:
elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' );
I have:
elseif ( bp_is_user_forums() ) : locate_template( array( 'members/single/forums.php' ), true );
Using WP 3.8.1 and Buddypress 1.9.2
March 17, 2014 at 5:33 pm #179912In reply to: Notifications tab seems to break site
devlopez
Participant@buddyboss indeed is the buddyboss. Thank you for the fix, my theme does not break down now.
March 16, 2014 at 4:45 pm #179870YvonneTaylor
ParticipantHi Buddyboss
Apologises for the delay in responding, everything is working fine now, removed the image file and used traditional links.
Many thanks for your help
RegardsMarch 14, 2014 at 12:33 am #179744matthew.hout
ParticipantOKAY! @buddyboss @mcpeanut @ So here is what I need. I now have a linux server! YAY ME! I’m in the process of redoing everything as I did not back it up.
I have buddypress installed the pages work. The issue I’m having now is:
BuddyPress is not showing in Appearance / Menus (as it did before) where I could select which pages I want only logged in folks to see.
I appreciate everyone’s else help.
MatthewMarch 13, 2014 at 11:50 am #179690matthew.hout
Participant@backpackersunion, @buddyboss: I did as mentioned above, correct pages are assigned. Here is what happens now:
When at my site and I click on “register” it goes to the register page but nothing is there, only comments. If I were to add the other pages (Activity, Groups, Members, etc…) to the “main menu” where logged out users can view, I get the pages, but they are blank.
If I log in to the website, with a login i created for testing and click on the pages / links view-able to logged in folks, I get the same error I mentioned before the 404 error.
I also noticed after I login that user has access to WP and I think can edit the site.
grrr
MatthewMarch 13, 2014 at 7:23 am #179671BackpackersUnion
ParticipantHi @matthew.hout, Did you try Buddybosses Second idea? That’s what it sounds like the problem is. After you install BuddyPress you need to assign certain BuddyPress Pages to WordPress Pages (Activity Streams, Site Tracking, Members, Register and Active, are the pages depending on your Component Settings). To set these pages go to; Settings -> BuddyPress -> Pages. I don’t remember if BuddyPress creates the WordPress pages for you. You may have the create a blank page for each yourself. After you connect the WordPress pages to BuddyPress, I’d imagine it will start working.
March 11, 2014 at 11:38 pm #179643matthew.hout
ParticipantHi, @buddyboss I did as you mentioned. When I switched the Permalinks to default, tested the site – received the same error. I switched back to what was there and still nothing. 🙁 I want this site to work so bad! 🙂 🙁
March 10, 2014 at 11:37 pm #179584In reply to: Notifications tab seems to break site
brettbuchanan
Participant@buddyboss – You’re a genius…
http://www.concertfy.com/members/editorinchief/notifications/
We were getting a double menu when engaging the Notifications tab. It was driving me nuts. By the way, if you are part of BuddyBoss reach out to me at brettbuchanandesign-at-gmail.com.
We really wanted to use your theme with rtMedia. I wanted to see if BuddyBoss was compatible yet. Or if rtMedia was compatible with you…
March 9, 2014 at 9:26 pm #179522YvonneTaylor
ParticipantHi Buddyboss
It was my original web designer who made the header image for me as an image map. Ok, if I remove the image map and just have a .jpg image for my logo on the left how do I get the Login and Register links on the right, and for them to work ok on desktop or tablet. The theme that I am using is Colorway responsive pro which resizes okay for everything else.
Many thanksMarch 3, 2014 at 3:31 pm #179233In reply to: Only show one type of member on members page
GinnyBee
ParticipantThanks @BuddyBoss but that plugin does not work for me, it says I don’t have sufficient permissions??? And will not let me into the area where I can limit who sees what
Any one got any other ideas??
March 3, 2014 at 3:14 pm #179232In reply to: Error: Missing argument for bp_modify_page_title()
philly00
ParticipantBuddyboss: Changing the theme to WP2014 fixed it. So, does this mean I have to switch themes? I’d rather not do that unless I absolutely have to. Do you think k8peterson’s solution (changing the header.php) is a good solution?
March 2, 2014 at 9:02 pm #179181In reply to: 500 Error when Notifications Turned On
Duke Taber
ParticipantOk I just read modernloopers list of questions so I want to make this as clear as possible. First this problem is not a plugin problem. I disabled and deleted all and it didn’t fix the problem. I also tried a different theme and it didn’t fix the problem so it is not a theme problem. TJ at Buddyboss tried valiantly to figure out the problem to no avail.
Here are the questions that modernlooper wanted answered.
Please try to supply answers to the following questions.
1. Which version of WordPress are you running? 3.81
2. Did you install WordPress as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgrade from a previous version of WordPress? If so, from which version? every one for the last year
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? 1.92
7. Did you upgraded from a previous version of BP? If so, from which version? Every one for the last year until 1.9 and then it broke. I just went back to my backup and waited. Upgraded to 1.92 and it is still broken. Went through all the normal troubleshooting processes until figuring out it was the notifications that is causing the error.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Ads Manager WP/BB
Akismet
BBpress
BB Force Profile
BuddyPress Tiny group chat
BuddyPress Links
Easy Album
Facebook Friends Inviter
IFlyChat
Invite Anyone
Social Login
Wanguard9. Are you using the standard BuddyPress themes or customized themes? BuddyBoss
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No, or at least none I am aware of that was put in there personally
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.3
13. Please provide a list of any errors in your server’s log files.
[Fri Feb 28 14:41:05 2014] [warn] [client xxx] mod_fcgid: stderr: PHP Fatal error: Call to undefined function bp_notifications_toolbar_menu() in /var/www/vhosts/xxx/httpdocs/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php on line 148, referer: xxx/wp-admin/options-general.php?page=bp-components
14. Which company provides your hosting? Media Temple
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux and Apache
-
AuthorSearch Results