Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,151 through 48,175 (of 64,454 total)
  • Author
    Search Results
  • #80102
    chrishajer
    Participant

    makeupalley? no, not using bbPress.

    #80101
    koneksitas
    Member

    is that site using bbpress?

    #31969

    Topic: Topic Author Gravatar

    in forum Themes
    arpowers
    Member

    Hey Everyone,

    What is the easiest way (as of the latest BBPress release) to get the avatars for ‘topic’ authors?

    I have avatars showing correctly for ‘posts’ with <?php post_author_avatar_link(); ?>

    but it doesn’t seem to work correctly for the first post in topics and on the front page.

    I’ve seen some other posts on this, but so far no elegant solutions. Any help?

    Thanks!

    #80052
    anaon
    Member

    Oh Kawauso, thank you so much!! This code works perfectly!!

    But do you mean that normally, I should have just one profile page for WordPress and BBpress?

    #80044
    gravitydk
    Member

    Easy answer. Number one requirement is, that it also has a wordpress theme.

    #56793

    In reply to: Plugin: Avatar Upload

    Billy Wilcosky
    Participant

    Does anyone have any suggestions for showing the bbpress avatar next to comments in wordpress. I know a couple suggestions were given here, but, I don’t want to try the first suggestion, because they say to delete a file in my plugins, and I have a feeling that will cause more trouble than it’s worth. I saw another suggestion, tried it, but the avatar didn’t show. This probably won’t happen, but, it would be nice if there was a sister plugin to this one for wordpress… and you installed it and magically the bbpress avatars showed up. :) Wouldn’t that be nice. Unfortunately I don’t know php very well.

    Here’s hoping someone can come up with a solution!

    #31968

    Is it possible to change the language after installation of bbPress? If yes, can you please tell me how to do it? I already uploaded the .mo & .po files in a new folder called “my-languages”.

    Thank you very much for your help.

    #80051

    <?php if ( $wp_profile_user = bb_get_user( get_post_author_id( $post_id ) ) ) : $wp_profile_link = esc_attr( "/members/{$wp_profile_user->user_nicename}/" )?><a href="<?php echo $wp_profile_link?>">View profile</a><?php endif?>

    Your profile pages from bbPress and WordPress should be in sync anyway if you’ve integrated properly…

    #80117

    Read through register.php in bbPress’ base directory and function bb_new_user under functions.bb-pluggable.php in bb-includes to get an understanding of how normal registration works.

    Normally the user is given an auto-generated password, but the function used in the registration function will hash anything anyway.

    #80043

    Ah…. add a sidebar capability ;)

    #80042
    chandersbs
    Member

    One of the things I try to do on my own bbPress-based forum, is trying to make it more and more user friendly. By saying user friendly, I want my users to click less, as that is really annoying. And give as much as information possible on the page they are.

    Think of:

    • Adding a search bar on every page

    • Navigation should be visible from all pages

    A few options that you’d need plugins for:

    • Upload plugin, so users can upload images

    • Signature, users love that too

    • And PM system

    Worth considering:

    • AJAX replies (just like we have in vBulletin)

    So if you’re gonna incorporate those things into your theme, think about the design.

    #31967
    CraigElias
    Member

    I want to use Wishlist member to protect a page called Forum – with the slug shiftselling.com/forum.

    That means I need to move the files for the forum to a different directory – currently shiftselling.com/forum.

    Should I move it or rename it?

    Should it be moved to a directory or a sub domain?

    I am also trying find what code I could put into a the page called forum that would display the forum inside my page.

    Regards,

    Craig

    Cell: +1.403.874.2998

    #80050
    anaon
    Member

    Any other idea maybe?

    Actually, it would be really great if I could use WordPress profile page instead of BBpress profile page, you know? Because on my WordPress, members (users=authors) can change their profile and fill up some custom fields I added and I think it’s better if they don’t have to fill up two profile pages…

    Thanks

    #79705

    In reply to: Need A Project ShowOff

    looking for more suggestions? I do get a few hits from this page but the responses are very minute as compared to that. Please take out some time to comment or suggest here on a new bbPress theme – Pour in your suggestions for an ultimate bbPress theme

    #80093

    Try matching the code with the default theme and if you need to show more additional info then you can take a look at this too https://bbpress.org/forums/topic/unhide-profile-email-adresses

    #80119
    johnhiler
    Member

    I was researching this for ya, and noticed that your host had fixed it for you:

    https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/page/9/#post-4698

    Glad it worked out! Let us know if your host ever lets you know what they changed/fixed, if you could… thanks!

    #80118
    Jim R
    Participant

    My host took care of that issue, but now I’m getting this from the plug-in:

    Not allowed: [bbPress part] Invalid anonymous user id

    #31961
    Jim R
    Participant

    I’m not getting a lot of help where the plug-in is actually posted. As best I can tell my settings are correct. I’m getting this response though:

    URL is incorrect or connection error, please verify it (full variant): http://hoosierhoopsreport.com/bbpress/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php

    When you click on that link, it brings up a 404 page, but having checked my server files, it’s there. The plugin has been uploaded in the my-plugins folder of my bbPress folder.

    #80115

    Why not just use bbPress native functions and adapt code? :)

    #31960
    ggwarpig
    Participant

    I run a service that has it’s own user data. I want my users to be able to login to bbpress using the same username/password that they use for my service. I figure ill just generate a user record in the bb_users table when someone signs up for my service. So…

    1) Besides adding the record to the bb_users table, is there anything else I need to do?

    2) How are the passwords encrypted?

    Thanks!

    #80111
    Ben L.
    Member
    #31958
    Peter A. Gebhardt
    Participant

    I’ve copied the complete ‘bbpress’ directory tree (with all it’s subdirctories) from my server to ‘htdoc/mydomain/bbpress’ and reloaded a complete dump of mySQL database (DROP table enabled) into the local one under XAMPP.

    Accessing it under ‘http://127.0.0.1/mydomain/bbpress&#8217; worked fine w/o any flaws – until I looked at the Plugin list within Admin. Although all Plugins (activated on the server) still worked flawlessly, each one in the XAMPP listing does only show the ‘Activate’ status!

    Any idea what causes the wrong status display? Where is the status information stored?

    #80103

    Both the “Freshness”/latest reply and normal links in the Search function should be including the page number in links, as that’s allowed for in the function used, get_topic_link() .

    Sort’ve worrying if it’s not including it! bbPress.org includes the page number…

    It’s not included for any page 1 links though.

    #80100
Viewing 25 results - 48,151 through 48,175 (of 64,454 total)
Skip to toolbar