Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,126 through 44,150 (of 64,527 total)
  • Author
    Search Results
  • chrishajer
    Participant

    Is it related to this at all?

    https://bbpress.org/forums/topic/intermittent-page-not-found-on-valid-uls#post-67963

    Can you check the response headers for a page that comes up to see if it’s actually 404 instead of 200, even though it displays? Or post the link to your forum so someone can check it out.

    #34263
    bonechair
    Participant

    Hi

    I have a bbpress installation Version 1.0.2

    Which integrates with wpmu.

    New version of wpmu is working fine and new registered users can post but

    old users in past cant post now when they login to the site. I am not sure what

    to look for here. The user is in wp_users, where else must the user be?

    Louis

    #86893

    bbPress has 3 things going for it:

    1) It can integrated a single signon with a wordpress install

    2) It’s very easy to ‘theme’

    3) It’s totally open source and easy to code for

    If you like these, then bbPress is for you. If these things are not enough (and for most people they’re not) then bbpress is not for you.

    It’s also wrong to say that bbPress is missing alot of functionality. that’s purely down to your perception of what YOU think a forum should have. bbpress documentation is shockingly thin on the ground, so if it doesn’t do what it claims to do – tell us :) But don’t judge it because it doesn’t do something it doesn’t claim to – you’ll never find the software that fits your needs that way.

    #86892
    ppmujica
    Member

    I have a similar question. I’m finding that the translations to my language (spanish) are quite poor, and it seems most of the plugins are pre-version 1, so I’m missing a lot of functionality (like user avatar, which should be there from the start!!!).

    So I wonder, besides sharing users (which is not a big benefit for my implementation), is there any other reason why bbpress + wordpress is a better option than any forum software + wordpress???

    #88306
    Rich Pedley
    Member

    delayed email perhaps, and of course check your spam bin…

    1 is the standard for whoever set the forum up, check the user table and compare. Is row ID 1 also you? and do you still have full admin(keymaster) rights?

    #34262

    Topic: Avatar size

    in forum Themes
    Kasparas
    Participant

    How to resize avatar in topic view, i didnt find any size codes in style.css.

    I want my forum look more like bbpress.org :)

    #88305
    mikkelsen
    Member

    I’ve checked the users table, and the email addresses are correct. I’ve now had three people test it, and the last one actually got the email with the new password.

    I’m using bbPress 1.0.2.

    EDIT:

    The second test user also got the email. It seems like something happened to me, or me and the 29 first users. My ID is suddently 576, and it should be 1 I think.

    #88304
    Rich Pedley
    Member

    check the users table, are the email addresses stored correctly?

    Which version of bbPress are you using?

    #76532
    Kasparas
    Participant

    I need new one. Maybe someone have ?

    #88283
    zaerl
    Participant

    Hi. Unfortunately the links obtained from the “#” in Kakumei theme (or similar) are just anchor links. This is due to the fact that they are generated with post_anchor_link() (file: bb-templates/kakumei/post.php:11).

    With “just anchor links” I mean that they are anchors (#post-number) of the current page. They aren’t permalinks. All that links became invalid once you change the “items per page” (and/or other values) from the bbPress admin panel.

    All you can do with the links that users have posted is to parse them and change them accordingly to the new server settings but this can (and will) be a long, tedious, hard and prone to errors work.

    I have written a plugin called “zaerl Post Permalink” that solved this problem. My plugin export a function that generate this link:

    1) http://www.domain.com/the_bbpress_path/post/post_number

    2) http://www.domain.com/the_bbpress_path/?post=post_number

    The (1) is preferred if mod_rewrite is used. These links are permanent and do adapt on the fly to the actual settings of the server. I use my function in various places of the template and post.php is one of these.

    I can share my work with you if you want. Email me za AT zaerl.com.

    p.s. keep in mind that the plugin isn’t retroactive.

    cnc
    Member

    Recently I got this mesg who drives me crazy..

    Warning: Visiting this site may harm your computer!

    I don’t know what happened to my blog and forums.. I think all was secure and safe in my site.. I have talked to my hosting company they clean it.. but the problem is still there..

    http://www.car-n-car.com (wordpress)

    http://www.car-n-car.com/forums (bbpress)

    It’s really disturbing me… how can I fix it?

    is there any wordpress or bbpress authenticated plugin who defend my site from suspicious codes, and hackers attacks..

    please guide me to remove this bloody mesg…. otherwise my site will useless :(

    help me again…

    Regards,

    cNc

    #87741

    Very nice theme!!

    #88303
    mikkelsen
    Member

    I managed to convert vBulletin to phpBB3, and then phpBB3 to bbPress.

    The users passwords however does not work, and I can’t seem to get the email when I try to reset it.

    #69811
    mikkelsen
    Member

    I got all my users over, but the system never sends me an email when I try to to reset the password. Has anyone encountered that problem?

    Also, how may one copy users from the phpbb_users database to the bb_users database manually?

    Thanks for all help.

    #34260
    mikkelsen
    Member

    Hello,

    I have a website with WordPress as the mainsite and vBulletin as a forum. After doing lots of research on bbPress, I quickly understood that bbPress is far superior for my needs and would fit extremly well :)

    I do however have one problem, and that is that I have lots of users and posts that I can’t loose. I’d like to transfer my users login info as well as all the posts and threads.

    Are there any scripts for converting a vBulletin database to a bbPress database?

    Thanks for all help.

    #87351
    rockyteng
    Member

    hi Arturo,

    excellent job!thanks very much!

    #76531
    pagal
    Participant

    old one or new one?

    #15400

    Is there a theme that looks like the bbpress.org support forum theme?

    #88297
    gerikg
    Member

    bbpress is a standalone forum it doesn’t really go into wordpress. A lot of people create a theme that looks like the wordpress one, like this site.

    Home, Plugins, About, Docs, Blog, and Download is WP

    Forums is bbPress

    I help out people with that stuff: wpbbpthemes.org

    gerikg
    Member

    if you have access to the database delete all tables that start with bb_

    #34256
    John78_98
    Member

    Hi, I am a Newbie. I have downloaded and installed WordPress and bbPress locally. I used the same database for wordpress and bbpress. I was able to open both of them at the following locations.

    http://localhost/ (wordpress)

    http://localhost/bbpress/ (bbpress)

    Now, how can open bbpress forums on the wordpress site? I am trying to create a website where one of the pages contains forums.

    Any help will be greatly appreciated!

    I started another thread for this problem I’m having, though it’s an extension of the other.

    I installed bbpress and it worked fine. I wanted to change the URL and started deleting and re-installing bbpress, not realizing I was leaving behind SQL tables, as zaerl told me.

    Now I want to delete bbpress and reinstall as it was a fresh install. How can I do this?

    Thanks for any help you can offer.

    ppmujica
    Member

    Hi all,

    I have a wordpress website, let’s say its http://www.mysite.com. WordPress is installed in the website root, so that when you navigate to http://www.mysite.com, you get the wordpress blog. I recently installed bbpress at http://www.mysite.com/bbpress.

    One of the first plugins I installed is BB Wysiwyg editor, but it fails to work properly. After some debugging, I found the following:

    [gif]

    http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.gif is correctly displayed on my browser.

    [jpg]

    http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.jpg is correctly displayed on my browser.

    [css]

    http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.css causes wordpress 404 error page to show up on my browser.

    [js]

    http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.js causes wordpress 404 error page to show up on my browser.

    [txt]

    Just for kicks, I created a new file called test.txt under that same folder, and it is also displayed correctly.

    Needless to say, all of the above files are physically there, I can clearly see them on my ftp client. So, something is going on with certain file types. It seems like wordpress allows some files to be correctly returned to the browser, while others are banned or something like that.

    Has anyone experienced anything like this? Are there any config options that could solve this issue? I’ve been googling for quite a while without finding a solution.

    Thanks!

    #88272
    gerikg
    Member

    I think you should contact people on their board:

    example

    http://www.magentocommerce.com/boards/viewthread/72188/

    #87740
    Cyndy Otty
    Participant

    Very nice redesign! Does make one feel that there is life here and things happening. :)

Viewing 25 results - 44,126 through 44,150 (of 64,527 total)
Skip to toolbar