Search Results for 'wordpress'
-
AuthorSearch Results
-
July 22, 2011 at 6:38 pm #116744
thebusysingleparent
MemberI removed the multisite aspect from my site entirely and that seemed to have cleared up most of the issues I am having since the upgrade. Things look better now so maybe it wasn’t buddypress after all. After removing multisites though I had to redo all of the plug ins – maybe that’s why its better – I don’t know.
July 22, 2011 at 6:36 pm #116742In reply to: Problems in the installation
golbiferreira
MemberBP can be installed on the computer??
Because I try to install and have no success because the following error appears:
Fatal error: Can not redeclare bp_dtheme_ajax_querystring () (previously declared in C: xampp htdocs wordpress wp-content plugins BuddyPress -themes bp bp-default _inc ajax.php: 20) in C: xampp htdocs wordpress wp-content themes custom-community _inc ajax.php on line 63July 22, 2011 at 6:04 pm #116738thebusysingleparent
MemberAnd I don’t see any upgrades for those plugins. Also I noticed this buddypress.org site isn’t working properly either like I just tried to edit that last reply and it took me to a page not found. And all my recent activity is gone in the profile page. But at least it still looks good.
July 22, 2011 at 6:02 pm #116736thebusysingleparent
MemberI’m using the Pagelines Pro and Pagelines Pro Base – according to them it is good to go for the upgrade. The only forms it is affecting is the ones associated with buddypress – like the boxes in the groups and forums for search, reply’s and the buddypress form add on’s for registration.
July 22, 2011 at 5:24 pm #116735Boone Gorges
KeymasterAndrea is right. Nothing about the WP 3.2.x Dashboard style changes should have affected anything on the front end of BP. It’s likely a plugin conflict, or perhaps your theme is out of date. What theme are you using?
July 22, 2011 at 3:25 pm #116730Andrea Rennick
ParticipantStart upgrading your plugins too, and turn some off to see if they are interfering.
also get firebug to look at the styling on those boxes and see where it’s coming from.
July 22, 2011 at 2:57 pm #116727Andrea Rennick
ParticipantThose are general multisite questions.

