Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,176 through 39,200 (of 64,532 total)
  • Author
    Search Results
  • #94974
    Jaja..
    Member

    Hello i’m back after a while..

    Is there any way i can see this ‘new’ bbPress plugin in action?

    I would like to know how things are going with this plugin-idea. I saw something on the forum that bbPress stand-alone will get one last update before they will put it in the ground.

    #99335
    Ramiuz
    Participant

    But I dont know how to do it a “database level”

    #104435
    Ramiuz
    Participant

    But I dont know how to do it a “database level”

    #94973
    Rich Pedley
    Member

    Probably better to recode and take advantage of what is available in WordPress.

    I’m just waiting for the akismet one to be written ;)

    #64033
    RoyalManG
    Member

    I have followed the procedure in the readme.txt, default avatar is displayed in the post and in profile, but I can not change it when I click the Upload Avatar, so I diverted to the home page forum :-( (translate by google tranaslate O :-))

    #94972

    Sadly no. The bbPress plugin for WordPress is a complete rewrite of bbPress from the ground up to fit inside of WordPress.

    If anyone wanted to step up and write some kind of compatibility code would be neat, but it’s unlikely to ever happen and isn’t on the roadmap is it stands today.

    #94971
    luminis
    Member

    Thank you John!

    A last question : can I plug plugins from https://bbpress.org/plugins/

    into this bbpress wordpress plugin ? Can I use the bbRating one for example ?

    #104131

    This will be possible to do in the bbPress plugin for WordPress. There are no plans to explicitly support this in the currently downloadable stand-alone version, although you could definitely query the DB manually and sort topics by title.

    #99031

    This will be possible to do in the bbPress plugin for WordPress. There are no plans to explicitly support this in the currently downloadable stand-alone version, although you could definitely query the DB manually and sort topics by title.

    #94969

    Original post updated with progress on various parts.

    @luminis – bbPress should follow the language that your WordPress installation is, however there currently aren’t any language packs that I know of. To change the various things in your theme, you’ll want to create a new theme that you can modify safely. The easiest way to do that is to copy the bbp-twentyten folder out of /bbp-themes and into your /wp-content/themes/ folder, rename it, and edit the name of your new theme in style.css so that you don’t get the two confused. Your # 3 can be found in form-bbp_topic.php, and # 4 would require a helper plugin to hook into ‘bbp_is_user_subscribed’ and adjust the default value.

    #99333

    A conversion script will be bundled with the plugin, however since bbPress doesn’t come with an export tool, it will probably happen at the database level and not via an XML import/export.

    #104433

    A conversion script will be bundled with the plugin, however since bbPress doesn’t come with an export tool, it will probably happen at the database level and not via an XML import/export.

    #104518
    BigJohnny
    Member
    #99418
    BigJohnny
    Member
    #37500
    BigJohnny
    Member

    I have a error upload failed I have a solution for this but I don’t understand this :

    “if you get error: denied mime on every upload, mime_content_type function or shell access must exist to verify mime types – otherwise you can force all types to be allowed by editing bb-attachments.php and adding ‘application/octet-stream’ to each of the $bb_attachments”

    Where this attachment are saving in what folder ?

    #94968
    luminis
    Member

    Hello, thanks for this great plugin! Really the one I was looking for after trying every forum software there.

    I’ve got some questions if you could help me :

    1. How can I add bbpress plugin to this plugin ? Is it possible ?

    2. How can I change the language ?

    3. When the user isn’t logged in, he will get that message after the forums : “Sorry! You must be logged in to create new topics.”

    How can I change this text ? I’d like to tell the user “You can register here” instead.

    4. Last, how to make the option “Notify me of follow-ups via email” it checked by default ?

    Thanks!

    #102606
    davidlb
    Member

    Thanks. I added this to the header.php and ran some diagnostics.

    <meta name=”description” content=”<?php if ( is_single() ) {

    single_post_title(”, true);

    } else {

    bloginfo(‘name’); echo ” – “; bloginfo(‘description’);

    }

    ?>” />

    This appears to solve my Tag Description problems, but it creates another.

    I get a php error when accessing the forum

    Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16

    Would anyone be so kind as to help identify a work around?

    #97506
    davidlb
    Member

    Thanks. I added this to the header.php and ran some diagnostics.

    <meta name=”description” content=”<?php if ( is_single() ) {

    single_post_title(”, true);

    } else {

    bloginfo(‘name’); echo ” – “; bloginfo(‘description’);

    }

    ?>” />

    This appears to solve my Tag Description problems, but it creates another.

    I get a php error when accessing the forum

    Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16

    Would anyone be so kind as to help identify a work around?

    #104501
    OldCow
    Member

    I checked the syntax of the RewriteEngine. The redirect works:

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^forum.mysite.com$

    RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]

    I am not using WP only bbPress installation.

    The problem is the login into ppPress.

    bbPress login does not recognize: http://www.forum.mysite/bb-login.php.

    It needs: http://forum.mysite.com/bb-login.php.

    I tried permalink settings none and name based, same issue.

    Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?

    #99401
    OldCow
    Member

    I checked the syntax of the RewriteEngine. The redirect works:

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^forum.mysite.com$

    RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]

    I am not using WP only bbPress installation.

    The problem is the login into ppPress.

    bbPress login does not recognize: http://www.forum.mysite/bb-login.php.

    It needs: http://forum.mysite.com/bb-login.php.

    I tried permalink settings none and name based, same issue.

    Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?

    #94967
    qprints
    Member

    Jumping the gun a little here but…

    When/if the default theme for the bbpress plugin is setup, can it be more like here or the wordpress forum and absolutly nothing like the buddypress forum? (please!!)

    #94966
    Erlend
    Participant
    #104508
    fostertime
    Member

    Did you do a WordPress/bbPress integration?

    #99408
    fostertime
    Member

    Did you do a WordPress/bbPress integration?

    #37491
    kadas99
    Member

    Hi, i installed all, (wordpress-bbpress) in the same directori, (/test/wordpress – /test/bbpress), and when i try get into the admin panel of bbpres i only get a redirection to the index of my forum. (i put /test/bbpress/bb-admin/index.php and i will be redirected to /test/bbpress/index.php).

    What i am doing wrong??

    So much thanks!

Viewing 25 results - 39,176 through 39,200 (of 64,532 total)
Skip to toolbar