Search Results for 'wordpress'
-
AuthorSearch Results
-
July 1, 2012 at 10:27 am #136650
In reply to: Confusing about groups and forums
Roger Coathup
ParticipantHi Jeroen,
we’ve built a lot of sites on BuddyPress – and forums are often a big issue for our clients.
Clients / users expect forums to behave like normal forums (as your users have already indicated as well). Unfortunately, the BuddyPress group forum approach just doesn’t work in this regard.
If forums are crucial to your site – then yes, install the bbPress plugin alongside BuddyPress, and work with the standalone forums it provides.
You’ll need to implement some logic to control accessibility / visibility to certain restricted forums – but that’s not difficult – you can either use the BuddyPress Groups to group your guild officers, and then use the BuddyPress API to test whether a member is in that group. Or, if you don’t require the other group functionality, you may be best to create a new user role with the standard WordPress API.
If you want to see a couple of examples of bbPress providing standalone forums on a BuddyPress site, you can check out our builds for http://worshipministry.com and http://enterprisenation.com
Hope that helps, Roger
July 1, 2012 at 9:17 am #136648In reply to: BuddyPress 1.6 Beta 1 is ready to test
valuser
Participantok. this is happening with buddypress as the sole plugin active. (Single site install bp default theme admin user, non admin user – the behavior is as described above)
opened a ticket https://buddypress.trac.wordpress.org/ticket/4320
July 1, 2012 at 9:09 am #136647lakhlu
MemberThanks a lot karmatosed, seems like its going the right direction
Karmatosed, maybe there is a way to apply this particular cs styling to those pages only? or just to “pages” in wordpress and not the main one as well as post types?
July 1, 2012 at 6:36 am #136641In reply to: Avatars not working on Multiblog
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/4252
July 1, 2012 at 6:35 am #136640In reply to: User blogs not created
Paul Wong-Gibbs
KeymasterDisable BuddyPress. Create a new site from inside the WordPress (Network) Admin. Can you access it?
June 30, 2012 at 3:09 pm #136624Hugo Ashmore
Participanthttps://buddypress.trac.wordpress.org/ticket/4319 asks the question whether comments shouldn’t be updated.
June 30, 2012 at 2:33 pm #136619BobScott
MemberHi, Thanks for the reply. What do I need to look at on ‘https://wordpress.org/support/forum/how-to-and-troubleshooting’ ? Do I search for broken Permalinks? What problem do I have with my Permalinks? Thank you for your asitstance. I have re-isntalled a new WP site but have not yet isntalled BuddyPress. What do I need to do first?
June 30, 2012 at 9:14 am #136601xprt007
ParticipantHi,
I was referring to this https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ under Step 1.
I only have Components – Finish & nothing beyond, which should be the “Save & …” button.
I think it’s a not a browser issue as this is the same on different PCs where no other such problem has shown up for WordPress plugins. Also I think it is no server issue, with the PHP 5.3 & 5.2, with all other scripts, including Drupal running.
So running the installation wizard leads to a dead end.

