Search Results for 'buddypress'
-
AuthorSearch Results
-
August 14, 2012 at 10:58 am #139382
In reply to: BuddyPress 1.6.1
Susan Adams
MemberAh, found the Feed, Still curious about the plugin though.
August 14, 2012 at 10:56 am #139380In reply to: How to change base buddypress url / folder
djduckworth
MemberHere is a screenshot of the folder structure via FTP
August 14, 2012 at 10:53 am #139379In reply to: How to change base buddypress url / folder
djduckworth
MemberNo just the one installation. Manually uploaded the WP files to the root web folder of the server, then installed the buddypress as a plugin.
No multiple copies, no multisite.
I did have one weird problem when I first installed. I was fooling around with ‘frontend posting’ plugins just before the 1.6 release of buddypress. The database structure broke which stopped the wordpress admin area from working properly (I think because the JS weren’t loading). So I deleted the database entries for buddypress then reinstalled and it was fixed. Then I upgraded to 1.6.
I don’t see how this would cause the problem however.
Anyone have any ideas?
August 14, 2012 at 10:30 am #139216Sven Lehnert
Participant@miguelcortereal, Thanks for the feedback, SeoPress update is in work.
@djpaul Some user report this issue:
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 787
and after update to 1.6.1 the error moved to line 823:
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 823
I’m not sure if this is a theme bug or BuddyPress related.
August 14, 2012 at 10:17 am #139375In reply to: BuddyPress 1.6.1
Susan Adams
MemberTwo things..first, terrified to update..last one cost me tons of work..crashed everything. Second, this is directly to George: Your BP Lots Feeds..accommodates my need for feeds in Forums..does it still work with the new updates? Not been updated for a while.
If the Buddypress 1.6.1 has forums feed already, where the heck do I find them.
SusanAugust 14, 2012 at 10:09 am #139374In reply to: buddypress post thumbnail activity stream
pegasus04
MemberWill not you help me? I found this: http://pastebin.com/jKdQ2kLu
Received, but the code is old and has a problem. Do not display text. Only featured image (post_thumbnail). Is there a code for the new version? (buddypress 1.6.1)August 14, 2012 at 10:04 am #139373In reply to: [Resolved] Error deleting user in the Frontend
@mercime
ParticipantNo worries @kristarella. Thanks for posting what the problematic plugin was.
August 14, 2012 at 10:03 am #139372Roger Coathup
Participant@rossagrant — I think it’s a site by site, use case by use case, issue. I don’t think one or the other approach should be forced. Would be nice if the core functions for blog post updates / edits provided a parameter to set one or the other behaviour.
Some sites may want a snapshot in time, others will want activity stream content that evolves with changes to the underlying content.
I suspect in the majority of cases, edited blog posts after publishing are relatively rare, but can also envisage situations where they are a fundamental part of the site operation — and may also require bumping to the top of the stream.
You also have the issue of minor edits (fixing typos) versus major edits (fundamental content changes) — they may logically need handling in different ways, but are complex to differentiate between in code.
In the short term, the solution is to build or own hooks to give site specific behaviour.
August 14, 2012 at 9:59 am #139371In reply to: [resolved] Mobile Phone Opt Out? Button somewhere?
SolarPrestige
MemberAugust 14, 2012 at 9:21 am #139369In reply to: Notifications do not seem to work
Carlos Ferreira
MemberI can see there’s no way I can get this to work. I just created another installation of Buddypress 1.6 (fresh install) and still doesn’t work.
August 14, 2012 at 8:54 am #139368In reply to: Buddypres Security from fake users
hkcharlie
ParticipantI’d still like to know whether SSL would help, but I’m going to work through this blog post at the moment : http://wp.tutsplus.com/tutorials/security/best-practices-for-preventing-buddypress-spam-user-registrations/
August 14, 2012 at 8:38 am #139367In reply to: In which file is the located?
Paul Wong-Gibbs
KeymasterThis doesn’t seem to be a BuddyPress question. Does cometchat have support forums you could ask?
In general, if you can’t find a bit of markup in your theme, just add it.
August 14, 2012 at 8:37 am #139366Roger Coathup
Participant@rossagrant – if you want to keep the bumping of posts on edit, you should be able to hook on to the edit_post or pre_post_update actions, and modify the datetime of the corresponding activity item.
Be careful though, as edit_post is also invoked when comments are added, so you’ll need to catch that condition. [not sure if that’s also the case with pre_post_update]
August 14, 2012 at 8:34 am #139364In reply to: How to change base buddypress url / folder
Paul Wong-Gibbs
KeymasterYes, wondering what you’ve done to get it like that. Have you got two copies of WordPress (http://processpedia.designquotes.com.au/ and http://processpedia.designquotes.com.au/buddypress/)? Or are you running multisite, and “buddypress” is a site?
August 14, 2012 at 8:33 am #139362Paul Wong-Gibbs
Keymaster@Chouf1 We’ve fixed the NOBLOGREDIRECT thing in 1.6.1
August 14, 2012 at 8:25 am #139360In reply to: Theme crash on updating to latest BuddyPress plugin
Paul Wong-Gibbs
KeymasterYes, and I work very closely with John; he’s also the lead developer of BuddyPress. You did not ask John about the BBP_Theme_Compat error message. It’s not a BuddyPress class, so it’s not a BuddyPress problem.
You have a standard PHP error message. It’s saying it can’t find the BBP_Theme_Compat class, and you’re using it in /themes/animassrdblogbp_kid/functions.php on line 32. You (or whoever built your theme) need to figure out what you’re doing in functions.php that triggers this errors.
August 14, 2012 at 8:21 am #139359Paul Wong-Gibbs
KeymasterIntended. See https://buddypress.trac.wordpress.org/ticket/4090 for a lot of discussion.
August 14, 2012 at 8:10 am #139357In reply to: can’t able to post comment
Tammie Lister
ModeratorHi Websitevala, if possible can you go to your BuddyPress settings and resave and also resave the permlinks under Settings? This may not be it but a good check.
If that doesn’t work it’s worth checking if a plugin could be interacting and testing (if possible) with the default BuddyPress theme.
If we’re still out of luck as to where the culprit is can you please link to your site (if possible) and tell us what theme you are using? Also if you are able to paste into https://gist.github.com/ any errors you are having in your error log (your hosting can help you locate this), that would also be helpful.
As for what gets effected when you upgrade, well that’s a little dependent on your set up. It is usually advised to make sure all your essential plugins and your theme either have updated versions or work with BuddyPress 1.6 – the same goes with WordPress.
August 14, 2012 at 7:10 am #139356In reply to: Theme crash on updating to latest BuddyPress plugin
richardpd
MemberDid you check the link I gave?
Here is the post from that link:
“Not a bbPress problem. Looks like your theme is a child theme of BuddyPress’s bp-default, and it uses hardcoded relative paths in its @import rules. Any number of things could be going wrong here, but it wasn’t updating bbPress that caused this to happen.”This reply is blaming the problem on BuddyPress & not bbPress. Surely both bbPress & BuddyPress should integrate together?
So whether it was bbPress or BuddyPress plugin update that has caused my theme to lose its format does anyone know how I can fix this please?August 14, 2012 at 6:59 am #139355In reply to: How does this forum work?!
kristarella
ParticipantYeah, I found that the search box on this site is broken too. Also the sidebar login widget redirects you to the home page instead of the page you were on, which is super annoying.
Anyway, I’m pretty sure you can use Google to search this site. use “your search term site:buddypress.org”
August 14, 2012 at 6:58 am #139354In reply to: BuddyPress 1.6.1
Paul Wong-Gibbs
KeymasterNo changes were made to the theme.
August 14, 2012 at 6:56 am #139352In reply to: Porting Custom made forum to wordpress BuddyPress
Paul Wong-Gibbs
KeymasterIf you’re moving forum content, you probably want to be migrating to bbPress rather than BuddyPress. Check it out, especially its importers — it should give an idea of the appropriate APIs to use.
August 14, 2012 at 6:45 am #139350August 14, 2012 at 6:43 am #139349In reply to: Remove a page from header navigation
Prince Abiola Ogundipe
Participant@formbi,The simplest way without code edit or plugin is to use css to hide it. look for the page ID and write something like: .page-item-78{ display: none ! important;} where 78 is your page ID you can hide as may pages as you want by adding a coma
August 14, 2012 at 2:24 am #139343In reply to: BuddyPress 1.6.1
Austin Nichols
MemberDoes it require any theme changes from 1.6?
-
AuthorSearch Results