Search Results for 'buddypress'
-
AuthorSearch Results
-
March 6, 2013 at 6:12 pm #155281
Laurent J.V. Dubois
ParticipantGreat project, the Bootswatch option is pretty interesting
March 6, 2013 at 6:11 pm #155280In reply to: BP Member Notes – beta
@mercime
Participant@shanebp I deleted the old BP Member Notes which I had to rename to get wp-admin back and uploaded the new version via wp-admin and activated it. Deactivated BuddyPress plugin and no more fatal error. BP Member Notes is still activated in plugins installed page yet no more Users > BP Member Notes as is rightly so.
P.S. I did get the issue notice from github. I was looking in my other email account 🙂
P.P.S. Do I still need to do the bug test? Never seen this before:
Plugin Name: A Bug Test
This is for mercime only.🙂
March 6, 2013 at 3:14 pm #155252In reply to: BuddyPress Group Tags is now available
investoreports
ParticipantHi there
Prob easy once you know – but how do you delete tags?
Regards
SimonMarch 6, 2013 at 1:40 pm #155245In reply to: What do you think about my site?
bp-help
Participant@findly What changed between the time you posted the topic? Its was only like 11 hours between the time you posted the topic to the time you closed your site down. All I will say is don’t get discouraged. Rome was not built in a day, and neither are great buddypress sites. Most great sites get features added little by little. I am not saying to stop focusing on other things because a lot of time you have to step back from development and when you get the urge to start developing again it comes with a renewed interest and fresh ideas. Anyway good luck!
March 6, 2013 at 9:47 am #155235MatthewByrom
ParticipantHi, @shanebp
Oh no, not all this is happening in the one customised plugin. I was simply describing what appears to be happening in the system as a whole when you hit the Submit button in the customised post. This thing is one tortured mass of plugins. 🙁
The Custom post page is generated by Gravity Forms. This is the plugin that handles creating a post & saving it.
The Add-a-Post-to-Activity-Stream-so-it-sends-an-Email-Like-an-Update is provided by a custom plugin that extends the functionality of BuddyPress Group Email Subscription.
It just seems that the timing’s out a bit.
If I can make the postmeta handling occur before the post is added to the Activity Stream, then all will be well, as my own trivial addition to this will be fine.
I’ll take a look at wp_mail. I thought that Buddypress may override what happens in there.
Thanks for that & apologies for posting in the wrong part of the forum. Just noticed that.
March 6, 2013 at 4:03 am #155224In reply to: [Resolved] Login shows wrong URL
TheSeoGuy
ParticipantAny other suggestions???
Or is the only option to delete BuddyPress and all associated tables and reinstall it from scratch???
Cheers
BenMarch 6, 2013 at 1:05 am #155216In reply to: Installation and Forum Issues
@mercime
Participant@benracicot all are encouraged to use bbPress plugin for sitewide and/or group forums see instructions at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
March 5, 2013 at 11:31 pm #155206In reply to: Video: BuddyPress 1.7 Overview
HorrorUK
ParticipantIgnore that, I just added an older trac version, and for some reason it doesn’t show on there either, so must be my site.
March 5, 2013 at 11:20 pm #155205In reply to: Video: BuddyPress 1.7 Overview
HorrorUK
ParticipantI just uploaded the latest TRAC version, but it looks like somebody forgot to add a save settings button to the components settings.
March 5, 2013 at 10:41 pm #155202VegasKev88
ParticipantI finally remembered having an issue similar with a non buddypress installation about a year and a half ago on another new server…..drumroll please…..you guessed it…gd library. The stackscript used on my new linode didn’t have gd library in the stack, so I just installed it, rebooted apache and blam…all is good. You may mark resolved @mercime
March 5, 2013 at 10:11 pm #155199In reply to: Profile as default subtab
wtravis
ParticipantAHA! Found the problem. I thought I had to put bp-custom.php in the root of the BuddyPress plugin folder, but it should go in the WordPress plugins folder instead! Now it’s working!
Somehow missed this tutorial on how to use bp-custom.php, was only guessing based on threads I’ve found here. https://codex.buddypress.org/developer/customizing/bp-custom-php/
March 5, 2013 at 9:52 pm #155196In reply to: Profile as default subtab
wtravis
ParticipantHi bphelp,
Sorry, the first few lines of my code apparently got cut off! I do actually have the define BP_DEFAULT_COMPONENT and tricks_change_bp_tag_position function in there. As far as I can tell I’m using exactly the same code that you’ve proposed. However, sadly, this hasn’t produced the effect I’m looking for.
Is there something else I should be including in bp-custom.php (aside from the opening/closing PHP brackets), or do I need to place bp-custom.php somewhere else other than the root of the Buddypress plugin folder?
March 5, 2013 at 8:31 pm #155182In reply to: How to mass-import users from .csv?
Manish Kumar Agarwal
ParticipantI have created a plugin for BuddyPress Members Import. You can get this from
EDIT – This is premium plugin $12.00
March 5, 2013 at 8:06 pm #155179@mercime
ParticipantMarch 5, 2013 at 7:35 pm #155175bp-help
Participant@nicolerbencomo its located in:
yoursite/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.phpMake sure in dashboard/settings/general/membership that the box is checked beside “Anyone can register”
March 5, 2013 at 6:47 pm #155169NicoleRBencomo
ParticipantI am also a newbie and would like to know how to set up a registration page. I see the registration by BuddyPress installed in my .php core files but I don’t see a page template.
March 5, 2013 at 6:21 pm #155166In reply to: [Resolved] Checking BuddyPress version
GhostPool
ParticipantExcellent. That pointed me in the right direction. I modified it slightly so it compares versions with the “beta” in version number also.
`if((version_compare(BP_VERSION, ‘1.7*’) == -1))`
March 5, 2013 at 5:51 pm #155163In reply to: [Resolved] Checking BuddyPress version
shanebp
ModeratorMaybe this?
`if ( version_compare( BP_VERSION, ‘1.7’, ‘<' ) )`
March 5, 2013 at 5:34 pm #155160In reply to: Add BP Notifications To WP Custom Menu
shanebp
ModeratorThis only works as a widget, but if you can code you could convert it to a plugin that works with your custom menu: http://buddydev.com/plugins/buddypress-notifications-widget/
March 5, 2013 at 3:36 pm #155156In reply to: Buddypress Pages Problem
eleudson
ParticipantHi, I resolve (ubuntu server 12.04, apache2) this problem as follow:
1) Execute the setup wizar of BuddyPress after the plugin activate
Tip from https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
2) Move the plugins\buddypress\bp-themes to wp-content/themes and set the pretty permalink. I’am using the month + name.
Tip from http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/
3) Set the Apache2 mod_rewrite with
# sudo a2enmod rewrite
and change the option AllowOverride of None to all in the file /etc/apache2/sites-avaliable/default
…
`
Options Indexes FollowSymLinks MultiViews
AllowOverride all`
…Tip from http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/
March 5, 2013 at 2:35 pm #155150BenRacicot
ParticipantThanks Hugo! I woke up today realizing that I’m looking for the template hierarchy. Just like BBPress has:
‘plugin-bbpress.php’,
‘bbpress.php’,
‘forums.php’,
‘forum.php’,
‘generic.php’,
‘page.php’
Read that doc here.Could I create a ‘bpress.php’ which will overrule BuddyPress’ usage of page.php as the template for members, groups and activity pages?
March 5, 2013 at 1:25 pm #155146In reply to: BP errors…
shanebp
ModeratorThat’s not a BuddyPress error.
It’s an error from the elvito-bp plugin.You might try asking the plugin author:
https://wordpress.org/support/plugin/elvito-bpI suggest you ask them to read this:
https://codex.buddypress.org/developer/plugin-development/checking-buddypress-is-active/Also – imo – that plugin is lacking basic security.
March 5, 2013 at 12:17 pm #155140ronia
Participant@mercime Thanks! Events Manager is too convoluted and does not have basic features of an Event plugin ( who will attend/ not attend/may attend) – it is also not integrated with activity stream, that is, no comments can be made from activity stream to the event. In comparison – you can see oxwall.org which comes with integrated event (as well as photo)
BP Album is broken with BP 1.7 while BP Media is buggy with 1.7 and lacks tagging or marking directly on photo, a basic feature that is part of all real world social nets as well as scripts like elgg (free) or phpfox(paid).
March 5, 2013 at 4:24 am #155120In reply to: There is no form to upload an avatar for a group?
VegasKev88
Participant@r-a-y thank you for the updated link. Unfortunately, it didn’t fix mine. Hopefully @mercime and I can figure out something over in my thread to figure it out: https://buddypress.org/support/topic/upload-failed-error-was-no-editor-could-be-selected
thanks again for hopping on an old thread and updating it for me, I definitely appreciate it.
March 5, 2013 at 4:22 am #155119VegasKev88
Participant@mercime, thank you for the advice. And for starters, I appreciate all of the time you’ve taken for this one thus far… I did, in fact, forget to do that, though in doing so I haven’t been able to produce any positive results, except I DID GET TO actually use the cropping tool this time, so I definitely got a feeling of momentum.
Here are the results from that…
With default bp theme activated, an image can be uploaded and taken to the “cropping tool”. The cropping tool seemed to function as per normal, though once I make my cropping selection I get this error…
“There was a problem cropping your avatar, please try uploading it again”
I get this in all browsers, with all plugins deactivated (besides buddypress, of course – even the coming soon plugin).
I’m starting to knock around the word “befuddled” in my head, as I haven’t been able to find anything that seems to work either.
-
AuthorSearch Results