I would appreciate any help …
Kind regards
June 29, 2012 at 9:33 pm #136590In reply to: e-mail users plugin, e-mail users2
Roger Coathup
ParticipantNot sure this what this question has to do with BuddyPress – is there a reason why you haven’t asked it on the wordpress.org forums for the plugins?
June 29, 2012 at 7:35 pm #136578In reply to: Thinking, before loading?
Jaja..
MemberCan anyone tell me why this is happening?
Is it just they way it’s coded? Because i can’t find why WordPress or BuddyPress is not loading from the start but always waits a little while and after that it loads the site.
I’ve enabled Gzip, Minify, (JS-/CSS) Cache, only 2 Grav’s on page, and optimized my Database but still i can’t get it underneath 1.4.seconds to load
I know this sounds crazy because 1.4 seconds is very nice the only problems is that 1.4S isn’t the loading time 70% of this 1.4S is just waiting to get started with loading.
Strange i can’t find it and solve it.
June 29, 2012 at 7:21 pm #136577In reply to: Sidebar widget/code for searching Buddypress?
@mercime
ParticipantJune 29, 2012 at 7:10 pm #136574In reply to: Edit Top Navigation in Business Theme
June 29, 2012 at 6:12 pm #136570@mercime
Participant== changed permalinks etc so all appears to be ok, ==
@bobscott the permalinks have not been fixed. Deactivate BuddyPress and change to Twenty Eleven theme, then resolve the permalinks issue on your Windows server at https://wordpress.org/support/forum/how-to-and-troubleshooting
June 29, 2012 at 3:42 pm #136563Josh Carr
ParticipantJune 29, 2012 at 12:20 pm #136552Paul Wong-Gibbs
KeymasterCan you report this as a bug on http://BuddyPress.trac.WordPress.org please
June 28, 2012 at 9:39 pm #136542In reply to: BBPress Forums- sitewide and for groups not working
frostdawn
MemberAnd the log entry showing an error occuring whenever I try to work with Group forums:
WordPress database error Table ‘wordpress.wp_bb_topics’ doesn’t exist for query SELECT t.*, g.id as object_id, g.name as object_name, g.slug as object_slug FROM wp_bb_topics AS t JOIN wp_12_bp_groups AS g LEFT JOIN wp_12_bp_groups_groupmeta AS gm ON g.id = gm.group_id WHERE (gm.meta_key = ‘forum_id’ AND gm.meta_value = t.forum_id) AND t.forum_id = ’16’ AND t.topic_status = ‘0’ ORDER BY t.topic_time DESC LIMIT 20 made by require, wp, WP->main, do_action_ref_array, call_user_func_array, bp_screens, do_action, call_user_func_array, groups_screen_group_forum, bp_core_load_template, load_template, require_once, locate_template, load_template, require_once, locate_template, load_template, require_once, bp_has_forum_topics, BP_Forums_Template_Forum->__construct, bp_forums_get_forum_topics, BB_Query->BB_Query, BB_Query->queryJune 28, 2012 at 5:02 pm #136528In reply to: redirect user login
Famous
Participantthat is strange. I took your chunk of code above and pasted it into the bp-custom.php page in my plugins folder, and this is what I get in my address bar:
http://localhost/members/user1//friends/I get pushed to the member profile instead of their blog
my specs:
I am using wordpress MU 3.4 with BP ver 1.5.6. – I place the code in my plugin file bp-custom.php.
not sure why I would get a different result than youJune 28, 2012 at 3:40 pm #136526Paul Wong-Gibbs
KeymasterOnly way is to set up a multi-network WordPress site (not multi-site). Google, and/or look at http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/ for more information.
It’s still pretty new, so mightn’t be bullet proof.
June 28, 2012 at 3:38 pm #136524In reply to: Forum and Registration tab not showing
Paul Wong-Gibbs
KeymasterYou need to complete set up of the (group) forum component in wp-admin – BuddyPress > Forums Setup.
The registration component or page is visible if you enable user registration in WordPress (Settings > General).
June 28, 2012 at 3:35 pm #136523Paul Wong-Gibbs
KeymasterWe don’t change the privacy setting on each individual item when you change the group’s privacy settings. It’s complicated. Check out these trac tickets:
https://buddypress.trac.wordpress.org/ticket/3463
https://buddypress.trac.wordpress.org/ticket/3857
https://buddypress.trac.wordpress.org/ticket/2678
https://buddypress.trac.wordpress.org/ticket/2293June 28, 2012 at 3:21 pm #136521In reply to: White screen after inserting image
Paul Wong-Gibbs
KeymasterIt’s probably a memory error. Look in your web server’s error log (or ask your host) and look for messages that say things like “out of memory”. If so, read https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
If it’s a different message, it should give you some clues, or copy/paste it here for further help.
June 28, 2012 at 3:12 pm #136517In reply to: [resolved] No theme and admin for created sites
polle001
MemberIf anyone has this problem, the fix for me was removing the wordpress RewriteEngine from htaccess.
`# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress`
After removing that, it started working.
June 28, 2012 at 3:49 am #136514In reply to: Add customisable Avatars but not Extended Profiles
modemlooper
ModeratorWordpress already has usernames and there are plugins to allow uploadable avatars
June 27, 2012 at 10:19 pm #136503In reply to: Use with young students
Paul Wong-Gibbs
KeymasterFriends should. On these blogs — is the Privacy setting set to public or private? i.e. this screen https://codex.wordpress.org/File:options-privacy.png
They need to be public (‘allow search engines to index this site’) for it to be shared in activity.
June 27, 2012 at 9:56 pm #136501In reply to: Use with young students
bwsimmons
MemberThanks for the reply Paul.
If the sharing of site is WordPress behaviour, why can’t ‘friends’ via BuddyPress see each others blogs? I would love it if my post went into the activity for all other users to view but that doesn’t seem to be happening.
I feel like I’m doing something wrong but I don’t know enough to know what that might be..

Thanks
-
AuthorSearch Results