“- Where is the code? Is it replicated, or pulled from a single location?”
One codebase. pulled from one spot.
“- Should I be worried about the load?”
by just turning on multisite? no.
“Can I keep it from loading on select sites?”
that admin bar? yes.“- Can my messing about with BuddyPress somehow affect my other sites?”
depends. edit the files directly and whitescreen something and maybe it will show up everywhere.
generally, no.you read my blog now, right?
http://wpmututorials.comJuly 21, 2011 at 11:50 pm #116690In reply to: Is BP right for me?
Tammie Lister
ModeratorI think the answer is fairly varied. My view is do you want a community or just the upload bit? Do you want discussions around mix tapes? Favourites?
An upload and share nothing else yes could be done using a BuddyPress but it could also with just WordPress. I’d guess though the community stuff really would also be important right? If so then yes use BuddyPress. Sounds an interesting adaption of a BuddyPress site.
July 21, 2011 at 11:36 pm #116686In reply to: threaded forum posts – possible? pros and cons?
Tammie Lister
ModeratorThreaded comments are built into WordPress and therefore BuddyPress but not in the forum section currently.
I’m not aware of this being on the roadmap but I did find a thread around the similar topic that may be of use to you.
https://buddypress.org/community/groups/creating-extending/forum/topic/threaded-forum-posts/
July 21, 2011 at 4:49 pm #116666In reply to: Frisco Child Theme
@mercime
Participant” I remember reading about BuddyPress child themes having difficulty with theme review, so if anyone has any updates on that or if you’d like to help, please let me know.”
There’s a special queue for bp-default child themes in themes trac. These themes go through the same process as regular WP themes. For your reference:
https://codex.wordpress.org/Theme_Development
https://codex.wordpress.org/Theme_Review
https://codex.wordpress.org/Theme_Unit_Test
http://www.chipbennett.net/2011/04/20/a-guide-to-reviewing-themes-for-the-wordpress-theme-repository/
https://make.wordpress.org/themes/guidelines/theme-review-process-and-scope/
https://wordpress.org/extend/themes/upload/July 21, 2011 at 7:50 am #116647In reply to: Buddypress breaks wp-admin abilities
@mercime
ParticipantJust like this thread https://wordpress.org/support/topic/admin-menus-and-buddypress?replies=14
July 20, 2011 at 8:58 pm #116625In reply to: HELP! Will pay! Help!
Tammie Lister
ModeratorI’m not 100% sure which plugin you mean I assume the WPMU DEV Membership Lite one? If so there is probably going to be a better method of knowing more by going to the wordpress.org forums and creating a post. You may also find your questions answered here: https://wordpress.org/tags/membership?forum_id=10
July 20, 2011 at 8:40 pm #116621In reply to: File upload
Tammie Lister
ModeratorNot sure how updated this is but… : https://buddypress.org/community/groups/buddypress-group-documents/ – more for groups though.
https://wordpress.org/extend/plugins/buddypress-activity-plus/ may also be something useful to you.
Whatever method you go it’s going to be a plugin route really to get that working for all you list.
July 20, 2011 at 7:55 pm #116614In reply to: Profile rating system
modemlooper
ModeratorThere isn’t a profile rate plugin but this one could possibly be adapted
https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/screenshots/
July 20, 2011 at 4:49 pm #116607In reply to: User Blogs
@mercime
Participantmy2hands, you can just make your site a multi-author site, do-able in basic WordPress site. Posts by members will be shown in recent posts. Going further, set up code for member profile with conditional template tag which shows recent posts by said member using code in regular WP author template file.
July 20, 2011 at 4:29 pm #116605In reply to: Parse Error and Warning
webeditor
MemberHey Everyone,
I wanted to give everyone an update as to the troubles I was experiencing and how they were resolved.
First–the email problem seems to have been fixed with the SMTP plugin. Thanks again mercime!
The Parse error and warning message we were receiving have been rectified by a server-side fix. We run a VPS with Lunarpages and come to find out a component called suPHP was not installed (suPHP is apparently what shared servers run, and seems to be pretty important in ensuring the basic functionality in WordPress and Buddypress actually works by allowing web users to write to the directories without changing the directory permissions to the dreaded, unsecure 777). By installing and setting up suPHP in addition to running PHP 5.2.11, the parse errors, warnings, and image uploading permission problems have been fixed, as well our WordPress-writable file/directory permissions are functioning perfectly at 755 and more sensitive file permissions are at 644.
So overall, most of the fix was rooted in our VPS not running suPHP and needing to get it installed and configured correctly.
I hope this helps someone else out there experiencing the same problems as we were!
July 20, 2011 at 2:28 pm #116600In reply to: WordPress Nightly Breaks Buddypress
Boone Gorges
Keymaster@roman – As long as you are running BP 1.2.9, you shouldn’t experience the WPDB error described above.
July 20, 2011 at 1:44 pm #116597In reply to: WordPress Nightly Breaks Buddypress
roman
Participanthi, did the same stupid thing by mistake. updated to wp 3.2.1.
which is the best known way to just get back to the latest known as working version of wp?
thanks!July 20, 2011 at 1:44 pm #116596In reply to: Moving a buddypress site
Andrea Rennick
ParticipantWould be the same as moving a WordPress site. because that’s what you have.
Your new host will probably even move it for you. Good ones do.July 20, 2011 at 1:43 pm #116595In reply to: User Blogs
Andrea Rennick
ParticipantYou need to create a network within WordPress. It’s built in, you just enable it.
July 20, 2011 at 8:59 am #116587In reply to: Show single group activity and post-form
RaphaelJeger
Participanthey @r-a-y and @modemlooper,
thanks to both of you! I know I have a little bit of a mess above, so I’ll try to clear it all up now. I have found a solution to only display the activity-stream of one group, you can find the code above (I won’t copy/paste in this posting).
What is NOT solved is “displaying a post-form for logged-in users to post directly to only one group”. Now, where do I want to add this? On my custom, former non-wp php site I “wordpressified” using wp-load.php. It seems that wordpress is recognized as I am able to use all those custom-codes from wordpress to show activities etc.
But for the form – that doesn’t work. It just shows a generic form like on a users activity-home, not as if it would be on a group-home. My code looks like this:`
`
Why does this show the generic form, even though I am in a group-loop? To me it’s also an indicator that something fundamental is wrong with my code because `bp_is_group() ` is false!
I’d really appreciate any help!!! It’s really urgent now to get this finished, I didn’t think to sit an such a “small” problem for a few days

THANKS!
RaphaelJuly 20, 2011 at 3:21 am #116573In reply to: Limiting comments to activities
r-a-y
KeymasterThose conditionals do not apply to activity comments.
The easiest way is to use CSS to hide the comment link.
The alternative is to copy the entry template into your child theme and edit:
/bp-default/activity/entry.phpAs for nested comments, currently you’ll have to apply a filter to “bp_activity_recurse_comments” (located in bp-activity/bp-activity-templatetags.php):
https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-activity/bp-activity-templatetags.php#L678Don’t know anything about filters?
http://themeshaper.com/2009/05/03/filters-wordpress-child-themes/ (tutorial applies to themes, but also works for plugns; there are a bunch of tutorials on the web as well!)—
This will get slightly easier to modify in BuddyPress v1.3 as activity comments now have a dedicated template file.
July 20, 2011 at 2:57 am #116570In reply to: Need to resolve “Page not found” errors
r-a-y
KeymasterHave you tried flushing your post permalinks?
https://codex.wordpress.org/Settings_Permalinks_ScreenUse any setting but the default.
July 20, 2011 at 2:54 am #116569In reply to: Safe to edit BuddyPress Plugin?
r-a-y
KeymasterHook into the filters or actions whenever possible. (Basically anywhere in the codebase with an ‘apply_filters’ or ‘do_action’ call.) Otherwise, you’ll run into major upgrade problems and headaches depending on the level and complexity of your hacks!
Need a primer on filters and actions?
http://themeshaper.com/2009/05/03/filters-wordpress-child-themes/That tutorial is for themes, but applies to plugins as well.
Hope that helps!
July 19, 2011 at 10:45 pm #116561In reply to: Password Reset/Change Problem
Tammie Lister
ModeratorMy first thought would be what theme are you using? If not the default BuddyPress one try that if you are able and see if you get the same result.
It would probably help to get a little more information too please. What version of WordPress and BuddyPress are you using? If possible a link to you site too could help.
-
AuthorSearch Results