Search Results for 'buddypress'
-
AuthorSearch Results
-
July 1, 2012 at 9:09 pm #136674
Roger Coathup
ParticipantHave you started by doing all the basic steps:
1. Make a copy of your site (so you are not working on the live server)
2. Deactivate all plugins except BuddyPress
3. Switch to bp-default theme
4. [Ideally make sure you have updated WP / BP to the latest versions]
5. Then uninstall multisite [which instructions did you follow to do that?]Does it work correctly if you do this?
If so, the problem is in your theme or your plugins. If not, the problem is more general.
If working after these steps, switch to your theme, then activate plugins one by one, checking functionality at each stage.
If you can report back on that, it should be possible to give more help (if needed!)
[Edit: it would also be helpful if you gave the exact error message you received – with that information, finding the problem may be much simpler]
July 1, 2012 at 7:10 pm #136671Tammie Lister
ModeratorIt’s hard to say just not knowing your install and set up really. But, BuddyPress does work without Multisite so if you are having issues my advice probably in this case would be to export the contents you want and put on a fresh site.
However, others may have something better as this is a bit of a brutal fix. It’s just that so many things could be at play I’m always keen to strip back as much as can.
July 1, 2012 at 6:07 pm #136669In reply to: Avatars not working on Multiblog
luisrosario
Participant@djpaul Thanks for that bit! I’ll keep my on it!
July 1, 2012 at 4:45 pm #136668candy2012
MemberAny idea at least how can I change this:
`value=””`
to smth like this
`value=””`
The above does not work of course, but if there is a way to insert there the name of the filed, that would do, right?
Thx
July 1, 2012 at 3:00 pm #136665Paul Wong-Gibbs
KeymasterWell, unless someone has happened to do this before and reads it, it’s unlikely someone is going to spend the time to figure it out. It’s not an easy copy-and-paste job.
July 1, 2012 at 2:34 pm #136661candy2012
Memberactually I managed to pass the variables from form7 onto the register.php, but I need those values to prefill some of those extended user fields. As those extend user fields are built up dynamically, I am stuck …
Any idea would be appreciated – this is now 100% regarding buddypress (I really hope this forum is not THAT dead …)
July 1, 2012 at 1:41 pm #136658Paul Wong-Gibbs
KeymasterIt’s a problem with your “Decor” theme. Switch to twentyeleven or another theme, then go back to complete BuddyPress setup.
July 1, 2012 at 12:07 pm #136657Kookidooki
ParticipantThank you Roger et al.
You / we can close this topic.
Best regards,
Kookidooki.
July 1, 2012 at 12:00 pm #136656In reply to: Website shows blank page from mobile
voarsh
ParticipantAre you using buddypress mobile plugin?
July 1, 2012 at 11:58 am #136655Roger Coathup
ParticipantYes, you need to echo the value returned by bp_get_member_profile_data(), or just use bp_profile_field_data() as you’ve done
July 1, 2012 at 11:54 am #136654Kookidooki
ParticipantHello Roger,
I’ve used your code bp_get_member_profile_data, but it failed and found out that his code is the solution:
`<a href="”>Url:`
I know what you’re thinking: what a weird code …. but anyway it’s working.
July 1, 2012 at 11:40 am #136653gaznev2000
MemberHi just did a uninstall and reinstall but didn’t get any log errors. The errors below were the last errors that i received, but i don’t think they have anything to do with buddy press. Where should i go to get help with this?
I am running wordpress locally on a mamp server could that be the problem?
Regards
gary30-Jun-2012 23:53:27 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16
30-Jun-2012 23:53:23 PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php on line 16
30-Jun-2012 23:51:51 PHP Fatal error: require() [function.require]: Failed opening required ‘/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php’ (include_path=’.:/Applications/MAMP/bin/php5.3/lib/php’) in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5
30-Jun-2012 23:51:51 PHP Warning: require(/Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/template-blog.php) [function.require]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/Chimp_Word/wp-content/themes/Decor/page.php on line 5
July 1, 2012 at 11:16 am #136652In reply to: Show custom profile fields in buddyPress?
Pinhead149
Member@RogerCoathup – email is sent
July 1, 2012 at 10:27 am #136650In reply to: Confusing about groups and forums
Roger Coathup
ParticipantHi Jeroen,
we’ve built a lot of sites on BuddyPress – and forums are often a big issue for our clients.
Clients / users expect forums to behave like normal forums (as your users have already indicated as well). Unfortunately, the BuddyPress group forum approach just doesn’t work in this regard.
If forums are crucial to your site – then yes, install the bbPress plugin alongside BuddyPress, and work with the standalone forums it provides.
You’ll need to implement some logic to control accessibility / visibility to certain restricted forums – but that’s not difficult – you can either use the BuddyPress Groups to group your guild officers, and then use the BuddyPress API to test whether a member is in that group. Or, if you don’t require the other group functionality, you may be best to create a new user role with the standard WordPress API.
If you want to see a couple of examples of bbPress providing standalone forums on a BuddyPress site, you can check out our builds for http://worshipministry.com and http://enterprisenation.com
Hope that helps, Roger
July 1, 2012 at 10:20 am #136649In reply to: BuddyPress 1.6 Beta 1 is ready to test
valuser
ParticipantCan’t reproduce this online – so its something to do with my set-up
July 1, 2012 at 9:17 am #136648In reply to: BuddyPress 1.6 Beta 1 is ready to test
valuser
Participantok. this is happening with buddypress as the sole plugin active. (Single site install bp default theme admin user, non admin user – the behavior is as described above)
opened a ticket https://buddypress.trac.wordpress.org/ticket/4320
July 1, 2012 at 9:09 am #136647lakhlu
MemberThanks a lot karmatosed, seems like its going the right direction
Karmatosed, maybe there is a way to apply this particular cs styling to those pages only? or just to “pages” in wordpress and not the main one as well as post types?
July 1, 2012 at 8:33 am #136644Roger Coathup
ParticipantTo make the URL clickable, add an anchor tag and use bp_get_member_profile_data() to get the value for the href attribute.
July 1, 2012 at 7:14 am #136643In reply to: Is a Child Theme a must have?
Roger Coathup
ParticipantNo, you don’t need to use a child theme.
You can work the way you do with Twenty Eleven – copying over the parts of bp-default that you want to reuse into a clean non-child theme. We build all our BuddyPress sites this way.
We do it for a number of reasons: completely different layout structures, markup, and to better allow our clients to upgrade –
If you are building a site for a client, making your site a child of bp-default is not a future proof approach. Often update releases of BuddyPress change look, feel and functional elements in bp-default – if your client upgrades their site and it is a child of bp-default, they will have these changes forced on them.
July 1, 2012 at 6:37 am #136642Paul Wong-Gibbs
KeymasterI’ve never seen anything like that before. I don’t know. Are there any errors in your web browser’s javascript console or on your server’s PHP logs?
July 1, 2012 at 6:36 am #136641In reply to: Avatars not working on Multiblog
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/4252
July 1, 2012 at 6:35 am #136640In reply to: User blogs not created
Paul Wong-Gibbs
KeymasterDisable BuddyPress. Create a new site from inside the WordPress (Network) Admin. Can you access it?
July 1, 2012 at 6:35 am #136639Paul Wong-Gibbs
KeymasterYou could ask them to review their web server’s logs and tell you if/what the error messages are.
July 1, 2012 at 2:16 am #136638In reply to: Is a Child Theme a must have?
modemlooper
ModeratorYes. The BuddyPress template files are in the plugins folder and get written over on upgrade. It’s a safety measure to use a child theme in case you make mistakes.
in a future BP version BP will use something like template parts and you can use any theme.
June 30, 2012 at 11:58 pm #136635In reply to: BuddyPress 1.6 Beta 1 is ready to test
valuser
ParticipantPresume this is the best place for feedback. if not let me know and i’ll do a separate topic.
Bp 1.6 Beta 1 and up to trunk 6154 and wp 3.4.1 local install
on a single site with bp default theme and on a multisite with child of bp default.
Changes to Profile fields visibility don’t seem to be sticking
Hobbies – not a required field Who can see this field ? Anyone (default)
Change Anyone to Logged in Users and Press Save Changes.
Green Box arrives on top of page —-> Changes Saved
But the changes are NOT saved. Everything stays the same !
Refresh page/Empty cache —> No help,
Same for non-admin user as for admin.
I have a good few plugins active and that possibly could be the cause.
Will disable these tomorrow to check.
In the meantime it would be great to have this confirmed or refuted.
-
AuthorSearch Results