Search Results for 'buddypress'
-
AuthorSearch Results
-
February 27, 2011 at 9:13 am #106451
In reply to: Making Your Theme BuddyPress Compatible
Ethan
MemberSorry to trouble everyone again with this… but if anyone could spare a minute to point out what I’m doing wrong, it would be greatly appreciated. Free Herbs for everyone!
This is from the page.php from my template.
``When I change */index.php to this
``The BuddyPress info is still right on top of the background image and the sidebar is at bottom left when it should be at right…
Anyone? Please?February 27, 2011 at 2:05 am #106446In reply to: bp front page set up
@mercime
ParticipantYou could create your own home page by a) creating `home.php` (a special WP template recognized by BP) or by b) creating custom `Page Template` set as front page
which contain:
1. widgetized areas – see this bp-default child theme for example https://wordpress.org/extend/themes/buddypress-widget-theme
and/or
2. special BP and WP loops and/or template tagsto call in data
https://codex.buddypress.org/developer-docs/buddypress-template-tags/
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/February 27, 2011 at 1:36 am #106444In reply to: WP-minify and new version of Buddypress
Pisanojm
Participant@johnjamesjacoby @r-a-y @djpaul @boonbgorges
Just re-looking at this thread 5 months later… Having the ability to cache avatars would be a huge load savings for all of us using CDNs… Any more progress or thoughts on this?
February 26, 2011 at 11:52 pm #106440In reply to: Register Path Is Wrong
jimmymeboy
MemberYes, I am using BuddyPress Private Community
February 26, 2011 at 11:24 pm #106430In reply to: How to add a view counter to forums-loop??
Virtuali
Participant@jillian, found the little snippet in the plugin from bbpress and attempted to implement it for you, experimenting myself: @r-a-y, help me on any corrections:
`// update meta
$value = get_site_option($bp->current_component”_topic_views_”.$topic);
add_site_option($bp->current_component”_topic_views_”.$topic, $value+1);`Than the function added:
`function bp_the_topic_view_count($topic_id = false, $echo = true) {
global $action_variables;
global $bp;
global $forum_template;if($topic_id == false)
$views = get_site_option($bp->current_component”_topic_views_”.$forum_template->topic->topic_id);
else
$views = get_site_option($bp->current_component”_topic_views_”.$topic_id);if(!$views)
return false;if($echo)
{
if($views == 1)
echo apply_filters( ‘bp_the_topic_post_count’, $views.” view” );
else
echo apply_filters( ‘bp_the_topic_post_count’, $views.” views” );
}else
{
if($views == 1)
return apply_filters( ‘bp_the_topic_post_count’, $views.” view” );
else
return apply_filters( ‘bp_the_topic_post_count’, $views.” views” );}
`Not tested.
February 26, 2011 at 11:16 pm #106424In reply to: How to add a view counter to forums-loop??
r-a-y
KeymasterYou can’t if you’re not familiar with code, as it takes some time getting used to how the plugin developer wrote the code to begin with and how to make it fit within BuddyPress.
February 26, 2011 at 11:14 pm #106423In reply to: Extending Group Documents plugin
r-a-y
KeymasterYou should be able to modify the code to make it fit within a member’s profile… will just take time and work!
—
You might also be interested in a new plugin Boone Gorges is building called “BuddyPress Docs”:
https://github.com/boonebgorges/buddypress-docsFYI, it’s in development and shouldn’t be used on a production site.
February 26, 2011 at 11:04 pm #106421In reply to: How to add a view counter to forums-loop??
r-a-y
KeymasterYou need to port over a bbPress plugin and make it compatible with BuddyPress:
https://bbpress.org/plugins/topic/bb-topic-views/February 26, 2011 at 10:42 pm #106417In reply to: On network mode buddypress sites
r-a-y
KeymasterThere’s already a ticket for this:
https://trac.buddypress.org/ticket/2164February 26, 2011 at 10:25 pm #106415In reply to: On network mode buddypress sites
Paul Wong-Gibbs
KeymasterLook through http://trac.buddypress.org and submit an enhancement request if there is not already a ticket for this.
February 26, 2011 at 9:38 pm #106412In reply to: Would anyone use Video Chat and Buddypress?
josh101
Participant@Dfa327 You can always set up advance options to have the video chat run on like a cdn as well.
February 26, 2011 at 8:52 pm #106410amahesh
MemberI just installed Buddypress and this just started happening – I have a clone of this website at http://www.snipbids.com where this is not happeneing
February 26, 2011 at 7:09 pm #106404In reply to: WordPress 3.1
josh101
ParticipantHeres the group link https://buddypress.org/community/groups/wordpress-network-3-1/
Im not rolling back because I want this fix so Im putting my site on the line for the rest of bp.February 26, 2011 at 7:05 pm #106403In reply to: WordPress 3.1
PJ
ParticipantGood suggestions @modemlooper and @boonegorges .
I have WPMU (thankfully backed stuff up) went to 3.1 but noticed a few hiccups and rolled back to the previous version. I’m going to wait until a few things are resolved before I use it on my live sites.February 26, 2011 at 7:04 pm #106402In reply to: WordPress 3.1
josh101
Participant@Everyone with 3.1 network we should make a group to discuss this in and to organize the problems because theres alot and if bp 1.3 is going to be ready or bp 1.2.9 is going to be ready then lets fix this. Im all for better development and my goal for this year is to at least make it in the development credits for bp or wp. So I will go make a group so we can tackle this beast to the ground and pin it. So Lets do this 1………3!
February 26, 2011 at 6:57 pm #106401In reply to: WordPress 3.1
josh101
Participant@kirtank Most bp plugin are not ready for 3.1 NETWORK so if your not on network mode your smooth sailing with 3.1 but if your on network your screwed if you hit upgrade.
February 26, 2011 at 6:25 pm #106400In reply to: WordPress 3.1
kirtank
MemberHello , m new to buddypress, just wanted to ask, is it really necessary to upgrade to WP 3.1 or should i continue with WP 3.0.5. i dont want my plugins to crash .
February 26, 2011 at 5:38 pm #106395In reply to: Register Path Is Wrong
jimmymeboy
MemberSorry, I should have added BuddyPress to my last post.
February 26, 2011 at 5:08 pm #106392In reply to: 1.2.6 upgrade date offset!!
Andres Richero
MemberUnbelievably enough BuddyPress 1.2.8 still carries these bugs. Hey guys! Let´s fix it in the core BP available for download so that we can avoid fixing it each time we get an upgrade.
ThanksFebruary 26, 2011 at 5:04 pm #106390Nomadamo
MemberI am also curious to learn how you finally managed, cause your site seems to be working great now.
February 26, 2011 at 4:08 pm #106375In reply to: Buddypress adapted version of ARRAS, take a look!
Virtuali
ParticipantNice! I love the arras theme also. Looks like your using the latest version of arras, I am using an old version that wasn’t really adapted for buddypress. But it’s really interesting how they sort of adapted to theming it for buddypress. Me, using the old version of arras that didn’t have anything meant or to do with buddypress, I still integrated it.
Your Arras theming looks good!
February 26, 2011 at 1:21 pm #106363In reply to: BP1.2.8 and the WP 3.1 Admin Bar
Ashley Laing
ParticipantThanks @r-a-y
The combination of the 2 setting did the trick.
/* Remove the BuddyPress Admin bar */
define(‘BP_DISABLE_ADMIN_BAR’, true);/* Remove the WordPress Admin bar */
add_filter( ‘show_admin_bar’, ‘__return_false’ );Thanks again.
February 26, 2011 at 12:35 pm #106361HachiHazuki
MemberFebruary 26, 2011 at 12:09 pm #106360In reply to: WordPress 3.1
Andres Richero
Memberthanks @mercime, changing all ‘admin_menu’ references in plugins to ‘network_admin_menu’ did the trick.
Now my multisite enabled plugins have their links under the network manager buddypress menu.
Great article from @boonebgorges
Thanks!February 26, 2011 at 11:15 am #106359In reply to: WordPress 3.1
Paul Wong-Gibbs
KeymasterHey, I understand some of the criticism in this thread, but let’s try to keep things on-topic (BuddyPress-related) and constructive. WordPress feedback should go on wordpress.org.
I’m interested in working with anyone in this thread to help make BuddyPress work better with WordPress 3.1, and as I don’t have much multisite experience with 3.1 so far, I would find it very useful for a brief comment as to how to reproduce an issue which you feel needs addressing.
-
AuthorSearch Results