Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,051 through 53,075 (of 64,431 total)
  • Author
    Search Results
  • #71988
    chrishajer
    Participant

    You can post your contact information here. If you do, the topic will be closed and people can contact you outside the forum. But first you might want to browse the WPMU tag:

    https://bbpress.org/forums/tags/wpmu

    #4901
    Trace
    Participant

    I’ve spent two days trying to integrate BBPress Alpha 6 cookies with WPMU 2.7…… I’m not really wanting to do day three, is it against the rules to ask for paid help here? If not, I would love to give my money to be able to move on and actually get some work done! If it is against the rules… I’m sorry… couldn’t find anything regarding this and am kind of desperate :)

    #4900

    Topic: SatNightSpecials.com

    in forum Showcase
    PJ Brunet
    Participant

    In it for the long haul with bbPress:

    http://www.satnightspecials.com/

    Hook me up with some link love please :-)

    Installed the alpha last night, hacked the theme all day today, my friends don’t even know it’s live yet.

    #71983
    chrishajer
    Participant
    #71979
    chrishajer
    Participant

    Also, looking at the path to the files, it appears they are using NFS which has generally poor performance (SLOW) for software like bbPress and WordPress.

    https://bbpress.org/forums/topic/bbpress-is-slow-like-godaddy-says#post-21750

    #4893

    Hello,

    i just integrated my 1.0-alpha-6 BBpress installation with my WordPress 2.7 blog.

    After the integration my bbpress admin disappeared, but i could log in as an admin using the wordpress admin ID and Password, so no big deal.

    The problem is this: when i log in with my WordPress admin account there is no way i can see my “settings” label, that used to be on the top row, extreme right, of the control panel: /forum/bb-admin/

    Any suggestion/advice, please?

    the Process

    _ck_
    Participant

    One final addition to this that I didn’t think of mentioning earlier.

    To use bbPress queries like these on a foreign (non-bbPress / non-WordPress) PHP page, all you need to do is include the bbPress core like this at the start:

    <?php require('/local-path-to-bbpress/bb-load.php'); ?>

    or to load WordPress core use this

    <?php require('/local-path-to-wordpress/wp-config.php'); ?>

    (change the ‘local-path’ bit to your local path)

    and remember to use $wpdb on WordPress pages, vs $bbdb on bbPress pages.

    #71961
    _ck_
    Participant

    Yup “order by rand()” is very handy.

    I used it for a mod for WordPress years ago to make a “random” category which is very useful.

    It could even be done to make a “random topics” view in bbPress but not sure how useful that would be.

    It’s fine for casual use but keep in mind for larger tasks it’s very slow and makes mysql purists shudder.

    #71887
    deadlyhifi
    Participant

    As an aside, some hosts such as GoDaddy can take around 30 minutes for the .htaccess file to be read and implemented.

    #71886
    frank1000
    Member

    Hi chrishajer,

    Thanks!

    I added the additional Options line and it works now.

    Regards

    Frank

    #71969
    chrishajer
    Participant

    Yes, that’s permalinks and what you did is what I expected would fix it. Are you having any other problems?

    If you ever want pretty permalinks set up, you can follow this:

    https://bbpress.org/forums/topic/created-a-new-forum-but-profile-viewedit-not-working#post-24005

    #71970

    In reply to: Custom URLs

    chrishajer
    Participant

    There was also this more recent discussion. Read the post from sambauers:

    https://bbpress.org/forums/topic/important-notice-about-10-alpha-7-and-_ck_-plugins#post-23813

    #71967
    chrishajer
    Participant

    Sounds like several problems that are all fixable. First, I would turn off permalinks until you set them up properly:

    https://bbpress.org/forums/topic/created-a-new-forum-but-profile-viewedit-not-working#post-24005

    I would do that first so you can actually work with your forum.

    Also:

    1. What version bbPress did you install?
    2. Did you integrate with WordPress and if so, what version?
    3. Does this happen with the stock them?
    4. Does this happen with no plugins enabled?
    5. What server software, PHP version, MySQL version are you using?

    If you can start with the permalink issue (I think) and then answer some basic questions, I think we can get it sorted without reinstalling.

    #4891
    patrick10128
    Member

    Hi,

    I’m looking for someone who has had a bit of experience with theming bbPress to help me port a HTML/CSS template (which I have also made into a WordPress theme) over to bbPress. It should be relatively easy seeing as the design is simple and already coded.

    Please contact me at patrick.devivo [at] gmail.com if you know someone or are willing to help me out.

    #4890

    Is there anyway to define a custom URL structure? Specifically, I was looking to get rid of the “topic” and “forum” directories.

    I found it shortly after from another topic: http://bbpress.org/forums/topic/hack-to-remove-forumsforum

    #4889
    jmilli
    Member

    Greetings,

    I just installed BBPress today and was totally psyched because I have heard such great things about the WordPress products.

    But . . . I am having major problems:

    – New user testing – password doesn’t work. Login failed.

    – I created forums and when I select the topic I get a “The requested document was not found on this server.” error.

    – When I select a user profile (including mine) I get the same error.

    – This is where it is strange and makes me think that maybe I need to reinstall the whole thing. I can’t create a new post. Nowhere does it say “Create post” on the forums.

    I did install the Approve User Registration plugin by Aditya Naik, but I deactivated it and I am still having the above problems.

    Thoughts?

    thanks in advance,

    Jeff

    #71958
    _ck_
    Participant

    FYI, the if ($i <= 4) { is not needed because you already do a LIMIT on the query.

    Related topic:

    https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    #4888
    dpante
    Member

    Hello,

    I installed BBPress yesterday, and it’s working great. The only problem I’m having is that it won’t let me log out (when I’m using Safari)! When I click the “Log out” link, it refreshes the admin page, but I’m still logged in as admin. In Firefox, I can log out fine- it’s just in Safari that I’m having troubles.

    Any ideas to log out would be greatly appreciated!

    Thanks,

    Derek

    #4886
    dcole07
    Member

    I’m developing a WordPress Theme and I’d like it to work with BBPress too. My theme uses a function ( get_container(); ) to get all the information to go within the body. To change the content, within that container, for a particular page in WordPress, but leave the header, sidebars, and footer, I can reference a custom function to be added in there.

    So for BBPress, I would like to do the same thing. The get_container(); function will be called and it will get the custom function defined in each BBPress template file. The problem is, is that when I do this BBPress says I’m logged out and will not allow me to login, because it can’t find the forums. Why is this? I do get the header, sidebar, and footer defined in my get_container();. But for some reason the custom function that get the BBPress forum messes the variables for the forum.

    #71955

    In reply to: Problems logging in

    johnhiler
    Member

    One note: I was using Private Forums for several years, and it had an occasional bug where if I saved my admin settings… the private forums would intermittently become public! I had to check the private forums every day to make sure they hadn’t been compromised…

    The Hidden Forum plugin seems much more stable since I switched to it a few weeks ago, and there are no reports that I’ve seen of similar behavior:

    https://bbpress.org/plugins/topic/hidden-forums/

    Just a heads up!

    #71952

    In reply to: Problems logging in

    chrishajer
    Participant

    What other plugins are you using, and what version of bbPress are you using?

    #4883

    Topic: Flow FM Forums

    in forum Showcase
    djmky
    Member

    Hey everyone,

    I haven’t completely finished pimping my bbpress forum, though I thought id share it with you at this stage. Let me know what you guys and gals think, good or bad feedback is always good.

    WordPress: http://www.flowfm.net/

    BBpress Forum: http://www.flowfm.net/forums

    Look forward to your responses,

    Mark

    #4882
    #4881
    rockin
    Member

    I’m looking for talented coders/designer who can help me theme a bbPress forum to my needs.

    Contact me directly at:

    andreas [at] jaxvine.com

    #70336
    comput
    Member

    Hi,

    1st of all, thanks for this screen-cast.

    I have followed your screen-cast and succeeded with integrating WP 2.7.1 and BB 1.0 alpha 6 in different directories.

    http://mydom.com/wp/ (WordPress)

    http://mydom.com/board/ (bbPress)

    My issue is that logging in and out is working fine as long as WP handles log-in and out! And not the other way when logging out from BB.

    Issue 1:

    When I log-in to my WP and go to BB log-in works fine, also the other way from BB to WP.

    But if I log out fron BB and go back to WP – I’m logged out but the META link is not updated and WP thinks I’m still logged in (which I’m not!)

    How can I make the log-out work through BB aswell.

    Issue 2:

    Registering through BB gives me no role inside WP!

    I have bbPress integration plug-in (wp) installed and everything else is working fine! Roles are made inside BB-WP integration just like in the screen-cast.

    Can someone please help!

    Thanks.

Viewing 25 results - 53,051 through 53,075 (of 64,431 total)
Skip to toolbar