Search Results for 'buddypress'
-
AuthorSearch Results
-
April 13, 2011 at 2:00 pm #110158
tindell
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 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/
April 13, 2011 at 4:18 am #110138In reply to: Bug install
@mercime
ParticipantYou need to get your “pretty permalinks” – one of the major requirements – working first before activating BuddyPress. Deactivate BuddyPress and change theme to default twenty ten theme. Find resolution for your permalink settings at WordPress.org forums https://wordpress.org/support/forum/how-to-and-troubleshooting . Good luck.
April 13, 2011 at 2:51 am #110135In reply to: LInk theme not found
@mercime
ParticipantAlmost same topic as your first post which I replied to https://buddypress.org/community/groups/installing-buddypress/forum/topic/bug-install/
April 13, 2011 at 2:39 am #110133In reply to: Buddypress / Multisite issue
@mercime
Participant== but there is no new member sign up, only a log in ==
@godcix go to dashboard > Network Admin > Settings > Settings > Registration Settings — either “user accounts many be created” or “user and blogs may be created” should be chosen. The default setting is closed registration so you have to change the setting.
April 13, 2011 at 2:36 am #110132In reply to: user blogs without multisite
Calvin Powers
ParticipantGreetings all,
I am new to WordPress and BuddyPress. (The first version of WP I ever installed was 3.0.x!) and I am very very confused about how to give each BP user a “blog” of their own.I’ve been digging through the instructions for multisite and it seems like way overkill for what I want to do.
http://www.nodepression.com is a good example of what I’d like to do. From an end user perspective, I can go to a page that is “my blog”. But as far as I can tell, it’s just an “all posts” page with a ?author=idnum parameter on the end of it. For example, my “blog” in nodepression.com is located at:
http://www.nodepression.com/profiles/blog/list?user=37d8c5io9r1pqJust based on hacking around the site, it appears that they are using buddy press, and ucanpost and have disabled the admin bar. So the only way to post is through the ucanpost editor.
Does BuddyPress have a “user blog” type of capability or is the “blog” concept on the ND site just a set of highly customized templates?
April 13, 2011 at 2:32 am #110131In reply to: Bug install
@mercime
Participant== it returns a non-existent LINK (PAGE NOT FOUND ==
You need mod_rewrite module enabled – aka “pretty permalinks” for BuddyPress to work== Folders to be moved are Activity, menbers, Groups, Forums ==
Not sure what you mean. If you’re using the BP Template Pack to make your WordPress theme compatible with BuddyPress, the plugin will do that for during during the compatibility process.April 13, 2011 at 2:05 am #110130Thirdstyle
MemberWell, I have gotten past this issue. I am not sure its related, but I changed the permalinks before enabling buddypress to “day and month”. This seemed to resolve I think. Otherwise I am without a clue. Tried so many variations to get this to work without much systematic success. I hate random failure OR success in software.
April 13, 2011 at 1:14 am #110128In reply to: New theme – Buddypress UX
Boone Gorges
Keymaster@nit3watch Thanks for the message, and thanks for sharing the theme. I can’t wait to check it out.
April 13, 2011 at 12:55 am #110127@mikey3d
ParticipantI just try it above muchad’s code and put that in your child theme function.php. It works, why? Because the characters are messing it up. Here’s workable code:
`//=Change the number of activity items to show per page
function my_custom_query_filter( $query_string ) {
$query_string .= ‘&per_page=30’;
return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );`April 13, 2011 at 12:40 am #110126In reply to: Main Site and BuddyPress Subsite?
valuser
Participantadding “Groups” page to new bp site seems to have solved it
April 12, 2011 at 11:56 pm #110123In reply to: Main Site and BuddyPress Subsite?
valuser
ParticipantFollowed instructions from above link. All worked well.
Except
the new bp installation is not drawing in the posts from the other sites.
Any ideas about where to look to get this functionality back would be greatly appreciated.
April 12, 2011 at 11:42 pm #110120In reply to: BuddyPress Questions & Answers
imjscn
Participant@nahummadrid , I agree, using multisite for different types or contents is better. But for now, I would stick to single site for this reason: https://buddypress.org/community/groups/installing-buddypress/forum/topic/buddypress-and-shared-hosting/
about the search, I totally discard BP or WP search, I use Google Custom Search instead. In Google search, you can add any section of your site, very flexible. For examoel, if you add http://mydomain.com/ , it will search entire domain, if you add http://mydomain .com/xyz , it will search this xyzApril 12, 2011 at 9:59 pm #110116In reply to: New theme – Buddypress UX
nit3watch
ParticipantThanks hnla, Ill have a look tomorrow. I added a link to the zipped theme in the above post
I implemented the striping via css, though I saw there’s also a way to do it via php and jquery though Im not sure how to do it any other way, need more detail: style Activity Stream odd and even posts. The stripes don’t show for ‘odd’.
Also activity-comments need to show white when on a ‘odd’ – havn’t seen this covered anywhere on the forums?Last thing, is it better to have separate sidebars by calling the sidebar directly on the different pages apposed to using queries?
Just noticed I have to add padding to the activity-meta, along with other elements in the same ‘position’.
April 12, 2011 at 9:34 pm #110113In reply to: Buddypress / Multisite issue
CIX
ParticipantAny help would be greatly appreciated.
I installed Wp 3.1.1 and then went through the multisite process and then installed buddypress 1.2.8. Installed groupblogs 1.5 Used ronaldzw fix for groupblogs – https://buddypress.org/community/groups/bp-groupblog/forum/topic/no-bp-groupblogs-menu-under-buddypress-menu-in-network-admin/
but there is no new member sign up, only a log in. So there is no way to create a new member on the front end.
Thanks
April 12, 2011 at 9:17 pm #110111In reply to: New theme – Buddypress UX
Hugo Ashmore
Participantfix a issue where by if the content area is ’shorter’ than the sidebars ( being ‘taller’ from widgets ), the content boarder breaks.
Research Faux columns for backgrounds running full height and overlapping borders using negative margins to create the illusion of a full height single borders.
What’s the issue with stripping and IE?
I trust that the ‘screw this’ chap has requested a full refund
April 12, 2011 at 8:27 pm #110108In reply to: New theme – Buddypress UX
Paul Wong-Gibbs
KeymasterHey, nice one
Update us here when it gets approved (I assume you’re talking about the wordpress.org list?)April 12, 2011 at 7:31 pm #110107In reply to: BuddyPress Questions & Answers
Nahum
Participant@imjscn I think the beauty is that there is no wrong way of going about it. Since I use MU, I don’t need CPT since the entire subsite is dedicated to the q/a. This keeps search separate from of different content types also keeps wp-admin only dedicated to q/a. I can only imagine when you do CPTs that managing the CPTs under one wp-admin it could get little overwhelming keeping those apart from other content but I’m not familiar with CPTs so I don’t know. I’ve only ever used a new blog when I need a new type of content.
How does search work for cpt? -
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