Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 47,401 through 47,425 (of 64,509 total)
  • Author
    Search Results
  • #81558

    In reply to: LaTeX support

    Sudchai
    Member

    bbLaTeX

    You can find the plugin from above website.

    #69788
    af3
    Participant

    I have modified the original script to work with a bbpress integrated with wordpress. but the password is not working!

    http://svn.adrianomelo.com/labs/Wenetus/phpbb3tobbpress.php

    – uses the table wp_users instead bb_users

    – the users in the wp_users are not lost!

    – conficts resolved (user exists on wp database and phpbb database)

    PROBLEM: the phpbb password is not working when imported to wp database

    Same here — all worked out fine, except password. The _phpbb3p_pass.php file was autoloaded in bb-plugins folder; seems to be not working. Anyone has a workaround this (other than asking users to reset their passwords) ?

    quasiamodo
    Member

    Just similair problem as yours…. may be the same….

    I installed the latest version of WordPress on one of our servers, and thought it would be a nice thing to get it cooperating with bbpress.

    Accordingly you have to install bbpress and configured it to cooperate with wp.

    Then on wp you have to install a plugin called WordPress-bbPress syncronization and configure that thing too.

    On top of this module you will find a box asking you for the directory of the bbpress installation.

    Now given the right address of the bbpress installation, it will build up a link between both by using the

    /bbpress/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php program, as there is obviously needed some code to execute syncronization.

    In my case this file and directory is completely missing, so even with everything coded the right way, missing the program nothing can happen.

    I have even set permissions to up to 777, meaning readable, executable, writable for whoever, but the file is neither generated nor downloaded nor extracted.

    Accordingly I guess it is missing in the installation package, or the routine to write that thing hangs somewhere…

    Hope it was clearer…

    In any case as soon we get an answer here ,and if you need assistance , it will be a pleasure to help…

    Regards

    Quasiamodo

    Taeo
    Member

    I have a WordPress site with a bbPress install on the side. Design has been integrated.

    http://www.taeoui.com

    #81629

    In reply to: “deep” integration

    syborgod
    Member

    So i should add: require_once(‘path/to/wp-load.php’); in bbPress’ bb-config.php?

    Now would I need to add this to the WordPress’ wp-config.php file as well?

    #32380
    syborgod
    Member

    I have already installed and integrated bbPress to WordPress MU on my site, and I need to know if i can add the following:

    require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same

    directory as WordPress’ wp-config.php file).

    without messing anything up or do I need to reinstall bbPress again and do this process at the beginning?

    #81571
    clarklab
    Member

    My install of bbPress has been acting this way since I first set it up. Ive got a custom theme running and a huge list of plugins so I really don’t even know where to start hunting. Pretty annoying but not the end of the world.

    abcaa6
    Member

    Sorry Quasiamodo, but I didn’t get what you tried to say.

    Thanks for great reply, but please note that I’m still a beginner in bbPress.

    Thank you.

    quasiamodo
    Member

    Same Problem … but not a question of databases

    just missing the file :

    /bbpress/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php

    in your distribution, or not build

    Suse Linux 11.1 userid etc ok 777 (even exagerated)

    both config.php updated

    WordPress “auth” cookie salt

    and

    WordPress “secure auth” cookie salt

    and

    WordPress “logged in” cookie salt

    some problems on the relative WordPress page you can find just :

    wpbb_secret_key

    last version of wordpress installed

    Please advice when you update your installation script

    Best regards

    Quasiamodo

    #81599
    chrishajer
    Participant

    Do you have access to the server logs? That 500 error should be logged.

    abcaa6
    Member

    Hello All.

    I am trying to install bbPress to my WordPress MU installation for 4th time now.

    During the installation process, in the Step 2 where we have the option to integrate the Forums with WordPress, I type all the AUTH keys and all other keys and user database settings correctly, but it ends up showing the following error.

    “There was a problem connecting to the WordPress user database you specified. Please check the settings, then try again.”

    I’m 100% sure I’ve typed the correct data. Okay. So I skipped the User integration part and proceed to finish the installation. Then, I get my Forums set up. Nice and running. Good. But in the Admin page, if I try to integrate the users with WordPress, I am suddenly logged out of my account and my Admin account is vanished.

    If I try to log-in, it says there’s no such account and I can’t access the Admin page any longer/

    Why is this happening and what should I do?

    #81598
    TrishaM
    Participant

    I am also having trouble deep integrating my WP & bbPress installs so that I can call WP functions from within bbPress

    When I add the line to the top of my bb-config.php file

    require_once(‘/absolutepathto/wp-load.php’);

    I get 500 server errors and cannot access any page of the bbPress install at all. This happens even when plugins (I have only 2) are deactivated, so I’m pretty sure it’s not a plugin conflict.

    I’m also using WP 2.8.6 and bbPress 1.0.2.

    #81570
    chrishajer
    Participant

    1. I see you’re using 1.0.1. I would recommend upgrading to the latest to see if that happens to fix it.

    2. I added a tag to a topic, and I do not have the [X] to remove my own tag. Why can’t I delete my own tag?

    There is also some additional functionality where it shows ‘tree’ by ‘chrishajer’ – that’s not there by default, so how is that being added?

    This error does not occur by default in bbPress, so there is something specific about your installation. If it’s not the template, maybe it’s a plugin or something else you added.

    #81409
    Marius-
    Member

    I’ve tried recounting and restocking everything. None of that helps

    Gonna try removing Mass Delete Users soon, just need some time. I get two new spambots a day now you see. It seems the more I delete them, the more they register.

    chrishajer
    Participant

    My guess out of your list of plugins would be the mass delete users plugin. Maybe the post counts and pagination rely on the user being a valid user or something? I would disable that plugin and then do a recount and test.

    chrishajer
    Participant

    Have you tried a recount in the admin? Maybe there was something caught as spam or bozo, then rescued, and the count got messed up? Can you post the results of recounting here?

    #28188
    Ken
    Member

    Hi:

    How do I align the HOT TAGS section to the right?

    I’m using Kakumei Blue 1.0 theme for bbpress

    thank you ;-)

    http://www.movielakay.com/forums/

    #66171
    daudev
    Member

    Hi,

    i tried to integrate my wordpress 2.8.6 and bbpress 1.0.2. I think I made everything as the description. Bbpress now uses wordpress database, I fixed also the keymaster role from the db directly. But i still have one problem. When i log in from wordpress, I’m not logged in bbpress. I think it worked one or two times, but now it’s not working.

    Freshly Baked Cookies plugin is not working, is that the problem and if the plugin is working will be the integration ok?

    #81582
    Olympus
    Member

    bbPress because it’s the only forum software I know that can be easily customized . In phpbb, VB, IPB etc… you have to browse lines of code juste to change the HTML structure, you even have to hardcode something in the core files, which is not the case with bbPress because you have powerful things like hooks, templates etc…

    But of course, you need some knowledge in HTML and Php ( at least some basics ) in order to make your bbPress really unique .

    All in all, I think that bbPress is the best forum software for web developpers looking to customize ENTIRELY a forum and make it really unique . Just take a look at the lame phpBB2 boards out there, they are all identical, except the headers, nothing unique, the same structure etc…

    Marius-
    Member

    I think you’re on to something Chrishajer! But I have already listed my plugins above, and none of them affects counting – that I know of.

    There must be some sort of bug in BBpress v. 1.02. Thats what I use.

    Cause how come this only happens occasionally, and not all the time. If you try to post there, you can see for yourself, that eventually, page 7 will appear. Try posting one or two times, and it will trigger the creations of Page 7.

    chrishajer
    Participant

    If you change the page 6 to a page 7 in the address bar, your post comes up. It looks like an issue with pagination. The front page and the topic page showed only 6 pages, but there were actually 7 pages and yours (and another, and now two others) were on page 7.

    So what plugins do you have that would affect pagination? Anything that would hide posts for any reason? Looks like bbPress is counting up enough posts to show that there are 6 pages, but there are really 7. I suspect the post count is wrong on the front page too (it said 180, but there were probably more like 180, assuming 30 per page.)

    What version of bbPress? And what plugins?

    Marius-
    Member

    the bug has happened again!

    If you are quick to check my forum out now, you can see for yourself.

    Go to http://www.michaeljackson.no/forum and see the top discussion “Velkommen til nytt forum”. There are six pages, where I – Marius have the last reply. But when clicking on number “6”, you don’t see my last reply at all. You see user “eps” reply instead, mine is not showing at all, anywhere in the topic. It has not appeared yet.

    #81556

    In reply to: LaTeX support

    Olympus
    Member

    Okay, I’ve done something really simple, and I need some advices ( security, XSS vulnerabilities etc… ) as its the first hook I write for bbPress and I don’t want my future maths board to be hacked at its launch :

    EDIT : as bbPress escapes some characters, I posted my code on pastebin : http://pastebin.com/f4e5653cd .

    #81618
    danfuh
    Member

    yes, but how can i disable wrapping for

    & uuml ;

    & auml ;

    ….

    inside ?

    Here is an example:
    http://websitebaker-cms.de/foren/topic/265-1#post-1468

    and this is the old one:
    http://www.websitebaker-cms.de/forum/t22-265.html#ipe64

    I try to migrate my old forum content into a bbpress and this is nearly the only one problem i have.
    bbpress is realy a great tool!

    regard Daniel

    [code] ?

    Here is an example:

    http://websitebaker-cms.de/foren/topic/265-1#post-1468

    and this is the old one:

    http://www.websitebaker-cms.de/forum/t22-265.html#ipe64

    I try to migrate my old forum content into a bbpress and this is nearly the only one problem i have.

    bbpress is realy a great tool!

    regard Daniel

Viewing 25 results - 47,401 through 47,425 (of 64,509 total)
Skip to toolbar