Search Results for 'buddypress'
-
AuthorSearch Results
-
April 28, 2010 at 4:54 am #75622
stwc
ParticipantAh, thanks. I thought it might be something like that. Well, if you can secretly hack Andy’s templates, you could always set ( bp_has_forum_topics( bp_ajax_querystring( ‘forums’ ) . ‘&no_stickies=’ ) ) in forums-loop to get stickies sticky there, too…

[DJPaul just helped me figure that out!]
April 28, 2010 at 4:43 am #75620r-a-y
Keymaster@stwc – because it’s a sticky. eg. https://buddypress.org/community/groups/requests-feedback/forum/
Would be nice if the site admin could set super stickies.
April 28, 2010 at 4:39 am #75618stwc
ParticipantQuestion: why is this thread yellow in the Forum index?
April 28, 2010 at 4:13 am #75616stwc
Participant@agrundner Thanks for that — one of the thousand little things I noticed and forgot and was going to go back to. And just did!
April 28, 2010 at 4:04 am #75615In reply to: BP Album+ || New Features Requests and Discussion
modemlooper
Moderator@thekmen our disagreement is exactly the reason it should be a plugin. So people have a choice.
April 28, 2010 at 4:01 am #75613In reply to: How do i activate my buddypress pages
r-a-y
KeymasterGet to this screen in your WP admin panel:
https://codex.wordpress.org/Settings_Permalinks_SubPanelSet it to “Day and Name”. Save. Check your BP pages and see if they work.
Don’t worry about the .htaccess file for now.
April 28, 2010 at 3:55 am #75612In reply to: How do i activate my buddypress pages
danz
ParticipantHow do i do that? and what is .htaccess file?
April 28, 2010 at 3:47 am #75611In reply to: How do i activate my buddypress pages
r-a-y
KeymasterSet your permalinks to something other than the default.
Afterwards, make sure that a .htaccess file is written in your WP root directory.April 28, 2010 at 3:46 am #75610April 28, 2010 at 3:36 am #75609rogscorp
ParticipantOh, that’s the reason.
Is there any way that I can show all activities as a widget?
Because my WP is webzine and there’re many users using Buddypress.April 28, 2010 at 3:31 am #75608In reply to: Buddypress.org’s New Plugin Review Functionality
José M. Villar
Participant+1 for shameless bump !
April 28, 2010 at 3:21 am #75607In reply to: Activity page loads incorrectly
Hiire
Membernever mind, I just reinstalled buddypress and all is well. thanks anyway!
April 28, 2010 at 3:10 am #75606agrundner
Member@apleating thanks for pointing us to the location of the template file. Easy enough to fix for a child theme, though it probably would have been better if the activity permalink page template followed the theme’s default template.
Fix:
1. In your child theme create the following folders members/single/activity/
2. Copy over permalink.php from the default bp theme (/wp-content/plugins/buddypress/bp-themes/bp-default/members/single/activity/permalink.php)
3. Modify the permalink.php code to show the following — replace the asterisk with the appropriate tag:*?php get_header() ?*
*div id=”content”*
*div class=”padder”**div class=”activity no-ajax”*
*?php if ( bp_has_activities( ‘display_comments=threaded&include=’ . bp_current_action() ) ) : ?**ul id=”activity-stream” class=”activity-list item-list”*
*?php while ( bp_activities() ) : bp_the_activity(); ?**?php locate_template( array( ‘activity/entry.php’ ), true ) ?*
*?php endwhile; ?*
*/ul**?php endif; ?*
*/div**/div*
*/div**?php locate_template( array( ‘sidebar.php’ ), true ) ?*
*?php get_footer() ?*
#####################
In your child’s style.css file add:
body.activity-permalink {
min-width: YOUR-PIXEL-NUMBER !important;
max-width: YOUR-PIXEL-NUMBER !important;
}April 28, 2010 at 3:08 am #75604In reply to: How can users add a new post in buddypress?
r-a-y
KeymasterIf you’re using standard WP, just assign new users the WP role of “Contributor” or higher… that’s it!
April 28, 2010 at 3:06 am #75603In reply to: [New Plugin] CubePoints Buddypress Integration!
r-a-y
KeymasterIt should work on WPMU, just activate the plugin on the blog where BuddyPress is active.
April 28, 2010 at 3:02 am #75602In reply to: [New Plugin] CubePoints Buddypress Integration!
Kunal17
ParticipantHas anyone figured out how to use cubepoints with WordPress MU + Buddypress?
April 28, 2010 at 2:42 am #75600In reply to: Buddypress.org’s New Plugin Review Functionality
stwc
ParticipantShameless bump: @apeatling I know you guys have better things to do, but it would be fantastic to have some hints (or actual code *drools*) help us generalize and blatantly copy that Plugin Group plugin rating functionality… it is superlatively cool, I can imagine a thousand uses for it, and I haven’t seen anything like it yet in the wild, I don’t think.
April 28, 2010 at 2:25 am #75599In reply to: How can users add a new post in buddypress?
John Karma
Participant3sixty that plugin made my whole site crash. I had to get rid of it. I guess it hasn’t been updated in a while.
Alright guys, will I be obligated to install WPMU to achieve this?
Is there no way to allow people to post on my existing blog without going to the admin panel?
April 28, 2010 at 2:01 am #75597In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantVersion 1.4 is now live! Adds support for Group Forums
April 28, 2010 at 1:54 am #75596In reply to: BP Album+ || New Features Requests and Discussion
foxly
ParticipantIt’s not that we’re ignoring your request, it’s that the current beta we’re discussing in the thread *already does* what you are requesting…

Start on the first page of the thread and follow the discussion.
^F^
April 28, 2010 at 1:46 am #75594In reply to: How can users add a new post in buddypress?
John Karma
ParticipantAndrea I know but I only want them to be able to creat posts. I installed the Quickpress plugin but I still don’t see an option in the Front-End to create a new post. Am I missing something?
April 28, 2010 at 1:40 am #75593In reply to: BP Album+ || New Features Requests and Discussion
thekmen
Participant@Modemlooper I’d have to disagree, I think we all need a media plugin in core that we can all work off & customise to suit our own needs.
Even replying to this comment was a nightmare, spotted it in activity stream but couldn’t reply till I found where you posted the comment, I know usability is still being worked out on the new site design, but the more core components the better to sort these issues out.April 28, 2010 at 1:17 am #75592In reply to: Buddypress on WordPress vs WordPress MU
r-a-y
KeymasterAhh okay, that’s what I thought!
April 28, 2010 at 1:11 am #75591stwc
ParticipantAlso, also, thanks for the new standard most-recently-bumped view of forum threads, @apeatling.
Enhancements I’d suggest would be
1) a link to the last post in the thread (easy to do, I know)
2) pagination in the most-recently-bumped view to see older bumped threads (or maybe a dropdown to select number of threads shown, but that would break the standard navigation paradigm being used, so probably suboptimal). Things move fast, and even visiting several times a day, stuff I want to track gets bumped off the front page, and is then very hard indeed to find, because I (and I assume other people) find it hard to remember in many cases which Group a thread was posted to (and threads are often posted in the ‘wrong’ Group, which makes it even harder).April 28, 2010 at 1:06 am #75590stwc
ParticipantAlso, as I moaned about before, I’m very much in agreement with the low-contrast color scheme being hard on the eyes.
-
AuthorSearch Results