Search Results for 'wordpress'
-
AuthorSearch Results
-
February 5, 2013 at 1:21 pm #152426
In reply to: Get Buddypress Profile Data in WordPress Page
linish
ParticipantHello all,
I solved the issue by using the hook `wpmu_activate_user`
Thanks for the tips 🙂
February 5, 2013 at 6:32 am #152415In reply to: Missing ADD MEDIA
@mercime
ParticipantWhere are you hosted? I suggest starting from scratch. This time, do not use Fantastico but install WordPress 3.5.1 manually, i.e., s/FTP upload.
February 5, 2013 at 4:59 am #152414In reply to: Missing ADD MEDIA
pjfbncil
ParticipantI tried all plugins without success. Including changing themes. After I reinstalled WordPress Author has add media button Contributor does not. Here is a picture This is the first tome I have used assigned roles. I have been self hosting wp for 3 years.
February 5, 2013 at 4:46 am #152413In reply to: Get Buddypress Profile Data in WordPress Page
linish
ParticipantHello,
I had created the paste of the code i had tried both in profile-loop.php and in
functions.php
`http://pastie.org/6050342`
The code is working fine in profile-loop.php but showing blank result in
functions.php
February 4, 2013 at 9:05 pm #152380arijay
Participantwooww.. thx shanebp and karmatosed…:) i use the underconstruction plugin https://wordpress.org/extend/plugins/underconstruction/ and it was the problem, now my site works perfectly… 🙂 thx again ..
February 4, 2013 at 8:07 pm #152375In reply to: how to override buddypress function using hook?
shanebp
ModeratorI’m not aware of a filter for this, but you can definitely over-ride wp_safe_redirect in a manner that doesn’t affect its usage otherwise, ie. check the $location and adjust if applicable.
To over-ride it, you must do so within a plugin. It’s not about actions or filters.
More info: https://codex.wordpress.org/Pluggable_Functions
>Or, can I not rewrite the entire function messages_screen_compose() so that it overrides the one in buddypress, and put it in functions.php of my theme?
No. And it would be a bad idea even if you could.
February 4, 2013 at 7:32 pm #152367In reply to: Get Buddypress Profile Data in WordPress Page
shanebp
Moderatorxprofile_get_field_data function is provided so that you CAN use it on non-profile pages.
Use http://pastie.org/ or similar to show what you tried.
February 4, 2013 at 7:23 pm #152366arijay
Participanthelo karmatosed..
thx for your reply, and sorry for my late response..:), i develop a new site n im having the same problem, ive tried all your suggestion.. but nothing works for me..:(, here is the link to the site .., im using wordpress 3.5.1 n bp 1.6.4February 4, 2013 at 7:20 pm #152365In reply to: Get Buddypress Profile Data in WordPress Page
linish
ParticipantHello,
I had tried that but it will worked only on buddypress profile page, the same gave blank result in normal wordpress page / custom template for a page
February 4, 2013 at 3:45 pm #152348In reply to: Get Buddypress Profile Data in WordPress Page
shanebp
ModeratorUse :
xprofile_get_field_data( “Company Name” , $member_id)
You have to supply the $member_idIf you’re on a profile page, the $member_id will be provided via bp_displayed_user_id()
Take a look at
/bp-xprofile/ -> bp-xprofile-functions.php -> xprofile_get_field_dataFebruary 4, 2013 at 3:02 pm #152346Lawrence
ParticipantJust seen some activity on this… again, really sorry that things have been on a bit of a pause, but luckily I still have all the code and a basic website so I’ll review everything again with the latest version of wordpress and buddypress and see if I can get this thing published at long last!
February 4, 2013 at 11:41 am #152336In reply to: BuddyPress Compatible
Hugo Ashmore
ParticipantSo ‘friend’ hasn’t actually made an attempt to work this up or if so how far did they get?
This does smack a great deal of treating the forum as a coding service!
It may be an idea to wait for 1.7 to be released then this process will be a whole lot easier.
fwiw hasn’t ”Continuum’ already been packed by @mercime?
Yep it has, OP you really need to check these things first, you should have checked the BP codex first you would have seen the link to the guide with all the work done already for you.
https://codex.buddypress.org/legacy/wordpress-to-buddypress-theme/
http://bpsocialnetwork.wordpress.com/2012/10/23/continuum-theme-themeforest/
February 4, 2013 at 10:41 am #152332In reply to: Missing ADD MEDIA
pjfbncil
ParticipantAuthor and Contributor cannot add pages either. Sorry is this a WordPress thing?
February 4, 2013 at 7:59 am #152319@mercime
Participanthttps://buddypress.trac.wordpress.org/browser/tags/1.6.4/bp-themes/bp-default/members/single/profile/edit.php would normally correspond to huddle/members/single/profile/edit.php file. Since you’re using a premium theme, we have no way to know if the theme author changed the HTML structure of that page. Back up your theme’s edit.php file and watch out that when you change the PHP tags, you won’t mess up the HTML tags in return.
February 4, 2013 at 7:38 am #152317In reply to: WP Symposium Vs BuddyPress
@ChrisClayton
Participant@indirakrishna – Chat is a huge area, and there are all kinds of solutions (some better than others) 🙂
It depends on how you need the chat plugin to function, really.
https://wordpress.org/extend/plugins/bowob/
https://wordpress.org/extend/plugins/buddypress-ajax-chat/
https://wordpress.org/extend/plugins/envolve-chat/February 4, 2013 at 5:36 am #152306In reply to: Not sending New User's password
@mercime
Participant@resom Thank you for posting back what the issue was.
I would suggest that you also post at s2member’s WP forum to report this issue with current BP version so they can look into it and fix it https://wordpress.org/support/plugin/s2member
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 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 1:33 pm #152261In reply to: BP not working
cullaloe
ParticipantBP doesn’t seem to work at all with multisite installations of WP 3.5.1. I’ve just spent an hour clearing up the mess. The installation wizard seems to assume it’s going into a single domain wordpress installation and can’t cope with anything else.
It’s not at all suitable for multisite/multidomain installations.
Nothing to do with memory, either.
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 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:24 pm #152238In reply to: Adding custom profile fields to Member Profile
ebraxton30
ParticipantI finally figured this out. Â I am using Gravity Forms user registration plugin to work with my Buddypress theme. Â My field names varied slightly between the custom profile field name and what I put on the user registration form. Â I realized that I must use field name as it is entered in the WordPress Custom Profile Field.
I do have one question…I would like to display the field name as well as what was entered in that field. Â For example, this site is a cancer site and users will enter their type of cancer. Â I would like it to read “Type of Cancer: Breast” rather than “Breast”
Any suggestions?
February 1, 2013 at 10:59 pm #152216In reply to: Activity Plus
inkblot
Participant@enquirer32, for your first issue you could try a plugin like https://wordpress.org/extend/plugins/wp-external-links/ and this should work exactly as you wish in conjunction with the Activity Plus plugin by opening a link in a new window with the settings properly adjusted within the plugin admin.
As for the second issue, I’m not sure as I’ve not used any of the widgetized options there before…
Hope this helps!
February 1, 2013 at 8:10 pm #152209@mercime
Participant@mbyrne please post at https://wordpress.org/support/plugin/buddypress-docs
February 1, 2013 at 7:27 pm #152199In reply to: HELLO?!?! Any Moderators?
@mercime
ParticipantI was under the impression that the point of the forum was to get help/answers to issues.
@jwf3773 Sure it is. However, holding moderators as if they were accountable for third-party plugins per your call out in topic title “HELLO?!?! Any Moderators?” is not kosher 🙂 Please do post support requests for this plugin at https://wordpress.org/support/plugin/bp-group-reviews
Cheers. -
AuthorSearch Results