and at the bottom of same file, replace
`
Search Results for 'buddypress'
-
AuthorSearch Results
-
August 15, 2011 at 9:05 pm #118484
In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tammie Lister
ModeratorThank you
August 15, 2011 at 8:58 pm #118482In reply to: BuddyPress 1.5 compatibility for plugins and themes
Boone Gorges
KeymasterSure thing – thanks @karmatosed.
August 15, 2011 at 8:38 pm #118480In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tammie Lister
ModeratorCool thankyou, keep them coming.
@boonebgorges : sorry to ask but can you remove the text on those pages as it’s no longer valid and unless I’m wrong editing pages messes them up with iframe?
August 15, 2011 at 8:17 pm #118479In reply to: Modify bp template pack files for onPlay theme
mmendezmi
MemberThanks so much @mercime! Fix worked- pages are displaying in the correct area, but now the sidebar is displaying beneath the content ( http://www.rowvision.com/members/miguel/profile/ ). Can I get a little assistance with this too? I saw a thread earlier with the same prob and now can’t seem to find it.
You presume correct, I have gone through the wordpress to buddypress codex page.
Also can you explain explain a little more about changing the tags wrapped around page titles. Where should I look to see how my theme does the page title tags?
Thanks again- MM
August 15, 2011 at 7:31 pm #118475In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tosh
ParticipantSorry I can’t edit my post. I get a page not found .. but I have another plugin that’s not working with BuddyPress 1.5 Beta. It’s a fairly simple plugin though. But not sure why it’s not working.
August 15, 2011 at 7:26 pm #118474In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tosh
ParticipantBuddyPress 1.5 Compatibility is now complete for CubePoints Buddypress Integration as of version 1.9.3!
Big thank you to @foxly and the team at BuddyPress-Media for helping me get this working for BuddyPress 1.5!
August 15, 2011 at 7:00 pm #118473aqib12
Memberhi
nice to know that u had the same problem that i have .i did the salution but its dont work
when i changed the code $fullname_where = “AND pd.user_id = a.user_id AND pd.field_id = 1
to
$fullname_where = “AND pd.user_id = a.user_id
then my site got a blank page with a line of a code erore
then i dellet the buddypress then my site restore
can u help me to solve that problem? thats my site http://movies.funjojo.com
thanksAugust 15, 2011 at 5:03 pm #118470In reply to: Changing The Title Tags For the Forums
Sven Lehnert
Participantyou can do it with SeoPress: https://buddypress.org/community/groups/seopress/
August 15, 2011 at 4:35 pm #118468Menelik
MemberOh, I’m using BuddyPress version 1.2.9 on WordPress version 3.2.1
August 15, 2011 at 4:30 pm #118467In reply to: Modify bp template pack files for onPlay theme
@mercime
ParticipantI will presume you’ve gone through this https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ and only need to adjust code in BP template pack files as follows:
Open up the first file, activity/index.php and change
``with
`<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value ) === FALSE) { $$value = $value; } else { $$value = get_settings( $value ); }
}
?>``
with
``
The do the same with the remaining template files
Note that you would have to change the
or
tags wrapped around page titles in BP template pack files as needed to
per your theme’s page titles.
August 15, 2011 at 6:29 am #118460In reply to: Changing The Title Tags For the Forums
@mercime
ParticipantCheck out this trac ticket. Know however, that in upcoming BP 1.5, the bp_page_title has been deprecated and WP’s wp_title will be used instead.
August 15, 2011 at 5:47 am #118456In reply to: Buddypress Register and Login Problem
@mercime
ParticipantAugust 15, 2011 at 5:45 am #118455In reply to: User can Register. Registered but can’t LOGIN
@mercime
ParticipantAugust 15, 2011 at 5:12 am #118454In reply to: Activity links open in new window
drmikelbrown
Member@ali would you mind sharing the function that you used to get the links to open in a new window? The above mentioned plugin is not working for me.
August 15, 2011 at 4:45 am #118452In reply to: Documentation for Customizing BP Theme?
@mercime
Participant== As far as the coding goes, am I supposed to start from scratch or copy over all the files from the plugin / bp-default directory? ==
Depends on what modifications you’d like to implement and how you want to go about it.Create a child theme of bp-default – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ – you can import the bp-default default.css in your style.css and make the revisions as well as copy over one or more template files/s from bp-default theme if needed
or use a WP Theme and install the BP Template Pack plugin and go through the process
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/August 15, 2011 at 3:34 am #118450tifire
Participantthanks a lot pcwriter. I will try TDO-Mini-Forms.
August 15, 2011 at 2:43 am #118449pcwriter
ParticipantI’ve used TDO-Mini-Forms for front-end posting and it works well. There’s also Gravity Forms if you want to go the premium route.
August 15, 2011 at 1:40 am #118447tifire
Participantthank you for the kind response. I just tried buddypress quickpress and it didn’t seen to work. Just like what you said, it is out dated. I understand that it takes time. Just can’t wait for your plugin to be available, so we can use it for our project!
If there is no current plugin available, could you please suggest where shall I start? I just wanted to move the blog post feature to the activity update area, probably by adding a new button and a popup window. Users can be confused if they have to go to the dashboard (the wordpress control panel) to create a single post.
Also I have installed the plugin “buddypress groupblog”. Can the same thing be done to a group so group members can post group blog post the same way?
August 15, 2011 at 12:22 am #118445In reply to: Documentation for Customizing BP Theme?
ken_k
MemberWow thanks that looks like a neat add-on.
As far as the coding goes, am I supposed to start from scratch or copy over all the files from the plugin / bp-default directory?
It’s quite a shame that the documentation is lacking considering Buddypress looks very powerful from the example sites I’ve researched.
August 14, 2011 at 11:45 pm #118443RPD
MemberSincere apologies …mercime …pardonez moi….another faux-pas – mais a votre sante! Sure looking forward to BuddyPress
August 14, 2011 at 11:22 pm #118442@mercime
ParticipantDe rien. De nada. Prego. Welcome to BuddyPress
August 14, 2011 at 11:16 pm #118440In reply to: BuddyPress Compatibility Help
@mercime
Participant@tomcos Double-checked source code of your other regular pages. You need to wrap content with additional `
August 14, 2011 at 9:50 pm #118437In reply to: Customizing profile page.
Stigmartyr
MemberEditing the language file will help you change the displayed text.
If you want to remove something DJPaul just shared a method with us here: https://codex.buddypress.org/extending-buddypress/bp-custom-php/
There is also a style sheet hack that I used, it’s posted here: https://buddypress.org/community/groups/achievements/forum/topic/remove-achievement-link-from-menue-bar/#post-106447
August 14, 2011 at 9:49 pm #118436kriskl
ParticipantIt is a great plugin, just testing it,
I wish more people knew about it,one feature /improvement I would suggest
that after the login, user is not taken to WP backend
but homepage or user profile (in Buddypress)
or at least if there was an option for admin to set where user should be taken after registrationthank you
August 14, 2011 at 8:41 pm #118433RPD
MemberMerci beaucoup Mercine
C’est bon!
All good now…
I was nearly there with my edits but not quite & I was confused as I kept checking via adminbar during the edits but it all only woked after all the edits were complete. Magnifique!Thanks very much for your very helpful reply-now I need to see what features I want to enable & configure & explore BuddyPress-looking forward to it…
Best wishes
Richard -
AuthorSearch Results