Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 15,501 through 15,525 (of 20,258 total)
  • Author
    Search Results
  • #65957
    andrew_s1
    Participant

    I’d say, definitely go with how you’ve got it now, by adding classes through javascript: it works, and it seems to be gaining popularity: quite right too – it’s a great plugin.

    Yes, I’d say wait for the hook to make it into a release version of buddypress before removing the javascript way of adding classes to posts.

    re creating diff files – yes, SVN is clunky. If you’re developing in windows, tortoiseSVN isn’t too bad an interface to it.

    #65956

    In reply to: Avatar Upload Issues

    kenlefeb
    Participant

    I have the same problem audriusme had, except that blogs.php is in the right place.

    If I use Firebug to edit the <img/> tags to add “wp-content” to the @src attribute, then everything works just as it should.

    I’m running on WPMU 2.9.1.1 and I just upgraded BP from 1.1.something to 1.2.1. In fact, since it wasn’t working, I also deactivated everything again and deleted BuddyPress altogether from the server and then did a manual install, just to be sure it wasn’t a problem with the upgrading process.

    I’ve searched both the BuddyPress forums and the WordPress forums for hours and it seems that all the other references to group avatars is “almost” similar to my problem, but not quite the same… until I saw audriusme’s post above about the missing “wp-content” in his <img/> tags. That’s exactly my problem.

    Any clues?

    #65939
    peterverkooijen
    Participant

    Excellent! Congrats! This is one of the most essential plugins. :-)

    I need to upgrade to from 1.1.3 to 1.2… :-(

    Does the group home now have front end posting? Still struggling with that… I don’t see it on sandbox.ywamcloud.com, but perhaps you have to be logged-in?

    #65934
    designodyssey
    Participant

    For those of us who made our WP theme compatible with BP before Andy’s plugin, this change in functions should be highlighted in the sticky thread https://buddypress.org/forums/topic/php-fatal-error-rc2-rc3#post-36596

    Probably need a global search and replace as another instance is in plugins.php line 15.

    Thanks Brajesh.

    #65932
    hotdvl666
    Member

    Thank you! You guys have been of great help.

    @Philip: I have done what you’ve said, exactly, but it seems like I can only make the code work if I edit header.php.

    Here’s the code I used (I adapted the method you used in your first reply and second reply):

    <?php if (is_user_logged_in()) { ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bp_page_title() ?></title>

    <?php do_action( 'bp_head' ) ?>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    <?php if ( function_exists( 'bp_sitewide_activity_feed_link' ) ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php _e('Site Wide Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_sitewide_activity_feed_link() ?>" />

    <?php endif; ?>

    <?php if ( function_exists( 'bp_member_activity_feed_link' ) && bp_is_member() ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php bp_displayed_user_fullname() ?> | <?php _e( 'Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_member_activity_feed_link() ?>" />

    <?php endif; ?>

    <?php if ( function_exists( 'bp_group_activity_feed_link' ) && bp_is_group() ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php bp_current_group_name() ?> | <?php _e( 'Group Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_group_activity_feed_link() ?>" />

    <?php endif; ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts RSS Feed', 'buddypress' ) ?>" href="<?php bloginfo('rss2_url'); ?>" />

    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts Atom Feed', 'buddypress' ) ?>" href="<?php bloginfo('atom_url'); ?>" />

    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_head(); ?>

    </head>

    <body <?php body_class() ?> id="bp-default">

    <?php do_action( 'bp_before_header' ) ?>

    <div id="header">

    <h1 id="logo">" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></h1>

    <ul id="nav">

    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>

    " title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?>

    <?php if ( 'activity' != bp_dtheme_page_on_front() && bp_is_active( 'activity' ) ) : ?>

    <li<?php if ( bp_is_page( BP_ACTIVITY_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_ACTIVITY_SLUG ?>/" title="<?php _e( 'Activity', 'buddypress' ) ?>"><?php _e( 'Activity', 'buddypress' ) ?>

    <?php endif; ?>

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_MEMBERS_SLUG ?>/" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?>

    <?php if ( bp_is_active( 'groups' ) ) : ?>

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_GROUPS_SLUG ?>/" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>

    <?php if ( bp_is_active( 'forums' ) && bp_is_active( 'groups' ) && ( function_exists( 'bp_forums_is_installed_correctly' ) && !(int) bp_get_option( 'bp-disable-forum-directory' ) ) && bp_forums_is_installed_correctly() ) : ?>

    <li<?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_FORUMS_SLUG ?>/" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?>

    <?php endif; ?>

    <?php endif; ?>

    <?php if ( bp_is_active( 'blogs' ) && bp_core_is_multisite() ) : ?>

    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_BLOGS_SLUG ?>/" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?>

    <?php endif; ?>

    <!--<?php wp_list_pages( 'title_li=&depth=1&exclude=' . bp_dtheme_page_on_front() ); ?>-->

  • Back to The 7th Zone »
  • <?php do_action( 'bp_nav_items' ); ?>

    <!-- #nav -->

    <div id="search-bar">

    <div class="padder">

    <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">

    <input type="text" id="search-terms" name="search-terms" value="" />

    <?php echo bp_search_form_type_select() ?>

    <input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ) ?>" />

    <?php wp_nonce_field( 'bp_search_form' ) ?>

    </form><!-- #search-form -->

    <?php do_action( 'bp_search_login_bar' ) ?>

    </div><!-- .padder -->

    </div><!-- #search-bar -->

    <?php do_action( 'bp_header' ) ?>

    </div><!-- #header -->

    <?php do_action( 'bp_after_header' ) ?>

    <?php do_action( 'bp_before_container' ) ?>

    <center>Network: The 7th Zone :: Home | Grand Theft Auto HQ | Hot Devil 666's HQ | Silent Fiona's HQ

    </center><p>

    <div id="container">

    <?php } else { ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bp_page_title() ?></title>

    <?php do_action( 'bp_head' ) ?>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    <?php if ( function_exists( 'bp_sitewide_activity_feed_link' ) ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php _e('Site Wide Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_sitewide_activity_feed_link() ?>" />

    <?php endif; ?>

    <?php if ( function_exists( 'bp_member_activity_feed_link' ) && bp_is_member() ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php bp_displayed_user_fullname() ?> | <?php _e( 'Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_member_activity_feed_link() ?>" />

    <?php endif; ?>

    <?php if ( function_exists( 'bp_group_activity_feed_link' ) && bp_is_group() ) : ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php bp_current_group_name() ?> | <?php _e( 'Group Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_group_activity_feed_link() ?>" />

    <?php endif; ?>

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts RSS Feed', 'buddypress' ) ?>" href="<?php bloginfo('rss2_url'); ?>" />

    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts Atom Feed', 'buddypress' ) ?>" href="<?php bloginfo('atom_url'); ?>" />

    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_head(); ?>

    </head>

    <body <?php body_class() ?> id="bp-default">

    <?php do_action( 'bp_before_header' ) ?>

    <div id="header">

    <h1 id="logo">" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></h1>

    <ul id="nav">

    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>

    " title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?>

    <?php if ( 'activity' != bp_dtheme_page_on_front() && bp_is_active( 'activity' ) ) : ?>

    <li<?php if ( bp_is_page( BP_ACTIVITY_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_ACTIVITY_SLUG ?>/" title="<?php _e( 'Activity', 'buddypress' ) ?>"><?php _e( 'Activity', 'buddypress' ) ?>

    <?php endif; ?>

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_MEMBERS_SLUG ?>/" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?>

    <?php if ( bp_is_active( 'groups' ) ) : ?>

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_GROUPS_SLUG ?>/" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>

    <?php if ( bp_is_active( 'forums' ) && bp_is_active( 'groups' ) && ( function_exists( 'bp_forums_is_installed_correctly' ) && !(int) bp_get_option( 'bp-disable-forum-directory' ) ) && bp_forums_is_installed_correctly() ) : ?>

    <li<?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_FORUMS_SLUG ?>/" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?>

    <?php endif; ?>

    <?php endif; ?>

    <?php if ( bp_is_active( 'blogs' ) && bp_core_is_multisite() ) : ?>

    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?> class="selected"<?php endif; ?>>

    /<?php echo BP_BLOGS_SLUG ?>/" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?>

    <?php endif; ?>

    <!--<?php wp_list_pages( 'title_li=&depth=1&exclude=' . bp_dtheme_page_on_front() ); ?>-->

  • Back to The 7th Zone »
  • <?php do_action( 'bp_nav_items' ); ?>

    <!-- #nav -->

    <div id="search-bar">

    <div class="padder">

    <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">

    <input type="text" id="search-terms" name="search-terms" value="" />

    <?php echo bp_search_form_type_select() ?>

    <input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ) ?>" />

    <?php wp_nonce_field( 'bp_search_form' ) ?>

    </form><!-- #search-form -->

    <?php do_action( 'bp_search_login_bar' ) ?>

    </div><!-- .padder -->

    </div><!-- #search-bar -->

    <?php do_action( 'bp_header' ) ?>

    </div><!-- #header -->

    <center>Network: The 7th Zone :: Home | Grand Theft Auto HQ | Hot Devil 666's HQ | Silent Fiona's HQ

    </center><p>

    <div id="container">

    <div id="content">

    <div class="padder">

    <div class="page" id="blog-page">

    <h2 class="pagetitle">Welcome to the party!</h2>

    <div class="post" id="post-68">

    <div class="entry">

    <p>Social networking at The 7th Zone is like partying! …and more! Joining in the fun at The 7th Zone is nothing like you’ve experienced on Facebook, MySpace, or any major social networking sites! Akin to a crazed, wild college party, The 7th Zone is where fun-loving youths, as well as video game enthusiasts and tech geeks can hang out!</p>

    <p>Staying up late to snag that cool-sounding medal in Halo 3, or piloting that Annihilator helicopter in Grand Theft Auto IV’s Free Mode? Fancy that VAIO Z laptop, or are you going nuts over a MacBook Pro refresh? Think the iPad is gimmicky and expected so much more? Prefer metal over the Jonas brothers, and classic Hip Hop over auto-tuned sh*t? This site is for you, the cool kid!</p>

    <p>Right here at The 7th Zone Community, you can create your own free blogs. With 500 MB of upload space, a feature-packed plugins set, and 117 beautiful themes, just how much more can you get for $0? More details here.</p>

    <p>Join us now. Registration is as easy as a few clicks! Hit the jump below to register yourself!</p>

    <div align="right">

    <h2>Register Me! »</h2>

    </div>

    <p>Edit this entry.</p>

    </div>

    </div>

    </div><!-- .page -->

    <?php do_action( 'bp_after_blog_page' ) ?>

    </div><!-- .padder -->

    </div><!-- #content -->

    <?php locate_template( array( 'sidebar.php' ), true ) ?>

    <?php get_footer(); ?>

    <?php } ?>

    For some reason, my site still displays whatever page I’m on for non-logged in users, and it does so after the footer for the else case. I have no clue what I did wrong. I have no experience in PHP code, but it looks fine to me. Is there an error I made somewhere?

    It also seems that if I set the activity stream to be the home page, the custom home page title that I’ve set in the All-in-One SEO pack doesn’t seem to take effect too. If I want to show logged in users the activity stream as the home page, with my custom home page title, how do I go about doing that?

    Thanks.

#65930
rich! @ etiviti
Participant

It strikes me that people, when hitting ‘Reply’ to a Forum post that appears in the Activity stream, are going to assume that they’re actually replying inline in the forum thread in question, but this is, of course, not the case. It’s just adding a comment to an activity ‘item’.

I had this same thought – so i just removed the reply button on all forum related activity updates

#65922
oracleappscommunity
Participant

good question…in old version bp1.1 we have the option to set first-section, second section,third section, blog-sidebar.

In new version I see everything merged into one side bar widget, so we can’t have separate items displayed in groups, forums etc.

#65921
Mariusooms
Participant
#65915
oracleappscommunity
Participant

Found the root cause.

.htaccess was referring some some other folder where old version of bp (bp1.1) running. After correcting to right path, new template is working for groups, forums.

#65912
hydroweb
Participant

Thanks for advice supporting social networking. I am aiming at persons over 60, who don’t know diddly squat about social networking. Nor do they really care. Get your parents onto Facebook and watch confusion reign, with the end result a big turnoff. We all need to take a step back and realize the audience is not just nerds hooking up.

#65908
Dwenaus
Participant

hey @andrew_s1 I totally agree that is a better implementation, and I was going to initially do it that way, however my requests for filter and action hook additions seem to take a low priority (rightly so) and I was concerned that future BP updates would break the plugin. Do you think I should wait until the hook is added before I make the change in the code, and force people to upgrade their template, or leave it as is with javascript for the meantime?

hmmm. maybe if I learn to make diff files for trac, my suggestions are more likely to be implemented…

#65901
snark
Participant

I don’t consider this a “generic” feature request, but an important element of increasing usability. Microblogging is fine for small to medium-sized “trusted” community, but not for the site I am redesigning, which has a forum with nearly 20,000 users. Most users are short-term, looking for solutions to a problem, and once they get what they came for, most never return. I’m hoping to change that with the new BuddyPress design.

The site I am developing is all about a variety of user interaction in one place, and allowing 20,000 strangers to each have their own blog would be a disaster. Most people don’t want or need their own blog any more, and prefer to publish and interact in one centralized, standardized location — hence the popularity of Facebook.

So, I think the real value in BP is Groups + Forum: Groups for looser, more spontaneous communication, like Facebook, and Forums for more structured, searchable and archived collections of information. If you @Peterverkooijen are not interested in Forums, but want to give your users blogs, that’s fine — just use WPMU, or WPMU + BuddyPress but disable the Forums.

Forums have great value for many types of sites — we’re successfully using one right now, in fact.

#65897
r-a-y
Keymaster

You’ll need to install bbPress as an external install.

Download bbPress @ bbpress.org/download.

Find integration guides @ bbpress.org/forums or this link:

http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/

Omit the BP integration steps in that guide.

#65894
peterverkooijen
Participant

Why don’t you just use WPMU + BBpress as your starting point?

Buddypress is next generation social networking. It offers features that end-users have come to expect via Facebook, LinkedIn, etc. Groups are an integral part of that; forums are an awkward add-on imho.

#65892
hydroweb
Participant

To make it real simple, I would like a page like the one I am on now, which shows only HOME ABOUT BLOG and FORUMS. Thanks

#65884
Windhamdavid
Participant

you might try this ~ How to Install WordPress MU on IIS 7 on Windows 2008 Server, and I know there used to be quite a bit of rewrite mods for IIS 6 and there is plenty of information available to get in running in the MU forums

#65883

In reply to: bbPress issue

r-a-y
Keymaster

If you have BP installed on connect.idotter.ch, you should be able to access your group forums at connect.idotter.ch/forums.

How are you trying to install the forums component? It should be as easy as going to “BuddyPress > Forums setup” in the WP admin backend.

#65880
peterverkooijen
Participant

Aren’t there loads of plugins for these types of features?

All these feature request threads start to get on my nerves – I should cut back on coffee… – when I’m still wasting way too much time trying to fix basic core management and usability issues in my sites.

And forums shouldn’t even be in Buddypress at all imho. It’s an older generation web community format that clashes with the new social networking paradigms. BP should focus on groups and (micro)blogging and turn that into a solid and coherent platform, not get sidetracked by forums and all these generic feature requests.

#65876
snark
Participant

There is a new plugin I just found called BuddyPress Rate Forum Posts — https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/. I haven’t tried it yet, but I plan to. It allows thumbs up/down voting on Forum posts and in the process users receive “karma points” for the quality and frequency of their posts. So, in theory, spammers would get bad karma scores from other users, and you could search for users with bad karma and then delete them.

#65874
mmeida
Participant

@blackphantom: not forum, just live status tweets.

#65865
Peter Hofman
Participant

@mmeida, what for double tweet imports do you get? all tweets or only forum related tweets?

@geoffm3, will see what i can do with the tweet id’s because its a 2 way traffic i don’t always know the tweet id’s. But i will find a way ;)

@thecorkboard, if you want to cool :) i send you my e-mail by p.m.

Wanted to work on the plugin but my server is down :( have to wait till its up again.

Hope to release a new version with some fixes tomorrow night.

#65857

In reply to: bbPress issue

idotter
Participant

i’d like to use BP group forums … (at http://connect.idotter.ch)

#65855
21cdb
Participant

@mike that would clearly accomplish the main goal of this idea. I totally agree with you that forums are the best way to have complex and ordered discussions.

The reason i posted this idea as “Forums based on Activity-Items (instead of bbPress)” and not just as “Frontpage Forum Posts” is that i thought it would be great if the forums could directly benefit from improvements on the Activity Stream Technology in the future.

For instance if there would be “Global Content Tagging” (https://buddypress.org/forums/topic/global-content-tagging) and “Attachments for Activity Items” (https://buddypress.org/forums/topic/attachments-for-activity-items) added in a future version of BP the forums could directly benefit of this features, because they were build with the same technology. This should be valid for plugins too. I know this would be a big step, certainly with some drawbacks at the beginnig, but overall i believe this would be more straight forward and future proof.

#65853
Mike Pratt
Participant

@21cdb you clearly put a lot of thought and effort into your ideas. bravo. on this one, I am slightly confused though. Aside from the absense of syncing of the stream and forums (forthcoming according to Andy) What do you mean forums are used less and less? To my mind, they are still an awesome way to have discussions remain anchored contextually to the group to which they originate & belong. (indeed it is a pain to have to send a user back to the forum to reply but I view that as a temp setback)

I am also confused by the forums are mor bbPress than BP. I thnk the default styling alone removes the similarities. When Adny syncs them, does this accomplish your goal? (I like the ‘post in’ drop down btw)

#65847
andrew_s1
Participant

As admin, go to Group > admin > Manage members > and next to the user who you want to be a moderator, select “promote to mod”

Viewing 25 results - 15,501 through 15,525 (of 20,258 total)
Skip to toolbar