Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 46,376 through 46,400 (of 64,519 total)
  • Author
    Search Results
  • #32801

    Topic: "Sandbox" theme

    in forum Installation
    Hard Seat Sleeper
    Participant

    What bbpress really needs is it’s “SANDBOX” theme. This was the groundbreaking wordpress theme that really took the platform to another level by giving themers a “clean slate” on which to work.

    I recently updated Sandbox for wp 2.9 (http://selfevidenthotdogs.com/sandbox/) and have a mind to create something similar for bbpress. This will take some time, I’m no genius.

    If someone else is working on this already, please let me know, we can work together on it.

    #83724
    Hard Seat Sleeper
    Participant

    Yes sorry, I should have explained more.

    I just did something similar with a single install of wp.

    Keep in mind that when you use wp for user data, it will use all the ids in the wp_users table. When you click the option to use that db for user data, it doesn’t merge anything at all! So for example, if one user has an id of 5 in bbpress, when you use the wp db for user data whoever is 5 in that db suddenly gets the bbpress guy’s data.

    So! To get your data into shape, what you need to do is map the bbpress guys to the wp guys. So 5 in wp should be the same guy in bbpress. You might need to change the id of that user in the bbpress db.

    Also! there is a bbpress user metadata table, so be sure to change the id there, too.

    This is how I tackled it. There might be an easier way, or some tool, but if there is, I couldn’t find it. I just did some SQL on the db directly to get it structured as I needed it, then turned on integration.

    #83883
    Hard Seat Sleeper
    Participant

    Use Gravatar.com.

    Support for which is built into wp and bbpress and a million other sites on the internet. I just went through this same thing: trust me and buy into the gravatar system, which may be kind of clunky but is far better than anything you can hack together.

    #83882

    Per https://wordpress.org/support/topic/350806 he wants a plugin that uploads for both bbPress and WordPress.

    #81812
    Michael
    Participant

    We have them Every Wednesday at 2100 GMT. The last few have not been posted on the blog yet. That will probably happen soon.

    #83696
    citizenkeith
    Participant

    Update: It does seem to be my theme. When I switch to Kakumei, I don’t have the problem.

    I’m using a modified version of Misty for bbPress. I’ve been using pretty much the “stock” theme, aside from some CSS tweaks. Yesterday, I removed the javascript in header.php but it didn’t change anything (I thought it might be causing a conflict somewhere).

    http://mundoarroba.wordpress.com/2007/05/24/theme-misty-para-bbpress/

    #81811
    arunkumarrr
    Member

    When is the next meet up??

    #32799

    Topic: bbpress bug!?

    in forum Troubleshooting
    derek7
    Member

    I have bbpress with wordpress integration.

    I noteiced that if i log in from wordpress ad administrator, then if i click on Administration in bbpress e get redirected to the forum’s main page.

    Instead if i login on bbpress form, e can get to the bbpress’s administration page.

    Is this a bug!?

    thanks!

    #32798
    Buzzby B
    Member

    bbPress ver 1.0.2

    Post Notification ver 1.3 and 1.4 (tried both)

    Wordpress 2.7

    Godaddy hosting

    complete error is:

    Warning: mail() [function.mail]: SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html.

    in D:***Forummy-pluginspost-notificationnotification.php on line 23

    which seems to be indicating a LF error. No mail gets sent. RSS feed is working. WordPress mail is working.

    Anyone else seen this or have an answer?

    Thanks!

    sm

    ruchigoenka
    Member

    Hi,

    On my website I have installed bbPress forum and have added four groups to it. I tried adding posts to the groups. It was fine till I added 12 topics but after adding 12 topics if I click the Post New link nothing happens and I’m not allowed to add any more topics. Please help me on this issue as soon as possible

    #83736
    chrishajer
    Participant

    To space them out, could you do something like this?

    #tag-page a {
    margin-right: 10px;
    }

    I think I would add an additional div to your template so that this #tag-page a doesn’t affect all the links on the page. Just wrap the section you want this to work on in something like <div id="tag-heat-map">.

    If you want to do use a bullet instead after each link, you could do this also, but I am not certain what browsers actually support text generated by the :after pseudo-element (I think it’s CSS 2.1):

    #tag-page a:after {
    content: "%5C2007%5C00B7%5C2007";
    }

    The 2007 is a digit space, and the 00B7 is a middot. Maybe something like that? Not even related to bbPress really.

    EDIT: above, those %5C are supposed to be backslashes but I can’t keep them from being translated or decoded or whatever. Should be character encoding from here:

    http://www.w3.org/TR/2000/WD-MathML2-20000211/bycodes.html

    Since BBpress 0.9’s release almost 2 years ago, we’ve had 5 different WordPress releases. My question here is, which versions of BBpress work with which versions of WordPress?

    We dont mention it anywhere (crazy), and far too often the phrase “latest version of bbpress/wordpress” is used in the forum. I know we cant have documentation or change the static pages on this website, or post an HTML table in these forums, so I apologise for the long list:

    BBpress 0.9.0.6

    – with WP2.4

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.5

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.6

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.7

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.8

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.9

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    BBpress 1.0.2

    – with WP2.4

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.5

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.6

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.7

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.8

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    – with WP2.9

    – – – plug and play:

    – – – with a plugin:

    – – – with hacks:

    – – – works for some people:

    #81809
    mrtrip
    Member

    I just wanted to chime in and say that I choose bbpress as a stand alone forum system because I don’t like the bloat of phpbb or vbulletin or any of the other bb softwares out there. Its light, simple setup, and anybody can jump into the discussion without having to learn a lot of new things.

    I support where ever this all goes, but I hope it stays standalone.

    chrishajer
    Participant

    ashfame, trunk automatically emails you for a thread you created? I know you can request email updates (like here), but will it happen automatically when you create a thread/topic?

    With the subscribe to email updates function there now, it’s probably easier to just mark the topic when you create it, like _ck_’s comment here https://bbpress.org/plugins/topic/post-notification/#post-451

    It’s probably just a different function now.

    #83829

    I’ll add in

    4) Ability to sort posts per bbPress category, based on WP category

    (example: I post a blog post to News and that gets posted to the bbPress category News).

    #32788
    agl666
    Member

    Hi!

    I’m planning an integration of bbPress on forum.firstdomen.ru domen and WMU on seconddomen.ru domen, each on different hosting. Will it work? (e.g. will cookies be available for different domains). What can happen with that integration? Slowing down or everything’s normal?

    #83783
    Michael
    Participant

    bbPress does have support for Pretty Permalinks, which are SEO friendly. Just go to your admin panel > settings > permalinks. You can change it there. :)

    Simple:Press is developed externally – so more effort has been put into bbPress to make sure it integrates properly with WordPress.

    #83782
    Kamil_D
    Member

    Thanks guys,

    Yes, i like bbPress. At First I tried it with the Simple:Press forum plugin for wordpress and it did work well. But the Simple:Press plugin has two downsides, There are a lot of functions and therefore, it is very big. Plus it is very slow. While bbPress is “Simple, fast, elegant”. And this is definitely the reason why I choose bbPress. I am happy with everything except the lack of a simple possibility to add pictures and the SEO friendliness. It would be better for instance if it was combinable with a SEO plugin to change the forum links. What I also see, bbpres has problem to be indexed in Google, the indexing is very slowly. While Simple:Press plugin is much more faster get indexed in google. I don’t know, maybe it’s because of that simple:press is plugin of wordpress.

    I have read that bbPress wil be in the future also a wordpress plugin (canonical). I am wondering about it.

    #83722
    agl666
    Member

    thanks, i had thoughts about it, but hoped that someone already had had that problem and solved ;)

    #32751
    jurasiks
    Participant

    Hello, i want to use 2 bbpress at 1 ftp.

    1 works fine at root folder.

    But second don’t work (even can’t install it).

    I think, problem is with htaccess and nice bbpress urls.

    How can i fix that?

    my root htaccess:

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]

    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]

    RewriteRule ^forum/?$ / [R=302,L,QSA]

    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]

    RewriteRule ^topic/?$ / [R=302,L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /tags.php [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]

    RewriteRule ^profile/?$ /profile.php [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]

    RewriteRule ^rss/?$ /rss.php [L,QSA]

    RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]

    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=$1&topics=1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]

    RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^.*$ /index.php [L]

    </IfModule>

    # END bbPress

    #83670
    chrishajer
    Participant

    10 January 2010 03:13 GMT. I am about to release 5 replies from alexandanthony that were flagged by Akismet as spam.

    #83721
    chrishajer
    Participant

    I think conceptually you’re going to need to renumber some members, and then change all the places where their old ID was being used, to the new ID.

    chrishajer
    Participant

    There used to be a way to make any topic you created a favorite of yours, then you could ask for email notification for all favorites, which meant you’d get an email whenever someone replied to a topic you created (since it was a favorite of yours.) The plugin that did that was pretty old, for prior to 0.9 I believe. I imagine you’re using the latest 1.0.x release?

    https://bbpress.org/plugins/topic/post-notification/

    particularly this comment for a really simple way of doing this, I think:

    https://bbpress.org/plugins/topic/post-notification/#post-451

    Or maybe this one:

    https://plugins-dev.bbpress.org/browser/auto-add-favorites/trunk/auto_add_favorites.php

    It’s certainly possible, with a plugin.

    chrishajer
    Participant

    The forum comes up if you use this URL which is the index page for the forum directory:

    http://www.londonmuscle.com/blog/forum/index.php

    I see you’re on IIS. Do you need to set the default index page to index.php or something? This has happened a couple times that I know of recently.

    https://bbpress.org/forums/topic/404-for-bbpressinstallphp

    #83864

    In reply to: Starting New Site

    chrishajer
    Participant

    Yes, install WordPress first, then install bbPress and follow the instructions for integration. I think these are probably the most recent good instructions on integration:

    https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61969

Viewing 25 results - 46,376 through 46,400 (of 64,519 total)
Skip to toolbar