Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,051 through 34,075 (of 64,516 total)
  • Author
    Search Results
  • #110861
    Wallach
    Member

    Thank you. For some reason, the page worked, but did not have the correct formatted look.

    I just found that the bbpress widgets actually place the forum and the log-in in the right column, which may be even easier to use, and the page seems to be formatted correctly as well, so I will mainly use those.

    The pairmybeer site looks good, and is very concisely branded.

    AWJunkies
    Member

    Can you send it to me aellis@trinnovations.com I will run test on it.

    MishaOLS
    Member

    Hello Adam, well, to be honest, I don’t remember, I have done the first conversion like two months ago. Now I have just used the tables from the database. But it should be the standalone version 1.1. And yes, I do have the bbconverter_translator table. Do you want me to send you my tables? ;) thank you very much for your work and time!

    #41130
    aravoth2011
    Participant

    Hi everyone. I’ve been trying to display posts from the forum on a static home page so that it gives the appearance of a blog. Basically, I’m using the tewntyeleven theme and I’m using the showcase.php template to display the forum entries.

    you can see what I’m going for here.. http://test.objectsinmotion.org

    So far, I’ve managed to modify it so that super stickies are put in the featured slideshow. The forum posts are displayed properly, and I’ve managed to pull the topic tags. One of the things I’ve been having a lot of trouble with is displaying the forum a topic is posted in as a category. Normally there is a line of text below the topic excerpt that says, “posted in (category name)” . But it seems that nothing I have tried so far is working. In fact, whenever I try to call the forum title, is displays the topic title instead.

    I’m not a programmer, and I know next to nothing about php, I’ve been doing a lot of reading, and trying to learn as much as I can, but I’m just running into a brick wall here. Any help anyone could offer would be much appreciated.

    Showcase.php uses content.php to display all that meta data. right now it looks like this..

    <?php
    /**
    * The default template for displaying content
    *
    * @package WordPress
    * @subpackage Twenty_Eleven
    * @since Twenty Eleven 1.0
    */
    ?>

    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <header class="entry-header">
    <?php if ( is_sticky() ) : ?>
    <hgroup>
    <h2 class="entry-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
    </hgroup>
    <?php else : ?>
    <h1 class="entry-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    <?php endif; ?>

    <?php if ( 'topic' == get_post_type() ) : ?>
    <div class="entry-meta">
    <?php twentyeleven_posted_on(); ?>
    </div><!-- .entry-meta -->
    <?php endif; ?>

    <?php if ( comments_open() && ! post_password_required() ) : ?>
    <div class="comments-link">
    <?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
    </div>
    <?php endif; ?>
    </header><!-- .entry-header -->

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>
    <div class="entry-summary">
    <?php the_excerpt(); ?>
    </div><!-- .entry-summary -->
    <?php else : ?>
    <div class="entry-content">
    <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?>
    <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    </div><!-- .entry-content -->
    <?php endif; ?>

    <footer class="entry-meta">
    <?php $show_sep = false; ?>
    <?php if ( 'topic' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
    <?php
    /* translators: used between list items, there is a space after the comma */
    $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
    if ( $categories_list ):
    ?>
    <span class="cat-links">
    <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
    $show_sep = true; ?>
    </span>
    <?php endif; // End if categories ?>
    <?php
    /* translators: used between list items, there is a space after the comma */
    $topic_tags = bbp_get_topic_tag_list( '', __( ', ', 'twentyeleven' ) );
    if ( $topic_tags ):
    if ( $show_sep ) : ?>
    <span class="sep"> | </span>
    <?php endif; // End if $show_sep ?>
    <span class="tag-links">
    <?php printf( __( '<span class="%1$s">Tagged</span> %2$s ', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $topic_tags );
    $show_sep = true; ?>
    </span>
    <?php endif; // End if $topic_tags ?>
    <?php endif; // End if 'topic' == get_post_type() ?>

    <?php if ( comments_open() ) : ?>
    <?php if ( $show_sep ) : ?>
    <span class="sep"> | </span>
    <?php endif; // End if $show_sep ?>
    <span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
    <?php endif; // End if comments_open() ?>

    </footer><!-- #entry-meta -->
    </article><!-- #post-<?php the_ID(); ?> -->

    Other things on my to-do list include making the comments section show number of forum replies instead of number of wordpress comments, and changing the author link so that it goes to the bbpress profile of that user instead of a wordpress post archive.

    For now though, I’m hoping that someone out there can help me with the “category” issue. Anyone have any ideas?

    #100719

    In reply to: bbPress 2.0 – FAQ

    monoman
    Member

    My website is based on static files located at the root level and later I have added WordPress blog set up in subfolder with permalink at /blog. After installing bbPress plugin, I’m not able to separate blog and forum in permalinks. I don’t know how to setup bbPress to have forum at /forum, instead of /blog/forum, which is the default setting and looks strange.

    Do you know how to setup bbPress plugin correctly to solve this issue?

    Thanks in advance!

    #105819

    In reply to: bbPress 2.0 – FAQ

    monoman
    Member

    My website is based on static files located at the root level and later I have added WordPress blog set up in subfolder with permalink at /blog. After installing bbPress plugin, I’m not able to separate blog and forum in permalinks. I don’t know how to setup bbPress to have forum at /forum, instead of /blog/forum, which is the default setting and looks strange.

    Do you know how to setup bbPress plugin correctly to solve this issue?

    Thanks in advance!

    #100718

    In reply to: bbPress 2.0 – FAQ

    monoman
    Member
    #105818

    In reply to: bbPress 2.0 – FAQ

    monoman
    Member
    AWJunkies
    Member

    are you on latest bbpress 1x? My tests are working so may need another set of sample data to test to see what is going on. Also check to see if you have a table called bbconverter_translator

    #100717

    In reply to: bbPress 2.0 – FAQ

    acoburn4
    Participant

    Congrats on the stable release! I myself have been waiting to download it until all the kinks have been worked out. Downloaded this morning, and everything is better than I expected. GREAT JOB!

    Quick question – sorry if it was already covered. I am currently using BBPress (standalone) version 1.1 and WordPress 3.2.1. I wanted to start using the BBpress plug-in. Are there any migration tools that allow an import from the standalone software to the plug-in?

    Thanks for any information!

    #105817

    In reply to: bbPress 2.0 – FAQ

    acoburn4
    Participant

    Congrats on the stable release! I myself have been waiting to download it until all the kinks have been worked out. Downloaded this morning, and everything is better than I expected. GREAT JOB!

    Quick question – sorry if it was already covered. I am currently using BBPress (standalone) version 1.1 and WordPress 3.2.1. I wanted to start using the BBpress plug-in. Are there any migration tools that allow an import from the standalone software to the plug-in?

    Thanks for any information!

    MishaOLS
    Member

    Hello Adam, congratulations to you wedding! I really appreciate that you work in the converter even thought you have so much other stuff to do! Wow!

    I have upgraded the converter just now and tried twice to convert the standalone bbpress 1.0 forum. But I had a problem – all the posts were converted as topics instead of posts :(. Do you have any clue why is that and how can I fix it? I had no such problem with the previous version of bbconverter (there I had the problem with the duplicate first post/reply on topics).

    Regarding the wp_users, I just tried to delete the e-mail addresses in the database and convert the users without the e-mail address. I hope that in this way the authors of the posts will be shown but at the same time my users might register again to my new site using their e-mail address. Hope it will work…:) thank you very much for your help! All the best from Misha

    #41131
    freque.unce
    Member

    Hi, I’m running the current versions of wordpress/buddypress with the current bbpress plugin. I’d like to return usernames instead of real names in the forum, or user_login names instead of user_id names. I’m not sure where to make the adjustments. Any advice?

    #41128
    Kaenim
    Participant

    Is anyone familiar with a Like button for bbPress/BuddyPress? I’m looking for one that lets users “Like” posts on the forums (liking pages and blog posts would be nice, too, but I’m not picky). I’ve looked around on the plugin forum here and I’ve tried multiple searches, but the results are always the same: It’s either a Facebook like button or its the BuddyPress Like (which appears to be all but dead in the water). If anyone is familiar with an option that I’ve somehow overlooked, I would greatly appreciate a point in the right direction.

    In summary: I’m looking for a “Like” button that does not use Facebook and allows users to like individual forum posts.

    #110878
    neontrauma
    Member

    Hi yuliang,

    there’s a plugin called Wysiwyg CKEditor (https://bbpress.org/plugins/topic/wysiwyg-ckeditor/), but I’m not sure if it will work with bbPress 2.

    #110872

    Not finished yet, so don’t expect them to work until beta.

    AWJunkies
    Member

    Hey Justin the IP stuff is old I tested _bbp_author_ip which is the meta for storing for bbpress. But it doesn’t work. That code you see is error on my part for got to push that edit live but it is tested on my end. So I need to look into it further.

    Also make sure to run all the bbpress counters. After the conversion is done it has a link to do so. If you do not do so it will not link up all the forums/topics/posts you are saying is an issue with assigning. So make sure to run counters and should have 0 issues.

    Anointed
    Participant

    Thanks for the info, will get right on it.

    Justin Tadlock
    Participant

    Feedback on version 1.2:

    I moved my database from my live site to my computer so that I could test this out. All of the forums, topics, posts, and tags transferred just fine. The three issues I ran into are:

    1) Topics don’t get assigned a forum.

    2) Replies don’t get assigned a forum.

    3) Replies don’t get assigned a topic.

    From what I can tell, this is because the plugin is using _bbc_* as the post meta keys when it should be using _bbp_*. Also, the author IP meta key has an additional underscore in its prefix: __bbc_author_ip.

    Anointed
    Participant

    @Misha

    Not really possible as it goes completely against the way that WordPress works. Not having an author assigned to a topic would leave it helplessly orphaned.

    Even if it were somehow possible, would take some serious magic from Adam, I am certain this would be a paid project. You can always fill out the contact form for a bid over on bbconverter, but as I said, it’s so edge case that I’m not certain it would happen.

    ebiznet88
    Member

    Adam, congratulations on your upcoming wedding and marriage!

    Many thanks for continuing to help us all here with your work on the phpBB converter. Your post is so tantalising to me and I’m sure others as well, and I’m just wondering when “updated real soon” might be…! ;)

    I’m also interested to hear your reply, as well as anointed’s, to MishaOLS’s question on converting another forum’s users to bbpress without also converting to WP’s database of users. I’m not exactly sure why I might also want that for my own forum (now and in the future), but I’m interested to hear your views on this anyway :)

    AWJunkies
    Member

    New update is available now version 1.2. Please test it out. I will have phpbb3 tested and updated real soon. Sorry again for the delays guys. Getting married on the 27th of December so been slammed with wedding stuff.

    https://wordpress.org/extend/plugins/bbconverter/

    1.2

    Fixed Cleaning slow down.

    Much Faster importing now if mysql table editing is available.

    Fixed duplicate first post/reply on topics

    Fixed Issue with Different charset from UTF-8

    Added more info messages

    #41113
    yuliang
    Member

    I installed bbpress 2.0.2. It works fine with wordpress. However, I cannot see the editor bar when creating/editing topics and replies. I am wondering whether there is a way I can use the editor in wordpress or something similar?

    Appreciate any help and information.

    #110406
    Pairmybeer
    Member

    Looking for the same and will follow this thread to see if we can get an answer. Thanks for posting the question.

    #110860
    Pairmybeer
    Member

    created a log in page as well using the same process

    1) created a new page named “Log in”

    2) added the following code in HTML:

    [bbp-login]

    <h1>To Register</h1>

    [bbp-register]

    3) added that page to my secondary menu

    http://pairmybeer.com/log-in-to-pair-my-beer/

    Still working on a layout for the forum homepage/landing page and having issues with some of the other short codes for forum and topic indexes

Viewing 25 results - 34,051 through 34,075 (of 64,516 total)
Skip to toolbar