Search Results for 'buddypress'
-
AuthorSearch Results
-
February 4, 2013 at 5:34 am #152305
In reply to: CometChat – Facebook style chat for BuddyPress
indirakrishna
ParticipantIs a there a free self hosted chat option available which allows only friends to chat in buddypress?
and does the chat feature in WPS fullfill this requirement?
February 4, 2013 at 5:33 am #152304In reply to: WP Symposium Vs BuddyPress
@mercime
Participanthow to migrate total content from buddypress to wps with out disturbance to users and members of the website
@indirakrishna if that is your goal, then the best place to ask at their forums re migration tools, if any, from BP to WPS https://wordpress.org/support/plugin/wp-symposium
Good luck.February 4, 2013 at 5:32 am #152303In reply to: Changing the Forum tab to another name
jefftavernier
ParticipantHi !
Can’t find BuddyPress Extended Settings ? Is that normal ?
How can I change my “forum” tab name ?
Thanks !February 4, 2013 at 5:28 am #152301In reply to: BuddyPress Alternative WP Symposium
@mercime
Participant@indirakrishna this thread is two years old. Please continue your post at https://buddypress.org/support/topic/wp-symposium-vs-buddypress/
Closing this topic.February 4, 2013 at 5:25 am #152300jefftavernier
ParticipantThanks for help ! I just have to paste this line in bp-custom.php file :
`define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );`
Works just fine !February 4, 2013 at 5:12 am #152299In reply to: WP Symposium Vs BuddyPress
indirakrishna
ParticipantBut then I have set up a complete buddypress by integrating soo many plugins to get basic features.. So do u have any idea of how to migrate total content from buddypress to wps with out disturbance to users and members of the website
February 4, 2013 at 5:06 am #152298In reply to: WP Symposium Vs BuddyPress
modemlooper
ModeratorI would not recommend using multiple social plugins on the same site
February 4, 2013 at 5:04 am #152297In reply to: BuddyPress Alternative WP Symposium
indirakrishna
Participanthttps://buddypress.org/support/topic/wp-symposium-in-buddypress/#post-152295
Hi,great developers and surely I know Boone Because I am using many of his pluginsBut can you guys answer me counting me as a NOT A DEVELOPER OR NOT EVEN KNOW CODING BASICS as I am from indian engineering background I do not have much idea into coding part. So do let me know of the best plugins which are free and self hosted on my BP so that I can get all features in WPS
February 4, 2013 at 4:58 am #152295In reply to: WP Symposium in BuddyPress
indirakrishna
Participantforum, activity, member directory, mail, chat, profile page, groups, events, gallery, mobile, RSS are shown as available in WPS but I felt I can get all these using other plugins in buddypress But want to know the best FREE AND SELF HOSTED PLUGINS for LOGGED IN FRIENDS in BUDDYPRESS and want to know how to get some sort of Points system to encourage users to participate in good discussions to enhance the knowledge experience in my BP installation.
February 4, 2013 at 2:53 am #152289In reply to: Not sending New User's password
@mercime
Participant@resom that’s really strange. Is this a new installation? Have you deactivated plugins except BuddyPress to check if there’s some conflict?
February 4, 2013 at 2:06 am #152287John James Jacoby
KeymasterHowdy y’all. This was a small bug introduced in BuddyPress 1.5, that is now fixed in trunk, and will come as part of 1.7. I’ll cross-post this to bbpress.org, since I know users there are having these issues also.
February 4, 2013 at 12:20 am #152283In reply to: Installation Wizard Failure Due To Doc Confusion
@mercime
Participant@intimez I misunderstood your first post. I’ve just updated the instructions for installing sitewide and group forums. https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
February 3, 2013 at 11:33 pm #152282fordp
ParticipantLook at:
Line 252 of wp-content/plugins/buddypress/bp-core-template.php
You can create a filter in function.php, or just hard code the search box (look at the HTML for the search bar, then replace the call for it with a call to template file, or edit the core code.
February 3, 2013 at 11:22 pm #152279Toby Cryns (@themightymo)
ParticipantYou could add “/forum” to the end of the permalinks on “groups/groups-loop.php” of your theme.
February 3, 2013 at 11:08 pm #152278fordp
ParticipantTake a look at this topic:
https://buddypress.org/support/topic/changing-group-tab-display-defaults/#post-55449
I set a custom tab as the default for my internal collaboration system based on BP, can’t recall exactly how I did it but the above topic looks about right.
February 3, 2013 at 3:34 pm #152264In reply to: Register page is blank
hayleyc
ParticipantThanks @slaffik, I’m seeing the following errors – any help with fixing them?
PHP Parse error: syntax error, unexpected T_STRING in /var/sites/r/***/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php on line 236
PHP Notice: add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead. in /var/sites/r/***/public_html/wp-includes/functions.php on line 2705
Thanks.
February 3, 2013 at 3:12 pm #152263In reply to: Buddypress building shortcode
@ChrisClayton
Participant@enriksen –
To ‘do’ shortcodes in different content areas, you will need to filter do_shortcode() into certain functions. See the WordPress codex for documentation on do_shortcode() https://codex.wordpress.org/Function_Reference/do_shortcode and add_filter: https://codex.wordpress.org/Function_Reference/add_filterTo add it to the activity stream, you’ll want to add
`add_filter(‘bp_get_activity_content_body’, ‘do_shortcode’); // Adds shortcodes to activity content.`Xprofile is similar:
`add_filter(‘bp_get_the_profile_field_value’, ‘do_shortcode’); // Adds shortcodes to xprofile content.`You can find a list of filters in BuddyPress in bp-{component}/bp-{component}-filters in the buddypress files.
eg: https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-filters.phpRemember that this will allow all shortcodes to be used [which is why it’s not on by default], currently there is no way to pick and choose what shortcodes to allow short of using a plugin such as https://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/.
February 3, 2013 at 7:33 am #152259In reply to: Main Blog stopped accepting any file uploads
@mercime
ParticipantI see that you’ve also posted at https://wordpress.org/support/topic/plugin-buddypress-activity-plus-impossible-to-upload-a-picture-and-add-link-not-working
a) It could be that the Activity Plus plugin needs to be updated or
b) it is also possible that you’ve maxed out the default network settings for that blogsite. Did you get any warning of that sort?
– Go to Network Admin > Dashboard and click on Settings > Network Settings and check if there was any limitation set there in “Site Upload Space Quota” section
or
– Go to Network Admin > Sites and click on the “Edit” link below the blog/site where BP is installed i.e., where you’re using the Activity Plus plugin. Click on the Settings tab and in the panel which shows up, look to the very bottom of that page, check “Site Upload Space Quota” if it was left blank to default
c) could also be that another plugin has set the upload space quota
d) could also be just another plugin conflicting with the activity plus plugin.February 3, 2013 at 7:13 am #152257In reply to: Registration Form Not Submitting
@mercime
Participant@stobywan I’ve closed https://buddypress.org/support/topic/registration-not-working-5/ I have answered you here but you did not respond. Per that topic, registration stopped working after you upgraded to BP 1.6.4.
Please explain exactly what the bottleneck is for your registration.
– Can registrant complete registration process in your site?
– Is your installation sending activation emails or not?
– Is the registrant receiving the activation email or not?February 3, 2013 at 6:35 am #152255In reply to: Registration NOT Working
@ChrisClayton
Participant@stobywan – Please don’t create new threads, there is a response that is waiting for an answer at https://buddypress.org/support/topic/registration-form-not-submitting-2/
You’re more likely to get a response via answering the questions there. By not responding to questions, those who are attempting to help assume that it is fixed and move on and help others.
February 3, 2013 at 6:28 am #152254In reply to: BBPRESS/Buddypress issues
@ChrisClayton
Participant@chrchcol – this seems like the same issue – http://premium.wpmudev.org/forums/topic/fatal-error-when-trying-to-access-group-forums-in-buddypress
From Jeff in that thread:
Thanks so much for all of your input… turns out all that I needed to do was re-do the setup for the forums pointing it to the old bb-config.php file.
After completing that step, all the forums worked again without a hitch and no data was lost.
February 3, 2013 at 12:00 am #152246In reply to: BuddyPress Compatible
@mercime
Participant@patrykos360 tell your friend to post here, NEW TOPIC. Nothing to lose. We’ll see if the theme’s code would allow us to implement it painlessly
Information on what theme is being used would be good. It may be that we have already template-packed the theme already. If not, then we’ll ask for the codes. You know the drill 🙂
February 2, 2013 at 9:56 pm #152245In reply to: Step 3 For Create A Group Does Not Work
intimez
ParticipantHad three new users of wordpress/buddypress and each of them ran through the docs with confusion. I attempted it myself and noticed the same confusion which is the reason I posted this topic here for assistance: https://buddypress.org/support/topic/installation-wizard-failure-due-to-doc-confusion/
We were able to go through the installation of groups forum with no problem since the doc is clear on that part. Any help from your end is appreciated. Thanks for your reply @karmatosed
February 2, 2013 at 8:51 pm #152242In reply to: URGENT!!! PLS HELP -> Add new users from admin
ebraxton30
ParticipantBenzine,
I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue. I couldn’t see any way to change or alter user profiles after entered. I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t. A solution…
I am using the Gravity Forms plugin. The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200. It works with Buddypress and User Registration very nicely. You can go through your Gravity Form entries and make all of the edits to user profiles that you need. I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!
February 2, 2013 at 8:49 pm #152241In reply to: URGENT!!! PLS HELP -> Add new users from admin
ebraxton30
ParticipantBenzine,
I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue. I couldn’t see any way to change or alter user profiles after entered. I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t. A solution…
I am using the Gravity Forms plugin. The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200. It works with Buddypress and User Registration very nicely. You can go through your Gravity Form entries and make all of the edits to user profiles that you need. I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!
-
AuthorSearch Results