Search Results for 'wordpress'
-
AuthorSearch Results
-
February 7, 2013 at 12:59 pm #152578
In reply to: Can BuddyPress do this?
Scott
ParticipantMultisite WordPress along with this plugin will get you close to what you want.
February 6, 2013 at 9:48 pm #152534In reply to: [Resolved] groups page missing when activated
@mercime
ParticipantBP 1.7 trunk is not actively supported in this forum at this time. Having said that, Testbp.org is running WordPress 3.6-bleeding, BuddyPress 1.7-bleeding, and bbPress 2.3-bleeding
February 6, 2013 at 8:38 pm #152525abarclay
ParticipantHi there – that was what I tried when the original tabs stopped working. I created a new menu, selected all the pages I wanted from the pages list and set that as my new default menu. Tried creating a new one just to double check. No joy, still does the same thing. Still have the BP components working, the pages I made not, but they’re find-able by searching.
I updated bbPress and JetPack at the same time, but not WordPress itself (I’m on 3.5). I’m using the Post name permalink option which is what I was using before, I believe – I know on other blogs that caused trouble but the link shown on the edit pages matches the links which fail to display so no mismatch there. I’m perplexed (but also new to BP).
February 6, 2013 at 7:07 pm #152515In reply to: 404 Errors on member links and member search
@mercime
ParticipantI have set up buddypress 1.6.4 on WordPress 3.5.
– Should be on WP 3.5.1. Or was that a typo error?
– Did you go through the Installation Wizard after activating BuddyPress?
– Have you tried re-uploading BuddyPress plugin manually? i.e, via s/FTP etc?
– Are you using any membership plugin? Please deactivate and check if issue is resolved.February 6, 2013 at 4:44 pm #152501In reply to: Help web project with BP
modemlooper
Moderatorthere many ecommerce plugins for WordPress but none are 100% integrated into BuddyPress to allow a user to run a shop inside the BuddyPress install. Other option is to run WP multi-site and allow users to have their own site with their own individual store
February 6, 2013 at 4:38 pm #152500In reply to: Buddypress Group Forums issue
@mercime
Participant@chrchcol sorry, I cannot replicate the issue. The only times I’ve seen reports of such errors was in older BP versions where you install group forums via old Settings > BuddyPress > Forums which is not in the current instructions for installing the group and sitewide forums
– Did you by any chance use a webhost script like Fantastico/Softalicious/etc. to install your WordPress? If so, start from scratch and re-upload WP manually, i.e., via s/FTP etc
– Check on the off-chance that you have a bb-config.php file in the root of your WP install (same level as your wp-config.php) and delete it.
–February 6, 2013 at 2:38 pm #152492In reply to: Using BP as a study logger?
@mercime
ParticipantBuddyPress with https://wordpress.org/extend/plugins/achievements/
February 5, 2013 at 10:51 pm #152457In reply to: [Resolved] BP 1.6 admin bar menu and profile editing
@mercime
Participant@shanebp @ubernaut if you’re the original poster, you can “edit” your topic and just add [Resolved] before your topic title, which I’ll do now for this topic. There’s a cool new plugin by imath which makes it much easier to mark a topic as resolved in your own installations https://wordpress.org/extend/plugins/buddy-bbpress-support-topic/
February 5, 2013 at 1:24 pm #152427In reply to: Missing ADD MEDIA
pjfbncil
Participantuploaded wordpress 3,5.1 zip downloaded from wordpress. unzipped manually installed mysql installed buddypress with default buddypress theme manually created pages. contributor does not have add media. author does so will use author. thanks for your time i give up.
February 5, 2013 at 1:21 pm #152426In 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
-
AuthorSearch Results