Search Results for 'buddypress'
-
AuthorSearch Results
-
April 14, 2011 at 3:07 am #110195
In reply to: FATAL ERROR!!
Virtuali
ParticipantGo to your wordpress Admin Dashboard, and go to “Add plugin” then search “Buddypress”. Install the plain and simple Buddypress plugin first, then activate the template pack.
April 14, 2011 at 3:06 am #110194In reply to: Password Reset
Virtuali
ParticipantNot a buddypress issue. Use: https://wordpress.org/support/
April 14, 2011 at 2:38 am #110190Virtuali
ParticipantAh, the famous 404 not found

Try this reference link: https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
April 14, 2011 at 2:33 am #21359rcarrollct
MemberOne issue I’ve run into that I can’t figure out, I installed WP into a sub directory on my server and buddypress is installed there as well. When a user clicks on the login button on the toolbar, they get re-directed to a 404 error page. The normal login would be http://www.mysite.com/wordpress/wp-login.php but when a user clicks on the login they go to http://www.mysite.com/wp-login.php?redirect_to=http://www.mysite.com .. I can’t seem to figure it out.. any thoughts?
for reference I’m running WP 3.1.1 , with Buddypress 1.2.8
April 14, 2011 at 2:33 am #110189In reply to: FATAL ERROR!!
Virtuali
ParticipantIt means the that the function isn’t being recognized, do you have the buddypress plugin installed? The template pack can’t work without the actual plugin
April 14, 2011 at 2:28 am #110188In reply to: URGENT – How To Set Default Values?
pcwriter
ParticipantThis thread looks like it might have a workable solution for bp-custom.php. I haven’t tried it though…
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-default_subnav_slug-for-activity/April 13, 2011 at 11:21 pm #21357Menelik Seth
Member[Updates] Well, it worked for a good while, and just when I was good and ready to launch, things went haywire again. I appreciate all who have helped me find my bearings thus far. Hopefully this journey will have a happy ending (without any plot twists
)Hello all,
I’ll try to break down what I’m trying to accomplish as clearly as possible.
1. I want to add custom metadata to forum posts, which I will use to sort form posts into “categories” (using custom loops that will only display posts that contain certain metadata). I’ve been looking at Rate Forum Posts (http://is.gd/oyinad) and I’m struggling to decipher how the author managed to so easily add custom metadata to the bp_bb_meta table. It’s pretty slick stuff. If somebody could point me to the basic idea I’d be very grateful.
2. The user will generate the custom metadata when he or she wants to create a new form post. I will have to customize the forum’s ‘New Topic’ form, to accept the metadata, and insert it into the bp_bb_meta table hen the user submits the form. The metadata consists of a fixed set of values that will be presented as options for the user to choose from via check-boxes and radio buttons. The form must be validated to ensure that the user selected at least one checkbox, and one of the two radio buttons. Again, I’m trying to figure out the basics of modifying the form, as well as form validation.
So here’s what I need my customized installation of BuddyPress to be able to do:
1. User logs in, goes to the forum and types up a new post (standard stuff)
2. User must select at least one of three options from a check list, AND one of two radio buttons. If the user fails to do this, the new post will fail, with an error message, and the user will have to select the required options
3. The form will submit the data to the appropriate tables, including the custom metadata that the user selected
4. The post will be called by the appropriate loop, which will only output posts that contain the required metadataSo, that’s the basic plan. I’m now trying to figure out how to code it. I’ll post my findings here for all to benefit, but I’d really appreciate and hints, tips or pointers. Maybe I’m going about it the wrong way.
Thanks for your time and consideration.
April 13, 2011 at 10:53 pm #110183In reply to: Inaccessible Group
Boone Gorges
KeymasterHm. Try installing http://teleogistic.net/code/buddypress/bp-group-management/ and see if you can get to the group that way.
April 13, 2011 at 8:40 pm #110177In reply to: Hidden group posts visible to all
kenrichman
Participant@embergermedia – just wondering if you’ve had a chance to look into this?
Fortunately my site won’t be using the activity stream – yet!April 13, 2011 at 8:39 pm #110176In reply to: Buddypress / Multisite issue
CIX
ParticipantThank you mercime. Sometimes we miss the obvious.
April 13, 2011 at 8:22 pm #110175In reply to: Google Translate
kenrichman
Participant@aces GENIUS!!
thank you . . .
April 13, 2011 at 7:47 pm #110174In reply to: Fatal error
chembro303
MemberI can confirm that @benklocek‘s fix made the error go away for me, but I don’t think the plugin is working still. I’ll have to investigate further. At least no more fatal error!
April 13, 2011 at 7:07 pm #110173In reply to: how to optimize buddypress site
@mercime
ParticipantApril 13, 2011 at 5:46 pm #21349Topic: how to optimize buddypress site
in forum How-to & Troubleshootingmegha.sharma
MemberI have developed one site using wordpress and buddypress. It is running very slow can anyone tell me how it can be make fast to load and run the site?
My site url is
http://www.openideasforum.org/Thanks
April 13, 2011 at 4:55 pm #110162In reply to: [Resolved] – How to get two separate menus
@mercime
Participant@rickgoz Yes, it is possible to get two different menus in BP. The simplest way is to surround the links for members only with conditional
“
// the links
“An example using main navigation links in header.php of bp-default theme http://pastebin.com/uGQHhm8r
April 13, 2011 at 2:00 pm #110158tindell
Member@rogercoathup I have another strange issue, I’m using a front end editor so users can create blog posts http://perishablepress.com/user-submitted-posts/ I modified that using some recommended code so that the image attached will be set as a post thumbnail. Which works as it should the image is there with the post when I check the post and it appears everywhere I call for the post thumbnail such as the home page. The only place it doesn’t appear is in the Buddypress activity stream next to the excerpt. Interestingly if I go and edit or update a post that I originally created with the front end editor, the thumbnail suddenly appears in the buddypress activity stream as it should. Any thoughts on what might be going on?
April 13, 2011 at 1:02 pm #110157In reply to: Hide Admin
explanetome
Member@dmanthony : cool. not sure that I ‘ve understood where I should enter 99 to hide admin … ?
merciApril 13, 2011 at 11:52 am #110155Roger Coathup
Participantadding the excerpt should be straightforward – around line 32 in my pastebin code (from page 1), after you’ve assigned the thumbnail to the activity_content – you’ll need to do something like:
(for standard WP excerpt):
$activity_content .= $post->post_excerpt;
(for BP excerpt):
$activity_content .= bp_create_excerpt ($post->post_content, 100) // to get the first 100 characters
Note: I might have the syntax wrong on the BP (doing it off the top of my head) – so, you may need to check the function out, and experiment a little
April 13, 2011 at 11:40 am #110154In reply to: how to have comment and replies collapse and expand.
Timothy Tarmon Jr
Participantthanks @janismo, and you’re correct. If you have a child theme then it would be best to post to those files.
I forgot about child themes when i took on this test. definitely something i should remember.April 13, 2011 at 11:18 am #110153tindell
MemberI have the post thumbnail working for buddypress blog posts activity using the code from @rogercoathup but I’m struggling to figure out how to also add the content excerpt with it. Any help would be great, I imagine it’s quite simple I just don’t have a clue how to add it. Hopefully this will help other people who might be struggling with the same problem. I’m happy with the default auto excerpt from buddypress so long as I can limit the amount of characters. Thanks.
April 13, 2011 at 11:16 am #110152In reply to: how to have comment and replies collapse and expand.
James
Participanthi @timothyjunior nice update, definitely will try.
messing with core files isn’t smth terrible, all you should have is child theme of bp-default.April 13, 2011 at 10:11 am #110150In reply to: how to have comment and replies collapse and expand.
Timothy Tarmon Jr
Participantok, break out notepad++ or any text editor and make back ups these two files:
– /wp-content/plugins/buddypress/bp-themes/bp-default/activity/entry.php
-/wp-content/plugins/buddypress/bp-themes/bp-default/header.phpadd this to your header.php file within the head section :
``
now locate entry.php and replace : `
April 13, 2011 at 9:04 am #21348Topic: U BuddyPress Forum Attachment
in forum How-to & TroubleshootingDonald McIntyre
ParticipantHello! It doesn´t work on my site, editor does.
Any suggestions?
Thx!
donmcintApril 13, 2011 at 7:06 am #110146In reply to: Friends and Groups for BuddyPress 1.3
Donald McIntyre
ParticipantFriends should be able to be called other names like: contacts if its a business networking site like I did with mine, partners if it is a closed partership intranet for a lawfirm or accounting fir, students, collegues, etc. there should be an option wher you put something or frieds is default. Groups is groups, but the additional functionality to add is very poor, group wiki does not assing a default wiki theme, group blog does not assign a default blog theme, etc Admins sgould be able to choose the default theme for these addons…
April 13, 2011 at 5:29 am #110142@mercime
ParticipantThis is the first time I’ve heard about this kind of behavior on a default installation even in subdomain structure. Deactivate all plugins including BuddyPress, mu-plugins and bp-custom.php as well if you have them and change theme to default twentyten theme. Clear cache. See if same behavior persists.
If it only happens with BP installed, then https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
-
AuthorSearch Results
with this code :
`
$(document).ready(function(){
$(“li#activity- div.activity-comments ul”).hide();
$(“li#activity- a.acomment-reply”).click(function(){
if ( $(“p.collapse-“).css(“display”) == ‘none’ ){
$(“p.expand-, p.collapse-, li#activity- div.activity-comments ul”).toggle(100);
}
return true;
});
$(“p.expand- a”).click(function(){
$(“p.expand-, p.collapse-, li#activity- div.activity-comments ul”).toggle(100);
return false;
});
$(“p.collapse- a”).click(function(){
$(“p.expand-, p.collapse-, li#activity- div.activity-comments ul”).toggle(100);
return false;
});
$(“li#activity- input[name=ac_form_submit]”).click(function(){
if ( $(“p.collapse-“).css(“display”) == ‘none’ ){
$(“p.expand-, p.collapse-, li#activity- div.activity-comments ul”).toggle(100);
}
return true;
});
});
<p class="expand-“>Show Comments
<p style="display:none" class="collapse-“>Hide Comments
heres a little css to work with:
`.expandable {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
background: none repeat scroll 0 0 #F4F6F8;
border: 1px solid #EEEEEE;
margin-bottom: 2px;
text-align: center;
text-shadow: 1px 1px 1px #FFFFFF;
}
.expandable p {
margin: 0px;
}`
remember to always back up your files, hopefully someone makes a plugin with this functionality so we can stop messing with the core of buddypress.
*Can’t believe that took me 5 hours lol