Search Results for 'wordpress'
-
AuthorSearch Results
-
October 19, 2011 at 2:15 am #123269
In reply to: Forums with Buddypress install
thetbasket
MemberI couldn’t see how to edit my post, but here is the version information:
Wordpress 3.2.1 Clean install on the root directory (CentOS – Host: Webhostingbuzz)
Buddypress: 1.5.1
bbpress: 2.0 (installed through the buddypress installtion process)
Artisteer theme
Have not messed with core files.I can go the the bbpress forums via the usual forum lint: http://www.mydomain.com/forums/, but I had articulated in the buddypress setup that discussion forums were to go to http://www.mydomain.com/families, and even though I have created a “families” page, the link does not appear on the menubar, and when I attempt to navigate to that page it is not merely blank, but I get a 404 not found, and in the addressbar there is just the domain: “mydomain.com”.
Best,
JamesOctober 18, 2011 at 11:25 pm #122023Boone Gorges
KeymasterRe (2): The “bump” is by design. See https://buddypress.trac.wordpress.org/ticket/2546 Can’t reproduce the ‘caption’ issue.
New blog posts and comments are working fine for me.
October 18, 2011 at 7:48 pm #123185In reply to: Buddy Press Back End Lost to Fatal Error
r-a-y
KeymasterTo restore your WP admin dashboard, login to your WordPress install via FTP or cPanel and rename the “buddypress-classifieds” directory to something else like djoep recommended.
—
BuddyPress Classifieds is an older plugin that hasn’t been updated for BP 1.5.
For BP 1.5 info, you should read these articles:
https://codex.buddypress.org/releases/1-5-plugin-compatibility/
https://codex.buddypress.org/releases/1-5-theme-compatibility/
https://codex.buddypress.org/releases/1-5-developer-and-designer-information/October 18, 2011 at 7:44 pm #123184In reply to: WordPress Plugin Not being applied
r-a-y
KeymasterDepends on what you mean by “single” in BuddyPress.
If you mean a user’s profile page, that would be `bp_is_user()`; for a group page, it would be `bp_is_group()`.
October 18, 2011 at 7:37 pm #123181r-a-y
KeymasterThis is a reported bug:
https://buddypress.trac.wordpress.org/ticket/3687Keep your eye on that ticket for updates.
October 18, 2011 at 4:02 pm #121775In reply to: WordPress Plugin Not being applied
djoep
MemberWhich begs the question… when if ever is is_single() true in bp 1.5 and what should be used instead to test for pages where text areas might appear?
October 18, 2011 at 3:45 pm #121773In reply to: WordPress Plugin Not being applied
djoep
Memberwhoops! found it, fixed it, behavior was due to plugin testing for “is_single()” which apparently was false for all of the buddypress pages.
joeOctober 18, 2011 at 2:34 pm #121815djoep
MemberI posted something that might be helpful over on the bbpress forum. WARNING, it is NOT simple! It is not without possibility of hazard. I would strongly recommend that you do all of your trial and error in a development environment, not on your live site!!!
Why have both group forums and site wide? I think it makes a lot of sense in some cases. For example, a site wide forum can have a completely hierarchical structure without regard for any group. At the same time, a group can carry on a conversation that would be of no interest to the larger population. So a knitting group could have hundreds of posts about yarn, needles, etc, that are not visible on the site’s forum while the site’s forum could have announcements, talk about the local community, etc that are of general interest but not associated with any particular group.
BTW, it appears (to me) that the “site wide” option installs the bbPress 2.0 plugin which uses wordpress custom post types, custom taxonomies, etc, while the group forums appear to use a version of bbPress 1.x that uses separate db tables. I could be mistaken in this.
joeOctober 18, 2011 at 12:53 pm #122877In reply to: Buddy Press Back End Lost to Fatal Error
djoep
MemberIf you change the name of the plugin folder, through cpanel or by other means, wordpress will automatically deactivate the plugin and you should be able to get back to wordpress. I had the same thing happen with a theme.
joeOctober 18, 2011 at 1:16 am #122065@mercime
ParticipantPlease post your query at https://wordpress.org/tags/buddypress-ajax-chat?forum_id=10 which plugin dev usually checks out.
October 18, 2011 at 12:03 am #123172In reply to: Change text color
@mercime
ParticipantBuddyPress is version 1.5.1 at this time and I see BuddyPress is not activated in your site. You most probably mean bbPress 2.0. Having said that, I do not see bbPress activated in your site as well.
WP.org forums- https://wordpress.org/support/
October 17, 2011 at 11:14 pm #122173skartar
MemberDone, thanks Paul, here’s the ticket: https://buddypress.trac.wordpress.org/ticket/3692
for now, can I edit the register.php in my child theme for a workaround? I’m thinking if I can make the text box localised I can edit the field label instead in a .mo file? Any guidance on how I could edit the code to make that happen please?
October 17, 2011 at 10:18 pm #123170mmln
MemberIts is multi site (WPMU) installation but I only have one site. here is my .htaccess file
# BEGIN WordPress
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .register*
RewriteCond %{HTTP_REFERER} !.*http://mywebsite.com/bp/.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION# protect wpconfig.php
order allow,deny
deny from all#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]SecFilterEngine Off
SecFilterScanPOST Off# END WordPress
October 17, 2011 at 10:05 pm #123168Paul Wong-Gibbs
KeymasterI see that you can’t. We should fix this. Can you create an enhancement request ticket on http://buddypress.trac.WordPress.org/, and we’ll get it into 1.6. Thanks.
October 17, 2011 at 8:25 pm #122060In reply to: when setting ” register ” page as the homepage
Boone Gorges
Keymasterhttps://core.trac.wordpress.org/ticket/18971 (with a patch)
October 17, 2011 at 4:01 pm #121903In reply to: BP 1.5 – Paging, Permalinks, 404 anomaly
Lara Schenck
MemberI am having the same issue paging through a category on a group home page. I’ll post any solutions if/when I find them.
And upvoted your post on StackOverflow and, hopefully you don’t mind, I posted it on WordPress StackExchange as well: http://wordpress.stackexchange.com/questions/31319/buddypress-paging-permalinks-404-page-2
October 17, 2011 at 3:02 pm #121901@mikey3d
ParticipantI just try your plugin buddypress group fields and I get an error:
`Warning: extract() [function.extract]: First argument should be an array in /home/user/apps/wordpress/wp-content/plugins/buddypress-group-fields/buddypress-group-fields.php on line 9`
Yes, it shows a Restaurant Description, Restaurant Price etc. I have the latest WordPress and BuddyPress.
Thanks, Mikey3D
October 17, 2011 at 1:55 pm #121900In reply to: Out of memory error
Paul Wong-Gibbs
KeymasterOctober 17, 2011 at 11:34 am #123195gonabadnews
ParticipantI have same problem
I have bp in a multi site wp but my bp is in root
when I upgrade my bp, I lost my dashboard and all page of site
then i shold remove BP plugin!!!October 17, 2011 at 11:04 am #121909Paul Wong-Gibbs
KeymasterThis should be accounted for, but clearly not. Do you have a BP_ROOT_BLOG set in wp-config.php, or BP_ENABLE_MULTIBLOG set?
October 16, 2011 at 10:14 pm #121917In reply to: Welcome pack
lifemore
ParticipantAppears nowhere!!
I have tried creating a new multisite test site, fresh, without ‘enable multisite’ and without the theme I was using before. Latest version of WordPress, Latest version of Buddypress, Firefox browser… The settings for ‘welcome pack’ remains invisible
October 16, 2011 at 9:27 pm #121934In reply to: list site specific ’Groups’ and ’Members’ ?
Paul Wong-Gibbs
KeymasterHi. I’m not sure — I think you need to be running BuddyPress 1.5.*, and use https://wordpress.org/extend/plugins/bp-multi-network/
October 16, 2011 at 7:08 pm #121921mmln
MemberTried..still no luck. But your comments are right.
When buddypress is inactive, I still have the same problem to go to blog posts and pages. That means core wordpress issue. It works with default setting, but doesn’t work with custom permalink setting. As most of the buddypress users have to use wordpress, does any one can point to me right settings ?My WP & BP are installed in a sub-directory. I never had any problem until I testing the upgraded version.
October 16, 2011 at 10:43 am #122068In reply to: Welcome pack
Prasad Nevase
Participant@djpaul, I have a WordPress multisite setup. I want to list groups and members specific to child site. That means, if I am in child-site1 and I click on Members it should list members of that child-site1 only. If I am in child-site2 and I click on Groups, it should enlist groups of child-site2 only. Could you please tell me if it is possible and how can I do that?
October 15, 2011 at 5:16 pm #122441Tammie Lister
ModeratorI don’t think there is one exactly for member profiles unfortunately. I did find this:
https://wordpress.org/extend/plugins/uploadify-integration/
Not specifically for BuddyPress but possibly if you are a developer or know one it could be adapted.
-
AuthorSearch Results