Search Results for 'questions'
-
AuthorSearch Results
-
March 15, 2012 at 2:37 am #131401
In reply to: Excluding Roles from the member loop!
johnhiemstra
Memberthanks for this code, answers my next need in current BP project. in answer to last two questions, try this plugin I found: https://wordpress.org/extend/plugins/advanced-access-manager/ has allowed me to create custom BP roles recognized by BP core and other plug-ins like Justin Tadlock’s roles-at-registration, role-scoper, etc.
March 8, 2012 at 5:06 am #131009In reply to: Check out my work-in-progress BuddyPress site
mdpane
ParticipantThanks!
When I was first attempting to make something like this, I spent a couple months trying to write it by hand. Then I discovered BuddyPress and realized most of what I wanted had been done already (and probably better than I ever could’ve done by myself), enabling me to spend more time focusing on the important things instead of building out core features. I’m still not entirely satisfied, but I’m getting there.
If you guys find any errors or encounter any problems, let me know.
Likewise, if you have any questions, I’m all ears.March 3, 2012 at 1:45 pm #130817In reply to: BuddyPress last ver. incompatible bbpress 2.0?
seltee
MemberMy problem similar
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-global-forum-and-buddypress/
https://bbpress.org/forums/topic/bbpress-20-forums-page-within-buddypressthey advise
“well they don’t work well together so you need to hack it together”
“All I had to do was add [bbp-forum-index] in the proper page and there you have it.”But what it is? where add the code? On what page? in what place?
sorry for my stupid questions.March 1, 2012 at 2:29 pm #130697Tux Kapono
ParticipantHere’s what my developer came up with, though I sure would prefer this solution in the long term: http://csplacemaking.com/images/profile-questions.png. I can’t understand why anyone would be OK with their birthdate publicly displayed. Anyway it’s a hack, but it works…
She put it in the CSS file, and you have to know the numeric field IDs. Scroll to the end of the themes/[your theme, in my case, Tachyon from Rocketthemes]/css/template.css file and adjust the following code:
.controlwidget {display: inline-block; float: left;margin-left: 1px;}
html body table.profile-fields tr.field_3, html body table.profile-fields tr.field_3 * { display: none !important; }
html body table.profile-fields tr.field_2, html body table.profile-fields tr.field_2 * { display: none !important; }
html body table.profile-fields tr.field_15, html body table.profile-fields tr.field_15 * { display: none !important; }February 29, 2012 at 7:21 pm #130666In reply to: Feedback and help on my BP site
richardpd
MemberHi yadigit
Many thanks for your reply.
I’m afraid I do not know the Avatar upload is controlled.
I have no special plugins.
The 2 plugins I use are BuddyPress template pack and bbpress plugin.
The avatar control is probably through those (except WordPress always has had avatar control so possibly it is inbuilt from my WP theme?).
I don’t know exactly as I am so new to BuddyPress!-sorry…I am more concerned still about my BP site functionality and have several questions on that eg
1.How do I create a forum topic?2. Why is settings>general returning a blank browser page?
In short how do I use BuddyPress and what can I do with it on my site given that I mainly want to use it as a forum?
I am grateful for more helpful replies, comments and feedback-thanks
February 21, 2012 at 8:32 pm #130228Tux Kapono
ParticipantActually, I did. She was wondering if there were more obvious solutions than what she could think of. Though she mentioned that the listed solution only works if you don’t ever have a different field name.
Attached is a screenshot of what I really was hoping BuddyPress would have, a standard Ning feature, which allows you to select ‘private’, so the answer will only be visible to you and other administrators: http://csplacemaking.com/images/profile-questions.png. This is the ideal solution.
February 21, 2012 at 5:23 pm #130079In reply to: Mobile status updates
theTechnaddict
Memberre: buddystream – brilliant, that should enable members of a BuddyPress use a phone to update stuff.
Many thanks Chris for your fulsome and prompt answer to my questions.
February 17, 2012 at 10:11 pm #130008In reply to: New to Buddypress – Questions
brownstone73
MemberGot it all working now. on the 404 error, I just used a 301 redirect:
`
<?php
header(“Status: 301 Moved Permanently”) ;
header(“Location:http://www.sweepbook.com/rate-this/” ) ;
?>
`This works better, if the 404 comes up, it redirects to the homepage… not bad for a starter – all in one day
February 17, 2012 at 8:05 pm #129999In reply to: New to Buddypress – Questions
brownstone73
MemberThanks you all for your answers, I’ll come up with workaround. As mentioned, I know Linux is much better for WEB SERVERS, but like I said, I have .aspx pages that I’d rather not want to play around with.
February 17, 2012 at 7:43 pm #129997In reply to: New to Buddypress – Questions
Hugo Ashmore
ParticipantYou should have a good look through the BP options in the dashboard and turn off components you don’t want, as for editing core files, you don’t!
WP/BP set up correctly should run just as well on any server platform but preference would always be for Linux boxes as they are simply better than windows for running servers.
February 17, 2012 at 7:24 pm #129996In reply to: New to Buddypress – Questions
brownstone73
MemberThank you all for you replies. I have posted this issue on WordPress before when I was using pageline theme, but nobody replied on WordPress.
@Chris, that is exactly what I am looking for, I’m not too fimiliar with coding and currently learning, it will be a big help if I know which codes to remove. I’m basically trying to get rid of all the unecessary things on my site to increase performance. I know wordpress runs better on Linux, but I cannot change to Linux since I have another website that are recieving good traffic, and that website contains aspx pages.
February 17, 2012 at 7:01 pm #129993In reply to: New to Buddypress – Questions
@ChrisClayton
Participant@brownstone73
1) Groups in buddypress are like ‘post types’ in wordpress, while you can deactivate it so that it doesnt do anything, it’s hardcoded into the core and the only way to remove it completely is by editing the core plugin.February 17, 2012 at 6:51 pm #129994In reply to: New to Buddypress – Questions
brownstone73
Memberok, I managed to sort out number 2, just 1 and 3 remaining
February 17, 2012 at 6:49 pm #129992In reply to: New to Buddypress – Questions
brownstone73
MemberThanks for the reply @mercime.
1. I don’t have any groups registered, I just wanted to know if the functionality can be removed completely.
3. http://www.sweepbook.com is my main site, wordpress/buddypress is installed in a subdirectory, http://www.sweepbook.com/rate-this/. If I use the WordPress twentyeleven them, the logos redirect correctly to http://www.sweepbook.com/rate-this/.
February 17, 2012 at 6:39 pm #129991In reply to: New to Buddypress – Questions
@mercime
Participant1) Re: delete not deactivate
You can safely delete each Group you’ve created in each Group’s admin settings.
You can uninstall the Forums for groups in dashboard menu BuddyPress > Forums > uninstall group forums.
You can uninstall Sitewide Forums in dashboard menu BuddyPress > Forums > uninstall sitewide forums.
Then, go to BuddyPress > Components > remove checks for User Groups and Discussion Forums2) Re: if you look at my site http://www.sweepbook.com/rate-this/ you will notice the menu items are on top of each other
– I don’t see that in your site. So it’s either you’ve changed the theme to bp-default theme or you’ve decided to use bp-default’s custom menus to organize your links.
3) Re: The logos on my site, redirects to http://www.sweepbook.com/rate-this
– Right now I see that you have HTML pages at domain root http://www.sweepbook.com/
So where did you install WP/BP, in subdirectory rate-this?and the redirect is to
redirect is to http://www.sweepbook.com/sweepbook/rate-this/ .
WP Settings > General > Site Address URI/WordPress Address URI was changed without proper checks and this is not a BuddyPress issue at all.https://codex.wordpress.org/Changing_The_Site_URL and if that doesn’t help you resolve the problem, please post at https://wordpress.org/support/forum/how-to-and-troubleshooting
February 13, 2012 at 3:49 pm #129722Nate
MemberI found this script at, http://wordpress.stackexchange.com/questions/15444/is-there-an-easy-way-to-move-the-wp-admin-bar-to-my-own-location
I’ve tried to implement it though I’m not having much luck. Should I be changing anything within which would allow buddypress to use it?
function wpse15444_wp_print_scripts()
{
if ( ! is_admin() ) {
wp_enqueue_script( ‘wpse-15444’, plugins_url( ‘wpse-15444.js’, __FILE__ ), array( ‘jquery’ ), false, true );
}
}// wpse-15444.js
jQuery( window ).load( function() {
jQuery( ‘#wpadminbar’ ).appendTo( jQuery( ‘#wpse15444-admin-bar-container’ ) );
} );February 9, 2012 at 4:23 am #129518In reply to: User blog categories
@mercime
ParticipantSingle WP install, sure. Just add the categories from backend and users can only choose from the available categories.
If you’re talking about categorizing a multisite blog, you could use something like this https://wordpress.org/extend/plugins/blog-topics/
Or if you’re looking to create categories in main site which are automatically added to new subsites of multisite install http://wordpress.stackexchange.com/questions/12201/wordpress-multisite-global-categories
February 9, 2012 at 12:03 am #129505In reply to: Best Way to do a 301 Redirect
aces
ParticipantFor a few individual pages you could just add redirect rules, a line per rule, to your .htaccess file – something like:
`
Redirect 301 /oldpage/ http://domain.com/newpage/
`The old page address is from the site root (the same as the htaccess file) the new address has to be from http://
The following discussion might be useful http://wordpress.stackexchange.com/questions/8665/how-to-301-redirect-category-to-customname
February 8, 2012 at 1:17 am #129437In reply to: Cannot Log Out After uploading bp-custom.php
daveC87
MemberThe custom Functions I added area as follows: (When I delete the bp-custom.php everything works fine again)
// Setups up Type=Full avatar pics for BP-post author
function bp_custompost_author_avatar() {
global $post;if ( function_exists(‘bp_core_fetch_avatar’) ) {
echo apply_filters( ‘bp_post_author_avatar’, bp_core_fetch_avatar( array( ‘item_id’ => $post->post_author, ‘type’ => ‘full’, ‘width’ => ’70’, ‘height’ => ’70’ ) ) );
} else if ( function_exists(‘get_avatar’) ) {
get_avatar();
}
}// Changes order for member profile menu items
function bbg_change_profile_tab_order() {
global $bp;$bp->bp_nav = 20;
$bp->bp_nav = 30;
$bp->bp_nav = 40;
$bp->bp_nav = 50;
$bp->bp_nav = 60;
$bp->bp_nav = 70;
$bp->bp_nav = 80;$bp->bp_nav = false;
$bp->bp_nav = false;}
add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );*/// Setup the navigation
// Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
// and http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
function my_setup_nav() {
global $bp;bp_core_new_nav_item( array(
‘name’ => __( ‘my adventure list’, ‘buddypress’ ),
‘slug’ => ‘my-adventure-list’,
‘position’ => 10,
‘screen_function’ => ‘my_adventure_list_link’,
‘show_for_displayed_user’ => true,
‘default_subnav_slug’ => ‘my-adventure-list’,
‘item_css_id’ => ‘my-adventure-list’
) );
}add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );
function my_adventure_list_title() {
echo ‘My Adventure List’;
}function my_adventure_list_content() {
?>
<?php
}function my_adventure_list_link () {
add_action( ‘bp_template_title’, ‘my_adventure_list_title’ );
add_action( ‘bp_template_content’, ‘my_adventure_list_content’ );
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/my-adventure-list’ ) );
}?>
February 5, 2012 at 8:50 pm #129334In reply to: Need some help please
thebuzzer
Memberi have installed that. will that be able to limit the free users so they do not see the biz-buzzers questions?
Also, with that plugin will I be able to add a paid member if they chose to pay offline?
February 4, 2012 at 11:06 am #129246In reply to: [Resolved] a few questions.
sheffieldlad
MemberThanks Chris, I think I got it.
Put it in a small plugin file.February 4, 2012 at 12:28 am #129227In reply to: [Resolved] a few questions.
@ChrisClayton
Participantyou can add it to your bp-custom.php – https://codex.buddypress.org/extending-buddypress/bp-custom-php/
or a small functions plugin (i personally prefer this method
) – http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-usersIt MIGHT also work in your themes functions.php file, but i haven’t tested it.
February 4, 2012 at 12:19 am #129225In reply to: [Resolved] a few questions.
sheffieldlad
MemberThanks for the replt Chris.
I’m quite new to all this and I’m not sure if I am meant to replace code with the code in your link or add it somewhere?Any help would be appreciated
February 4, 2012 at 12:06 am #129223In reply to: [Resolved] a few questions.
@ChrisClayton
Participantre activity comments: https://buddypress.trac.wordpress.org/ticket/1870#comment:2
February 2, 2012 at 8:06 pm #129112In reply to: Interactive Profile Fields During Registration
bojan85
ParticipantHey Marcella, first of all thank you for taking the time to help us, What I am trying to do is very similar as david have two different registration forms depending if their user role is an athlete or coach. I have the regular Bp default theme with the frisco theme, and latest wp and bp.
I have been trying to figure it out for a couple days but cant seem to move forward..where in the register.php do i enter the php code and jquery script? I tried a couple different places..I have matched the group fields with the $roles array I’m guessing thats the only thing im doing right so far…
Sorry for the all the questions I am a beginner at all this..Any tips or help how to move forward would be greatly appreciated!
-
AuthorSearch Results