Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,951 through 24,975 (of 64,518 total)
  • Author
    Search Results
  • #135741
    amitlin96
    Participant

    Hi there!

    I’m in a bit of a dilemma, here are my circumstances:

    1. I want to use bbPress, but as a forum alone – My website is going to be a static homepage and a forum, no more and no less, and i would really hate to use a wordpress to accomplish such a simple task, it would really be an overkill, im not going to use ANY forum of cms, so id really hate to install wordpress ONLY so i can use bbPress, is there any way to get bbPress as a forum alone, not as a plugin?

    2. In the homepage, i want there to be two boxes:
    Box1 – shows the latest topic from a certain forum(the announcement forum), including the title, and content, number of comments and user that posted it.

    Box2 – shows a featured topic. I know there is a plugin for this, im just curios if i could use functions from bbPress, outside of bbPress, as in, in the homepage page, which is not a wordpress page.

    So these are my circumstances. What do you think? should i install wordpress JUST so i could use the forum(if so, is there any way to really trim it down? i dont need the users system, comments, pages, posts, etc. Almost everything revolves around the forum)? If not, what are the alternatives?

    bbPress is a really great software, and would really want to use it 🙂

    #135739
    liminjun88
    Participant

    Now I have installed the bbPress successfully.But I want to use it as a bbs.Because it base on the WordPress,I want to custom the style of it, so that it looks like a bbs,or it is a blog.

    #135738
    liminjun88
    Participant

    Good News.

    #135737
    getbizsanity
    Participant

    Hello, I’m using WP version 3.5.1 and bbpress version 2.3.2. My site is http://www.timemasteryblueprint.com, but you can’t see the forum page because it is a paid only membership site. The forum is part of a paid membership site. There is no way for members, once they enter the forum to get back to the main paid content area. The breadcrumbs only lead back to the home page, which is an optin page with no membership access tab. I would like to get rid of the existing breadcrumbs and provide a link back to the main paid content area (or perhaps I can substitute the existing breadcrumbs for a link back to the member content area?)
    Is there a way to do this?

    Thanks for any help you can give me!

    #135733

    Topic: bbConverter

    in forum Installation
    MartinS87
    Participant

    Hey there!

    I used PHPbb3 the last 4 years now. The Foums is grown.
    But now I created a new Website with WordPress and want something what is
    integrated in there. I found bbPress and bbConverter. I installed both in my
    WordPress but I cant run the bbConverter. Is there anyone who could give me some Detail
    Information?

    Thanks.

    #135732
    cappazushi
    Participant

    I’ve done all of the steps required for editing bbPress’ look, but one feature that seems odd to me is that the editor can’t bring up the CSS Stylesheet; that needs to be edited from CPanel. I moved the CSS folder to my theme’s root but it can’t read it directly, I guess. This is odd because it ca. Read the PHP files in the bbpress folder. Anyway, is there a more intuitive way to edit the Stylesheet?

    #135731
    Thank you
    Participant

    Hi,i just installed BBpress on to my under construction site.I have WordPress 3.6 and i am using twenty thirteen theme.

    whenever a new user signup for the forum,he recieve an email addressed from wordpress@my domain address.

    Is it possible to change the name from wordpress to my domain name.

    Thanks.

    #135730
    wpobs
    Participant

    Hi guys, im using the latest WP 3.6 + bbPress 2.3.2 + buddypress 1.8

    All works fine until you try to either Edit a forum of an existing group (front end) or when creating a new group and then at step 3 adding a forum to this group, when then the page get broken.

    The page will remain visible but the header and footer will disappear.

    see image below:
    Broken Header and Footer

    I have disabled ALL plugins as well as switched theme to the WordPress / buddypress default one but still the issue remains.

    Page end Source code finished without closing this are the last lines:

    <form action="http://[domainname]/group1/admin/extras" name="group-settings-form" id="group-settings-form" class="standard-form" method="post" enctype="multipart/form-data" role="main">

    Inspect Elements reports error:
    Uncaught TypeError: Object [object Object] has no method ‘sortable’

    This was also report on the Buddypress forum:
    http://buddypress.org/support/topic/admin-bar-and-footer-broken/

    Please help.
    Dan

    #135726
    hitkid
    Participant

    Hi, I’m trying to edit the avatar size and get rid of by author in the recent topics widget without messing with core files. I’m new to messing with widgets. I’ve tried a few different methods and nothing has worked.

    // Maybe get the topic author
    				if ( 'on' == $settings['show_user'] ) :
    					$author_link = bbp_get_topic_author_link( array( 'post_id' => $topic_id, 'type' => 'both', 'size' => 14 ) );
    				endif; ?>

    In wp-content>plugins>bbpress>includes>common>widgets.php

    If my question is too much just please point me in the direction for what I need to learn about myself.

    Thank you 🙂

    #135725
    Tecca
    Participant

    That’s a good way of doing things. I simply did it this way, however:

    #bbpress-forums .status-closed > li.bbp-topic-title > a.bbp-topic-permalink:before {
    	content: "[Locked]";
    	text-shadow: 1px 1px 0 #ffffff;
    	color: #ff0000;
    	margin-right: 5px;
    }

    Adds the [Locked] tag before the topic name, in red.

    #135722

    Thanks, but not what I’m asking for. 🙂

    I can predict the actual URL structure itself. What I’m looking for are where the single reply URL’s are being used in your theme, making them accessible and allowing them to be crawled.

    As a better example, can you find where those single reply permalinks are exposed here on bbpress.org? If so, can you walk me through where you’re seeing them?

    #135719

    Where are the single reply URL’s being exposed? If they are, it wasn’t done intentionally. There does need to exist some single permalink for each individual reply, as it’s how editing on the theme-side works.

    It may help also if you include example URL’s of how you see this happening here on bbpress.org, so I can see it in context with a relatively stock installation.

    #135717
    knsheely
    Participant

    I am currently doing a preliminary test import of a massive forum with 25 forums, 10K + Users, 70K + Topics and 1 Million + Replies from an ASP Playground Forum. I have successfully migrated from MS SQL to MySQL and converted the database structure into a working, mappable structure. I have started and stopped the import multiple times as I worked out the kinks in my custom ASP converter. At this point I have a few questions that I could use some help in answering.

    1) There is one hashed user password field with no salt. I can’t seem to find good documentation on how the password process works. I have noticed in the bbPress1 and other converters that do not have salts that the callback_password and authenticate_password functions both just ‘return false’. What does this mean once the users are trying to login? How should I map the fields correctly and do I need an authenticate_password function?

    2) With over a million replies, the import process takes a very long time (going on weeks now). When we proceed with a live conversion, we very much need to keep the forum’s downtime under a week and preferably we would keep it under 4 days. Does anyone have any tips for speeding up the conversion process?

    #135715
    Michalco
    Participant

    Suppose someone wrote a question X, and got reply Y. I noticed that bbPress creates one URL that includes question X+Reply Y (forum->X), and a second URL that includes reply Y only, without question X (forum->X->Y). Google indexed both urls. Its duplicate content. Is there any way to configure bbPress not to create the second URL?

    #135714

    In reply to: Converting from punBB?

    knsheely
    Participant

    There is a converter that now comes packaged with bbPress. You can run the converter by visiting Tools->Forums. There is no punBB converter included, but you can modify the Example.php converter based on punBB’s database structure. The converters are located in includes/admin/converter. The converter basically is a way to specify how the fields need to be mapped.

    Unfortunately the Example.php seems to be missing a few key fields, so it would be good to look at the bbPress1.php converter for an idea of all of the necessary fields (ie. the topic post_content field has no field mapped to it in Example.php).

    Tux Kapono
    Participant

    Anyone? This is one of those five second answers for the bbPress team, or anyone who’s done this. Thanks!

    #135710
    am71722
    Participant

    Is it possible to export from Social Engine 3 to the latest version of bbPress? Is there a tool out there for it?

    #135709

    In reply to: bbpress error?

    gladman
    Participant

    Solved it for me…thanks.

    #135708

    In reply to: bbpress error?

    gladman
    Participant

    solved it for me. thanks.

    #135707

    In reply to: bbpress error?

    markkelly1982
    Participant

    I got the same error but i think it is related to the latest version of NextGEN Gallery by Photocrati(http://www.nextgen-gallery.com/wordpress-gallery-plugin/). I deactivated that plugin and the error goes away.

    #135704
    akgt
    Participant

    Why haven’t bbPress 2.3.3 2.4 been released yet both look to be finished?
    tickets for the milestone are closed
    wordpress 3.6 is now out and so is buddypress 1.8

    #135701
    hitkid
    Participant

    Found it in the old bbpress twenty ten theme. Here it is for anyone who wants it.

    Insert this into your template where you want it.

      <?php do_action( 'bbp_template_notices' ); ?>
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<div id="topics-front" class="bbp-topics-front">
    						
    						<div class="entry-content">
    
    							<?php the_content(); ?>
    
    							<?php bbp_get_template_part( 'content', 'archive-topic' ); ?>
    
    						</div>
    					</div><!-- #topics-front -->
    
    				<?php endwhile; ?>
    Tux Kapono
    Participant

    Just want to be sure before I go ahead. I’m getting conflicting messages that I need BuddyPress 1.7/1.8 (which our current theme (Rockettheme) isn’t ready for yet) or need to wait for bbPress 3.0.

    #135699
    Michalco
    Participant

    I suspect that the fact that bbPress creates a reply page for each topic, may cause some SEO duplicate content issues. Would like to hear your opinion about it

    #135698
    akgt
    Participant

    Why hasn’t bbPress 2.3.3 been released yet?

Viewing 25 results - 24,951 through 24,975 (of 64,518 total)
Skip to toolbar