Search Results for 'buddypress'
-
AuthorSearch Results
-
June 10, 2011 at 12:05 am #114255
In reply to: Buddypress is Not my Buddy… :o(
stwc
ParticipantBP is CPU and memory-hungry on top of regular WP requirements. Depending on what web host you’re using, if you’re on a shared hosting plan, it may just be dieing due to hard limits on resources. I ran a small BP install (along with other sites) on a Dreamhost shared account for while, but have since moved to a virtual private server, because, well: it’s heavy.
That may or may not be the problem.
June 9, 2011 at 10:30 pm #114253In reply to: My I offer to pay for solutions?
embergermedia
MemberThank you!! @alan
June 9, 2011 at 8:52 pm #114243In reply to: My I offer to pay for solutions?
June 9, 2011 at 7:05 pm #114242June 9, 2011 at 6:54 pm #114241In reply to: Half and Half (normal Wp and BP)
@mercime
Participant== if i can keep my front end of wordpress the same as usual ==
Sure you can. Install the BP Template Pack plugin – https://wordpress.org/extend/plugins/bp-template-pack/
This is the process you will go through – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Sample walkthrough – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/June 9, 2011 at 6:49 pm #114239In reply to: Buddypress is Not my Buddy… :o(
jtcreate
MemberI’m having similar troubles. I’ve gone through the pre-install checklist, and my server is up to par and my WP install works perfectly. In an effort to keep it clean, I’m using the latest version of WP 3.1.3 with no other plugins/themes/mods/anything. I can install the plugin, but when I activate I get this:
“Safari can’t open the page “http://mywebsite.org/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.”
At this point, the site itself and admin area are totally inaccessible. If I manually delete (or change the name) of the buddypress plugin in the plugins folder, all is returned to normal.
I’ve searched high and low and am not sure where to look. Any help is truly appreciated. THANK YOU!
June 9, 2011 at 6:31 pm #114237tnd
MemberAnd that appears to have worked. Thank you very much!
June 9, 2011 at 6:13 pm #114236tnd
MemberAlright, that sort of gave me an idea of what I might be doing wrong…I’ll go see if I can fix it. Thank you for replying so quickly!
June 9, 2011 at 6:08 pm #114235aces
ParticipantExamine it in Firefox Firebug (add on), internet explorer developer tools (built into v 8 & 9) or equivalent for other browswers, to find the right css to edit?
June 9, 2011 at 5:44 pm #114234In reply to: Login in multisite keeps directing back to root page
benjiw
MemberHi, thanks for your response. Not sure I understand what you mean. I installed buddypress from the “add plugin” option. Do you mean the primary site setting? That is indeed set to: http://www.domain.com/wordpress/.
Can I not use buddypress with multiple sites? I don’t mind if the user configurations are stored on the primary site, but I want the users to be directed back to their own site when they login…
June 9, 2011 at 4:42 pm #114230In reply to: BuddyPress Tweet Button plugin
James
Participantedit: by “disappeared” I mean blue tweet button, but grey meta button still is there and works fine.
I have other sharing plugin, but still would like to use your tweet button.
any help re where this blue image comes from, so that I could remove it, keeping grey one (default)?June 9, 2011 at 4:35 pm #114229In reply to: BuddyPress Tweet Button plugin
modemlooper
ModeratorI haven’t updated this in a long time. Have you tried BuddyPress Share It?
June 9, 2011 at 3:33 pm #114228In reply to: Group Feed Activity
Scotty501
MemberOK I had aply but still need some help please. What I have done followed a hack from another thread by @r-a-y to move the activity thread along the tabs and make the forum one home – so at least when people look at the group it does not confuse them. This along with making the thread private means that the Main Activity thread does not get cluttered with group posts. Not ideal – but will have to do.
This though causes another issue – if you click Group Directory – you get no topics found – further confusion to the users. If I turn off Group Directory in the settings, the button still remains – but if you click the button it goes to the site home page – more confusion to users.
Can anyone help me my problem another way?
Seems Groups are not very well thought through
June 9, 2011 at 2:07 pm #114223In reply to: Coding question
Boone Gorges
KeymasterWhat you’re essentially doing is adding a new component. See https://wordpress.org/extend/plugins/buddypress-skeleton-component/ for some inspiration. Or, for something a little simpler, see how BP itself does it. Look in bp-friends.php for an easy example. The key functions are: friends_setup_globals(), friends_setup_nav(), and the screen functions referred to in friends_setup_nav(). Copy those to your own plugin file, change the function names (so you don’t get fatal errors) and then play around.
June 9, 2011 at 1:53 pm #114224In reply to: Changing sequence of profile tabs – remove activity
shanebp
Moderatordefine(“BP_DEFAULT_COMPONENT”,”profile”);
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
June 9, 2011 at 1:02 pm #114220In reply to: Sugestion: Buddypack
Boone Gorges
KeymasterIt’s a nice idea in theory. The problem is that Jetpack is developed and maintained by a couple of people who get paid to devote large amounts of time to the project. BuddyPress is almost entirely developed by volunteers, who have their hands full enough trying to keep up with development on BP core. The economics are tricky
June 9, 2011 at 11:27 am #114217In reply to: BuddyPress Tweet Button plugin
James
Participanthi @modemlooper,
after export/import of my db blue tweet button disappeared in IE8, however, still is in webkit browsers. Can it be some url problem? if it is possible, what I should remove from .php to get rid of that blue button and have only usual meta button, which I have now in IE8?
thanks.
June 9, 2011 at 9:55 am #114211In reply to: Member Directory CSS for 3 Columns
pcwriter
ParticipantYou can create a grid effect for lists by applying a display property to each list item and adjusting width and margins to suit the available space. For a 3-column members directory, try this:
ul#members-list li {
display:inline-block;
width:30%;
margin:6px;
}After that, it’s a matter of playing with the CSS for the various elements contained within each list item to get it to look just right. Have fun!
June 9, 2011 at 8:45 am #114204idotter
ParticipantWill this plugin be maintained and/or pushed forward in the future ?
June 9, 2011 at 8:14 am #114203In reply to: Progress bar plugin
nlvp
Member@naijaping : I think you overestimate my coding abilities
. While I’m familiar with PHP, the hooks and whatnot in WordPress and BB are a step beyond what I have the time to get my head around.@nahummadrid : would love to see anything you get working.
June 9, 2011 at 7:53 am #114201Adam
ParticipantThank you so much! I am so glad you wrote me that simple solution before I pulled any more hair out
June 9, 2011 at 7:36 am #114200In reply to: Subject : [BuddyPress] Activate Your Account
b1gft
ParticipantAnyone know how to do this, please
June 9, 2011 at 4:00 am #114196In reply to: TroubleShooting : Posting in Group Forums
ikn0w2
Memberhi @samproof,
I just went to your site, and your forum function is working, so can i ask how did you do it?Thanks.
June 9, 2011 at 2:30 am #114193In reply to: Buddypress, how to install bbpress (doesn’t work)
ikn0w2
MemberJune 9, 2011 at 1:03 am #114192gregfielding
ParticipantThanks for the find. I’m trying it out now, giving the site/activity/ page and site/members/ page priorities of 1 – we’ll see if the sitemap picks up any activity…
-
AuthorSearch Results