Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,276 through 57,300 (of 64,063 total)
  • Author
    Search Results
  • #49644

    In reply to: Emoticons For bbPress?

    citizenkeith
    Participant

    This looks great! Thank you.

    Now if we can get WP-Grins converted to bbPress, we’d have clickable smilies…

    https://wordpress.org/extend/plugins/wp-grins/

    #3194
    Sam Bauers
    Participant

    One of the major stumbling blocks for implementation of permalinks is the creation of the .htaccess file.

    There is at least one ticket requesting automation of the creation process via the admin area of bbPress (just like WordPress does). But the problem with that is that we support both the “MultiViews” and “mod_rewrite” methods of creating permalinks.

    In light of this and some other problems with “MultiViews” I’d like to gauge the possibility of dropping “MultiViews” support in favour of “mod_rewrite”.

    What do you all think? Do you use “MultiViews” or “mod_rewrite”? Why? Would you really miss “MultiViews” support?

    #64157
    refueled
    Member

    Hey,

    Just wanted to mention that I have released a matching WordPress theme, just in case anyone is using Peacemaker for bbPress. :)

    You can download it here.

    #49643

    In reply to: Emoticons For bbPress?

    exchequer598
    Member

    UPDATE!!

    Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!

    http://pastebin.com/f411dfe2a

    #62450
    affacat
    Member

    wonderful! i’m glad to hear my post was helpful!

    #64323
    psheerin
    Member

    OK, I found the problem. I had jumped ahead and installed the .htaccess file for pretty permalinks. This prevented the installer from running.

    But now I’ve got an ugly long URL because I installed it under ../WordPress/

    How do I reconfigure bbPress so that I can make the forum

    http://www.paara.org/forum/

    instead of

    http://www.paara.org/WordPress/bbPress/

    ?

    #64322
    psheerin
    Member

    I installed bbPress in http://paara.org/forum/ because that’s what I wanted the URL of the forum to be, and the installation instructions didn’t indicate any preference for where.

    Just one blog, with the WP files at http://paara.org/WordPress/ but with the public URL being simply http://paara.org/, as described in https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    And after moving the bbPress directories to http://paara.org/WordPress/bbPress/, I still can’t get the install to run, or anything but the “no content” message to appear.

    What am I missing?

    #3208

    Topic: key master only forum

    in forum Plugins
    dragosbogdan
    Member

    I’m using bbpress for my online class and I would like to create a forum that only I or a moderator can post to, and the students (members) can view only.

    I’ve seen plug-ins to make forums private, but that’s not exactly what I need. Can someone point me in the right direction?

    Thanks

    #3206
    glanceup
    Member

    I am switching my board from phpbb to bbpress and am very worried about porn spamming robots that register and post urls to porn sites.

    In phpbb, there is a mod that didn’t stop the registration, but was COMPLETELY EFFECTIVE in stopping the posting of porn sites. It simply would not allow brand-new members to post URLs.

    Is anyone capable of writing such a plug in for bbpress?

    Here’s a link to the phpbb mod —

    http://www.phpbb.com/mods/db/index.php?i=misc&mode=display&contrib_id=1649&sid=11350f22f9dec93e4361bf7b1d53a801

    #3202

    Topic: Shoutbox

    in forum Plugins
    thion
    Member

    Is there any shoutbox plug-in for BBpress? I’m looking for something simple to use for registered users, with simple managment (edit, delete), maybe something ajax-powered :).

    #64326
    _ck_
    Participant

    You want a better spider tool that can limit how many threads it uses, obeys robots.txt and uses a standard user agent.

    Good luck getting all that into bbpress though. First you’ll need to write a custom parser that can standardize the posts and topics into a clean format. Some was working on a bbPress xml importer but if you get the data organized enough you could parse it directly into mysql. Not a trivial project by any means but I guess you realize that .

    Hopefully you know PHP or some other language that can help you parse all the data?

    #64225
    so1o
    Participant

    @raygene can you give me some more details on your install..

    you have to initialize bbpress by adding code in your wpconfig file.. have you done that?

    @citizenkeith plans – yup.. timeline – nope :)

    tgiokdi
    Member

    @nolageek

    just deactivate the “Display Name” plugin and try again, that was the only solution I’ve found. You can reactivate it after you do you changes

    #62399
    Ryan
    Participant

    Works great, although I added a couple of rewrite rules.

    /forum/profile to /forum/profile.php and /forum/tags to /forum/tags.php

    The profile and tags pages were still returning 404 headers.

    citizenkeith
    Participant

    From 1998-2003, I ran a forum using the Network54 website. These forums were horrendous. There wasn’t any user database… people just wrote their posts then filled in their name and an optional email address. (It’s amazing I didn’t get any spam during that five year period.)

    My goal is to get all these posts into bbPress.

    I was unable to spider the forum. Network54’s server kicked in and blocked all attempts using Spiderzilla.

    Here’s the forum:

    http://www.network54.com/Forum/3752/

    Instead this is what I’ve done: There are 53 pages of posts. Some of them are threaded, some are not. On each page, there’s a “View All Messages” link that will show you all of that’s page’s posts and threads on one single HTML page. Each thread is separated with an HR tag.

    I downloaded each of these 53 “View All” pages. I just spent 20 minutes cleaning up the code from Page 1, and I’m left with a fairly lean page. Here’s what I got for page 1:

    http://www.judyhenskefan.com/viewall-page-1.htm

    I will continue doing this for all 53 pages. Then I would like to separate out all the topics and posts, and put it into an “Archive” forum in my bbPress install. I’m trying to determine the best way of doing this…

    For one, a lot of the users are not registered on the current forum. Some are, but used slightly different names. Some people never entered their optional email address at the Network54 forum, so I don’t have a way to put everybody into a user account. I could match up a bunch of them, but not all of them.

    How would you proceed, if you were me?

    dss
    Member

    Problem solved.

    Turns out that I overlooked the part of the integration documentation which advises users to add the path to wp-blog-header.php

    In the upgrade, a new config.php is created, and naturally one needs to add this path again to the new document for them to work.

    Once you do it… it works! Yaaay.

    #64312

    In reply to: Rewriting?

    haagendazs1
    Member

    Hi chrishajer,

    example.com has stuff like htaccess, index.php, php.ini, robots.txt

    example.com/folder/ is the WP install that’s integrated with the forum

    and example.com/folder/bbpress/ is the aforementioned forum

    :)

    #64318
    magicbratt
    Member

    I had the same idea but commented out the entire contents of the login-form.php.

    Removing or renaming will cause and error so leave it in place. Just open it and comment out the contents from top to bottom. It’s the login form shown on the front page. This way when you are logged in, you will still see the your name and the admin link and logout option. This is working for me anyway.

    #62449
    citizenkeith
    Participant

    Just want to say THANK YOU!!

    I gave up converting my phpBB forum months ago:

    https://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2

    But by utilizing the info here (and buy editing the SQL file by hand), I was able to get my forum into the very latest bbPress… it’s even integrated with WP.

    http://www.judyhenskefan.com/forums/

    Now I get to work on a new design for the forum and blog (as well as add lots of plugins to the new forum).

    Thanks again everybody! :-)

    #63871
    txmom
    Member

    Working now. As this was a new data base with no content yet, I dropped the database, made a new one, installed wordpress, then bbpress. All seems to be working correctly. I must have put wp_ in step 1 the first time instead of leaving it at bb_. No problems with logging in like I had when I tried the upgrade. Thanks.

    #64267
    chrishajer
    Participant

    Did you already follow these instructions for getting permalinks to work, in general? If permalinks at all will work, then slugs will work as well.

    https://bbpress.org/documentation/faq/#pretty-permalinks

    #64321
    chrishajer
    Participant

    Why isn’t bbpress installed in a subdirectory of WordPress (that’s easiest for integration)?

    And what does this mean exactly:

    > WordPress 2.5 is installed in example.com/WordPress/

    > with the actual public blog up one level at example.com/

    Do you have two blogs, one or both of them WordPress?

    #64311

    In reply to: Rewriting?

    chrishajer
    Participant
    #64310

    In reply to: Rewriting?

    haagendazs1
    Member

    I’m not sure if people don’t know how to do it, or if it’s not possible, or if I’m just not explaining it clearly enough… So I’ll try again:

    Right now, physically, the folders are arranged like so:

    root.com/folder/bbpress

    The address:

    root.com/folder/bbpress

    also works and goes to the forum just fine.

    However, I want to keep the physical folders arranged that way, and make the address:

    root.com/bbpress

    WordPress itself has the exact same option under “Settings” by changing “Blog address (URL)” to whatever.

    Any help would be appreciated!

    psheerin
    Member

    I’ve uploaded the bbPress files to example.com/forum/ and WordPress 2.5 is installed in example.com/WordPress/ with the actual public blog up one level at example.com/

    When I go visit example.com/forum/ or even example.com/forum/admin/install.php all I get is a blank post from the WP site that reads “Sorry, no posts matched your criteria.”

    What do I need to change in order to make the installation run?

    WordPress created this .htaccess file and placed it in webroot, and I’m guessing this is the problem:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

Viewing 25 results - 57,276 through 57,300 (of 64,063 total)
Skip to toolbar