Search Results for 'buddypress'
-
AuthorSearch Results
-
June 18, 2012 at 7:12 am #135987
In reply to: sign up error page
chennareddya
MemberEarlier also i had some wordpress sites under localhost, i kept default permalink. If i tries to change to other, it give error page. So i never tried to change it. Now in this case also, i kept default option for permalink. Whether i change it or not buddypress tool-bar menu items redirecting to error page.
Thanks,
ChennaJune 18, 2012 at 6:25 am #135986@mercime
ParticipantCheck out the RTL stylesheet of bp-default which brings the sidebar to the left https://buddypress.trac.wordpress.org/browser/tags/1.5.6/bp-themes/bp-default/_inc/css/default-rtl.css
June 18, 2012 at 6:23 am #135985In reply to: Buddypress page blank
@mercime
ParticipantEdit-
June 18, 2012 at 6:10 am #135983In reply to: Buddpress Pages Not Loading
@mercime
Participant== my Buddpress pages no longer load. ==
@andersonjn I see members, groups, activity … which BP pages are not loading for you?
I also saw that you need to tweak the styles of your BP pages for the twenty eleven theme. Check out the style modifications done on twenty eleven child theme with BP template pack near middle of this page https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/3/
June 18, 2012 at 5:36 am #135980In reply to: Buddy Press problems!
June 18, 2012 at 5:34 am #135979In reply to: Can BuddyPress do this?
@mercime
Participant== These posts are then kept in a queue until approved and if approved published along the content that the main author/blog publishes (only under the name of the member who submitted the blog post). ==
You’d have to make the role “Contributor” so they can post in the backend (wp-admin) and you get to approve each post before it’s published in your site.
June 18, 2012 at 5:31 am #135978In reply to: n00b confused as $%#*
@mercime
ParticipantGo to your profile page https://buddypress.org/community/members/synaptic/profile/edit/group/1/ and make “Name (required)” different from your username. One way to prevent spammers’ posts from appearing in activity streams.
June 18, 2012 at 5:25 am #135976@mercime
Participant== After installed the Randy Candy Child Theme, the menu show each page 2 times and don’t show the footer widgets.==
Randy Candy Child Theme has not been updated for some time already. There are some changes which need to be done on the header.php and footer.php.
== BuddyPress Group Live Chat ==
As noted on plugin page in WordPress extend, that plugin has been tested on BP 1.2.8. It has not been updated for BP 1.5+
June 18, 2012 at 12:07 am #135974nickharambee
Participant@karmatosed Thanks for this. It works well except that I’d like the sidebar to be a fixed width, and the content to be a variable width (up to the max width setting). Is there any way to adapt your method to work with a fixed width sidebar?
June 17, 2012 at 9:46 pm #135969In reply to: Buddy Press problems!
danbpfr
Participanthello,
1) http://jeffersonsnewspaper.org/2012/tips-for-using-the-wordpress-admin-bar-with-buddypress/
2) ‘coz you’re in a bad mood…
3) aaaaaaaah !!!! and god in all this ?
4)
https://wordpress.org/extend/plugins/sudoku-wp-widget/
https://wordpress.org/extend/plugins/barrel-roll/
https://wordpress.org/extend/plugins/hello-hollywood/
https://wordpress.org/extend/plugins/emc2-popup-disclaimer/
https://wordpress.org/extend/plugins/hello-hal/June 17, 2012 at 8:19 pm #135965In reply to: Adding jQuery script for background image animation
nickharambee
Participant@phrees Thanks, I fixed the issue by using:
function register_head_scripts() { $url = '/js/backgroundPosition.js'; // Add the path to your .js file echo "n"; // Leave this line alone } add_action('wp_head', 'register_head_scripts'); ?>June 17, 2012 at 6:41 pm #135962In reply to: Translate buddypress into Norwegian
baiaz
MemberThank you,.. I will check it out!
June 17, 2012 at 3:18 pm #135959In reply to: Buddypress actions and group activity stream
shanebp
ModeratorAddressing just the do_action part of your question.
add_action is used to call a particular function
do_action is used to provide a hook to and specify when/where that function is calledFor example, in groups/single/activity.php, you should see this:
``
So, in your theme functions.php, you could do this
`
add_action( ‘bp_before_group_activity_content’, ‘my_function’);
function my_function() {
echo “my_function was called“;
}
`You should see “my_function was called” after the form and before the activity listings on all group activity pages – because that is where the do_action is located.
You need to read up on do_action / add_action and apply_filters / add_filter.
These concepts are essential to creating any WP codeJune 17, 2012 at 9:59 am #135953In reply to: Profile fields and Activity Stream not working.
ninjaface
ParticipantSwitching to the default buddypress theme does not correct this issue. Could this be some sort of issue when during an install maybe of buddypress? If so how would I do a clean reinstall and would this affect my existing content?
June 17, 2012 at 8:53 am #135952In reply to: Plugins Search
nickbaer
MemberSame if I search on a keyword like “photo” as in photo gallery.
Viewing plugin 1 to 10 (47 total plugins)
Only ever see 1-10, page after page.
https://buddypress.org/extend/plugins/2/?search=photo
https://buddypress.org/extend/plugins/3/?search=photo
https://buddypress.org/extend/plugins/4/?search=photo
https://buddypress.org/extend/plugins/5/?search=photoJune 17, 2012 at 8:53 am #135951In reply to: Translate buddypress into Norwegian
Paul Wong-Gibbs
KeymasterTranslation is managed by http://wppolyglots.WordPress.com — post there and ask to contribute to the Norwegian translation of BuddyPress. Thanks!
June 17, 2012 at 8:51 am #135950Paul Wong-Gibbs
KeymasterThe top five are WordPress roles. The rest are from bbPress. BuddyPress doesn’t use them. I’m not sure what they do in bbPress.
June 17, 2012 at 1:27 am #135949Anonymous User 8418620
Inactive@ChrisClayton Hey man, are you fine? Do you know a plugin or a code to do this above??? Thanks to help me in everything here, thanks and hugs!
June 17, 2012 at 12:52 am #135947In reply to: multi-domains plugin conflict?
Patricia BT
ParticipantHi Paul and thank you very much for your answer
well, I use then multi-domains plugin from WPMUdev (yes there is a choice given in dropdown), but then I must comment out this in BuddyPress code, in order to get the multi-domains plugin to work.
the plugin works well without BP, so WP alone allow that, so I am not sure to understand “how can BuddyPress know what domains it could use?” I thought BP would use WP mechanism (on which the plugin act). I’m not at all a coder so that’s why I’m asking

so is there any problem related to that (commenting out) that you could forsee? no problem for me to comment out? (except for the fact I will need to recomment at every upgrade)
thank you very much
June 16, 2012 at 11:53 pm #135946In reply to: Adding Dynamic Profile Link to Main Menu Item
@mercime
Participant@thadman as I mentioned above, the code works in Custom Community theme per my test.
Posted in pastebin.com => functions.php file of Custom Community with the dynamic profile link at the bottom of the file. http://pastebin.com/cagpd9Mc
June 16, 2012 at 10:51 pm #135944In reply to: Adding Dynamic Profile Link to Main Menu Item
Thadman
ParticipantOk Thanks.
I am using Custom Community Version 1.8.9.1 though, I’m switching from iBlogPro because I wanted to start using buddypress. The site at the front is an iBlogPro Theme but that function file is from the custom community theme.June 16, 2012 at 10:42 pm #135943In reply to: The comment option don’t work…
@mercime
ParticipantYou’re referring to commenting on Activity Stream updates and the like, right? Have you deactivated plugins except BuddyPress to see if issue is resolved? Have you re-uploaded BuddyPress plugin?
June 16, 2012 at 9:07 pm #135940In reply to: Moving to a permanent Domain after developing
@mercime
Participant@nickbaer as original poster, you can mark (edit) this topic as resolved. Before activating BuddyPress in your permanent domain, make sure that your WordPress is working as expected. If you have any issues regarding the migration, do post at https://wordpress.org/support/forum/how-to-and-troubleshooting
June 16, 2012 at 9:05 pm #135939In reply to: Adding Dynamic Profile Link to Main Menu Item
@mercime
Participant@thadman the code won’t work with your theme. You should contact theme developer (or use forums of iblogPro users) who has coded own custom menu and therefore is not using wp_nav_menu function directly to call the menu.
June 16, 2012 at 8:52 pm #135936In reply to: [Resolved] Can’t install BuddyPress – White Screen
Paul Wong-Gibbs
KeymasterActually, please do create a new topic. This thread would become unreadable for anyone coming back to it later.
-
AuthorSearch Results