Search Results for 'buddypress'
-
AuthorSearch Results
-
August 29, 2011 at 5:10 am #119194
@mercime
Participant@gregfielding I know what you mean

As DJPaul mentioned here, child themes can declare and empty function to override parent theme’s function. Check out Boone’s solution – a proposed patch which works of course and is better IMHO.
You might have noticed that the link to stylesheet is no longer in bp-default theme’s header.php. Hence, you could either add the link to stylesheet in child theme’s header.php or enqueue main stylesheet ala bp-default theme.
Cheers.
August 29, 2011 at 2:27 am #119192gregfielding
ParticipantFound it: https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
But is the proper answer just to call the enqueuing empty?
August 28, 2011 at 11:24 pm #119188In reply to: Buddypress Notifications Manager : My first plugin
Denise
ParticipantHi, I wasn’t able to access the link to download the plug-in. I hope it’s still around as this functionality would be very helpful! Is there a new link?
I’m getting complaints that the default notification settings are very annoying to my users. Short of finding a way to change the default settings, I’d like to at least manually change them for my users before they have the chance to get annoyed with so many emails.
Thanks for any updated info on the plug-in!
August 28, 2011 at 10:43 pm #119186In reply to: [Resolved] 404 error
aces
ParticipantYou need to be using non-default permalinks to use buddypress! see (point 1): https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
August 28, 2011 at 9:49 pm #119185technogenii
MemberI have BuddyPress Version 1.2.9 – I just installed it today, and I have this exact same problem. Is there a fix that doesn’t have me playing in the code?
August 28, 2011 at 7:58 pm #119180enderandrew
MemberThat solution did not work for me. I copied the _inc folder into my child theme, and disabled Buddypress Template Pack.
The layout was then messed up, no doubt from missing CSS. I could Add a Friend, but it didn’t use Ajax. It just re-loaded the page. And trying to post a status update just leads to a 404.
If I enable Buddypress Template Pack, it tried to use Ajax for Add a Friend and Status Update, but neither work.
August 28, 2011 at 7:49 pm #119178enderandrew
MemberIf I recall correctly, this is fixed in trunk. I think it was a conflict with bp-template-pack and BP 1.5.
August 28, 2011 at 6:10 pm #119176gregfielding
ParticipantI’ve got this error now as well. I activated buddypress and then activated the default theme BEFORE going through the buddypress setup wizard.
How can I undo?
You can see it:
http://townswell.com/Thanks!
August 28, 2011 at 11:16 am #119174In reply to: Voting / Polls Plugin for Buddypress Groups Request
nysom
MemberI belong to a social/volunteer group and am currently building a site for us. We’re currently on meetup.com, but want to establish ourselves as a newer, bigger thing. We use polls to allow members to vote on outings and events, like a choice of amusement parks, or volunteer activities. Something simple that would show the options, the vote count and the results would be great. Oh, and single vote per user.
August 28, 2011 at 9:57 am #119172In reply to: Replacing landing page in BP
nysom
Member@modemlooper — That was embarrassingly simple. Thanks.
@r-a-y — I’d already created a custom template.
@digitalhytop — Do what modemlooper says. Click the link, follow the instructions. It works.
Thanks for playing, everybody. Consider this issue SOLVED.
August 28, 2011 at 8:28 am #119171debbieoakley
MemberUpdate: Now I can’t access my site at all which is http://www.familyhotspots.com.au
here is the error message
Warning: Cannot modify header information – headers already sent by (output started at /home/familyho/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:362) in /home/familyho/public_html/wp-includes/pluggable.php on line 934August 28, 2011 at 6:50 am #119170In reply to: Buddypress 1.5 Bug Reporting!
Fee
ParticipantIt changed a little bit now – no blank pages anymore, just page not found. The links work correctly when I jump into a topic as admin and do this or that, but not when I just posted something before editing. This is the case:
When I just added a new reply, the post-id is added to the url like [path to group forum]/topic/[topic-title]/?#post-69. If I click on the edit, close topic or make sticky link now the wpnonce cannot work correctly because it tries using the url with the post_id. There’s a page not found now and the url end like this: [path to group forum]/topic/[topic-title]/close?_wpnonce=a4e6cc5c11.August 27, 2011 at 11:42 pm #119162enderandrew
Member@Robbysusanto are you saying you should copy the _inc folder but not enable the JS integration through the plugin?
August 27, 2011 at 9:48 pm #119161robbysusanto
MemberTosh, please try my way, 1. use any themes of your choice 2. Enable BuddyPress Template Pack 3. Copy folder _inc from “/public_html/wp-content/plugins/buddypress/bp-themes/bp-default” into your theme directory
its work at my site indonesiabox.com and also otolover.com
August 27, 2011 at 9:48 pm #119160In reply to: buddypress layout
snfdesigngroup
Memberplease could you delete the url from my post please
August 27, 2011 at 9:09 pm #119158In reply to: WordPress BuddyPress Integration
kkradel
ParticipantActually, plugins aren’t better, as they take up memory (I’m now on a VPS, so memory usage has become a concern) and they create a lot of doorways for hackage (not the good kind). I like, and would rather, hard code where ever I can, and I do, but I just don’t have the time or the bandwidth to do what I want to do on my own with BuddyPress, hence I’m stuck with plugins.
Before using Multisite, I hard coded as much as possible – all the header/footer stuff, links that I knew were stable. If I found a plugin that worked by adding one line of code, I just found that one line of code and added it by hand instead of using the plugin.
Currently I’m already using 30 plugins in a WordPress multisite and I’m still not getting all of the features that I need.
Already using BP Template Pack plugin. Already created my pages, which are fine, the problem is hacking the look and feel of BuddyPress elements within those template pack pages. Things that should be hardcoded, like the navbar, subnav, elements that should be automagically installed and configured, like the ones I mentioned above, are not.
Because I’m not using the BuddyPress theme, I can only guess that those elements are hardcoded into the theme instead?
I’d much rather be spending my time trying to hack a way for my BuddyPress members and my WordPress members to be integrated – or trying to make my already existing NextGen Galleries work as an “Album” within BuddyPress … but instead, I’m trying to figure out how to unscramble the stupid subnav bar.
Thanks for the code snippet links … I’m sure those would/should have shown up on my google searches if they had contained information that I was looking for. But when I get the time, I’ll peruse them and see if they contain the hacks I need. The stuff I need is really basic though and I don’t understand why it’s just not on the BuddyPress site, unless I am really missing something, which I could be …
Thank you for trying to help … !
August 27, 2011 at 8:25 pm #119157In reply to: WordPress BuddyPress Integration
modemlooper
ModeratorPlugins are better because then you have options as apposed to only having what is in core. BuddyPress comes with a set of core components but each of these have hooks, filters you can plugin into and craft anything your coding skills can muster.
You can use the profile part or maybe you just need groups. Pick and choose what you need to make it work for you.
The BP template pack plugin is there to help you integrate with a regular WP theme.
Code snippets:
http://bp-tricks.com
http://blog.etiviti.com/tag/buddypress-hack
http://buddydev.com/category/buddypress-tricks/August 27, 2011 at 6:03 pm #119151In reply to: Admin Bar and Spacing Issues
modemlooper
Moderator@karmatosed I was going to put in a ticket for this issue. Maybe you could come up with a fix?
August 27, 2011 at 6:00 pm #119150modemlooper
ModeratorThis isn’t a buddyPress issue. Google this for WordPress. There may even be a plugin already.
If not you create an if statement on e same page template:
If user_is_logged_in {
}else{
}
August 27, 2011 at 5:36 pm #119149In reply to: Getting group avatar, outside of loop.
dyerrington
MemberAlright, drilling down a bit further, in bp-groups/bp-grouptemplatetags.php, around line 279, there’s our bp_get_group_avatar() method.
`
function bp_get_group_avatar( $args = ” ) {
global $bp, $groups_template;$defaults = array(
‘type’ => ‘full’,
‘width’ => false,
‘height’ => false,
‘class’ => ‘avatar’,
‘id’ => false,
‘alt’ => __( ‘Group avatar’, ‘buddypress’ )
);$r = wp_parse_args( $args, $defaults );
extract( $r, EXTR_SKIP );
var_dump(‘buddypress group_avatar_call’, bp_core_fetch_avatar( array( ‘item_id’ => $groups_template->group->id, ‘object’ => ‘group’, ‘type’ => $type, ‘avatar_dir’ => ‘group-avatars’, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height )) );
/* Fetch the avatar from the folder, if not provide backwards compat. */
if ( !$avatar = bp_core_fetch_avatar( array( ‘item_id’ => $groups_template->group->id, ‘object’ => ‘group’, ‘type’ => $type, ‘avatar_dir’ => ‘group-avatars’, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height ) ) )
$avatar = ‘group->avatar_thumb ) . ‘” class=”avatar” alt=”‘ . esc_attr( $groups_template->group->name ) . ‘” />’;
return apply_filters( ‘bp_get_group_avatar’, $avatar );
}
`So I’ve var dumped the parameters that are used for bp_core_fetch_avatar() when it’s called from the default group landing page, then var_export($args, true) and copied that output directly to my own code and surprisingly, I get the same result as before, a blank img tag. So, this leads me to believe that this method is not meant to be used in the way I am using it.
As I find a better solution, I will follow up in case this is useful to someone else.
August 27, 2011 at 3:50 pm #119148Abdelhadi Touil
ParticipantI find the solution, via admin panel of main site, I just add the user already registred in the network to be member in the main site by entering his email addresse via: Members -> Add new member then I choose add existing memeber.
It’s manual solution but it’s ok.
Hope this helps who have the same situation.August 27, 2011 at 2:48 pm #119147In reply to: permalink structure
amg
ParticipantThanks, in the permalink it are frozen urls, so I did a lot of other things, .htacess code and so on. As this is a website on the same account of another website, the provider gave more space and then I started from scratch again, brand new website (not a big problem as the site was from yesterday)
After installing buddypress: the same notification…error. Grrrt, then I only changed in permalinks the choice from -default- to -custom- and, amazing, that solved the problem.
So thank you, it is solved.
August 27, 2011 at 4:40 am #119143In reply to: Advanced settings for group forums?
esploded
MemberThanks @mercime for the advice, but it still won’t work! ARGH.
Setup:
Single WP, MAMP (mac server), Not on a domain yet, but is on the root of MAMP/htdocs/wordpress
I did all of the steps above, but still no use. I hate you “There are no posts for this topic.”!Also, what do you mean by I didn’t “install/active BP in a subfolder/subdomain”? My buddypress site just has a tab under “community” which leads to the groups, forums, etc.
August 27, 2011 at 4:10 am #119142In reply to: It must be a National secret
enderandrew
MemberIt helps to post with a clear subject of what you’re looking to do.
Buddypress Media – http://code.google.com/p/buddypress-media/
BP-Gallery – http://buddydev.com/plugins/bp-gallery/
BP-YouTube-Feed – http://buddydev.com/plugins/bp-youtube-feed/
Tubepress – http://tubepress.org/But this might be the best solution for you:
https://wordpress.org/extend/plugins/contus-video-galleryversion-10/
There are tons of options. I just found that one with a quick Google search, so it can’t be a national secret.
August 27, 2011 at 1:35 am #119139In reply to: Buddypress doesnt work when I enable The Network.
@mercime
ParticipantThe basic steps @thewhyteempire
1. Make sure you installed WordPress manually instead of using webhost scripts which messes up multisite and BuddyPress
2. Make sure you’ve got mod_rewrite enabled and that your pretty permalinks are working in WP install.
3. Create a network per link given by r-a-y above. Check that you can create a new subsite and that you can upload images in said subsite.
4, Then install BuddyPress and activate in main site or in subsite (secondary) created
-
AuthorSearch Results