Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 28,601 through 28,625 (of 64,535 total)
  • Author
    Search Results
  • #120855
    Stephen Edgar
    Keymaster

    Thanks Michael, this will be fixed in the next release.

    https://bbpress.trac.wordpress.org/ticket/2072

    #120849
    maineyak
    Participant

    Ok I submitted a ticket. I rolled back to the last version and everything is fine, so it was the latest update.

    #120847
    Stephen Edgar
    Keymaster

    @HistoryHouse The codex document you linked to is for the old ‘legacy standalone’ version of bbPress, not the new plugin version.

    This is what you are looking for (I think) https://codex.bbpress.org/theme-compatibility/

    #120846
    Stephen Edgar
    Keymaster

    Thanks, could you please submit a new ticket over in trac with some details of your multisite setup and steps to reproduce this.

    https://bbpress.trac.wordpress.org/

    #120845
    maineyak
    Participant

    I had everything set up fine, Until this last update. When a member creates a new blog when bbPress is activated, they are only granted participant status to their blog, so they cannot even access their dashboard. I deactivated all plugins to make sure in fact it was bbPress that was causing this, and it is. When I deactivate bbPress, they can access their dashboard, and are granted Administrator status. I just happened to be testing new accounts today, and realized this was happening. I did just update bbPress to the latest, so I’m assuming it was due to this latest update, as it was working fine before.

    What can I do to fix this?

    #120843
    oconn146
    Participant

    How does google authorship sync with bbPress? Is the topic creator/question asker credited with authorship or the first responder?

    For the site I’m planning to incorporate bb Press on, attributing to first responder would be helpful.

    Thoughts, answers?

    #120841
    rsanchez1
    Participant

    The email that bbPress sends out when a user posts a new reply in a topic has the link to the reply, and then tells you that you can unsubscribe in the topic page. I think it would be good if it had an unsubscribe link in the email itself, so users can just click that link and would be unsubscribed instead of having to go to the forum, possibly logging in, and then finding the unsubscribe button.

    #120840
    rsanchez1
    Participant

    You are not using a unique page template yet?

    What bbPress does is that it looks for certain template files in the theme’s directory. If it finds them, it uses them. If it doesn’t find them, then it uses default fallbacks. The template file for the forum front page is “forums.php”. You could add this file to your theme and have it not include a sidebar. When you install the bbPress plugin, it has twentyten-compatible template files that would be a good starting point to look at.

    #120837
    HistoryHouse
    Participant

    If someone could just guide me please (I’m returning to bbPress after a confused time with it pre-plugin days).

    Plug-in installed OK and it was easy (thanks!). The forum is using my blog page layout which has a widget controlling the right sidebar (my own theme design adapted from blankslate).
    http://www.historyhouse.co.uk/historynews/

    The test page works fine (apart from it’s too wide – but I can solve that.)

    Problem is I want it to have its own unique page template (not using the sidebar widget). Probably something like this template I created.
    http://www.historyhouse.co.uk/historynews/history-of-ashen-my-ancestors

    In my stumbling I thought a child theme may have been the answer so I looked the below page but the bbpress version number is not the same. Besides it didn’t seem to work for me.
    http://codex.bbpress.org/legacy/step-by-step-guide-to-creating-a-custom-bbpress-theme/

    So in a nut shell. How can I make it use the template in my second example?

    Thanks in advance and be gentle with me 😉

    Theatreadmin
    Participant

    HELP! I have been searching everywhere for help on how to do this, and I can’t seem to find anything that actually helps me. I have a forum made, but I really want it to show up in the navigation bar as a ‘page’ so the public can easily access it. I am using the ZeeStyle theme, WordPress 3.4.2, and bbPress 2.2.

    I am pulling out my hair because I’ve been looking for days on how to do this and nothing has helped. If someone out there can help me, I will jump for joy and be extremely thankful!

    Oh, and please try to give me the simplest way possible, because I am new at this website making thing!

    THANK YOU IN ADVANCE

    royho
    Participant

    Thanks for the reply however I don’t have such dropdown. The only dropdown I see is the default WordPress role dropdown and not one specific for bbPress.

    #120832
    MacItaly
    Participant

    Hi Stephen,
    and thanks for answer.
    I’ll try the solution proposed in that thread (I tried to look out before post here but without a search function I wasn’t able to find out that thread) even if seems more oriented on SP 4.+ and BBPress 1.+, hope that works anyway.
    In any case if, as you say, isn’t so difficult to adapt the existent importer (and seems that there is enough need of this), what about someone skilled, to integrate this feature to the “native” function?
    I’ll update with results of the operation.
    Thanks

    #120830
    vdek
    Participant

    Hi, I’ve done searching and couldn’t find anything related specifically to my issue with bbpress… I’m running the latest bbpress with WordPress 3.4.2 for my forum on my blog.

    My forums are located here: http://wrtapps.com/forums/
    The problem is the title of the forums page below the menu bar. It shows the title as “General discussion” which so happens to be the last forum page I saved in my dashboard. Previously it was showing the title as “Troubleshooting”… How do I change this to a custom title?

    Thanks!

    #120827
    frenzis73
    Participant

    Widget and shortcode are not so “themable” like I would. WP_QUERY is right, but then I cannot use bbp_* in my file.

    What I want is use every BBP Functions inside my, eg, single.php: show author, show forums, show topic simple calling bbp_**

    How bbp_has_forums() works? It loads the functions ouside the BBP pages?

    Regards, Francesco.

    #120826

    In reply to: Register on Multisite

    hatoncat
    Participant

    I noticed a recent bbPress update touted improved Multisite flow support – any progress on this issue?

    Doesn’t look like it from my initial testing, but fingers are crossed hoping something official is in the works.

    #120818
    phoenixolivia
    Participant

    Can anyone tell me to go about creating additional fields for my users to fill in upon signing up? Right now users only seem to need to provide a name and an email address. I would like to create a database of users’ addresses, phone numbers, profession… things like that.

    So how to I make it available for users to add this type of information when they sign up?

    I’m using the most recent versions of WP and BBpress as of Nov 27 2012

    Thanks in advance for any help.

    #120816
    #120811
    Stephen Edgar
    Keymaster

    There currently is not a ‘native’ Simple:Press import tool for bbPress 2.x

    If you are comfortable with databases you could try ‘rolling your own’ by modifying the ‘example reference template’ for the bbPress 2.x import tool. You just need to match the correct database tables and field names in the ‘from’ sections of the template. The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/includes/admin/converters/

    Also there is this topic thread that a few have had success with converting Simple:Press to bbPress https://bbpress.org/forums/topic/v2-simple-press-importer-and-first-thoughts/

    #120809
    Stephen Edgar
    Keymaster
    Stephen Edgar
    Keymaster
    #120797
    rogerhnn
    Participant

    Hi, I am having a problem with bbPress since 2.1 with the translation.
    Some parts of the plugin dont get the correct translation like:
    – Admin area
    Forum => All Forums
    => New Forum
    Topics => All topics
    => New Topic
    Replies => All Replies
    => New Replies

    “Replies Created” in user profile

    Widget in admin area:
    Discussions Users & Moderation
    1 Fórum 3 Usuários
    1 Topic 0 Hidden Topic
    0 Replies 0 Hidden Reply
    1 Topic Tag 0 Empty Topic Tag

    The other parts are fine, but these dont load the translation. Any help?

    Thanks

    royho
    Participant

    So I just installed the latest bbPress 2.2.2 and see that all my users have no role set for the forum so I then proceed to use the remap tool to set them a default of participant. This all worked fine however, it also switched my admin account to participant also instead of keymaster. So my question is how do we apply the keymaster role back to the admin?

    #120794
    Halo Diehard
    Participant

    Well, I’ve created a page and am using the shortcode and it seems to bypass the issue. For anybody having this layout trouble, the shortcodes can be found here:

    https://codex.bbpress.org/shortcodes/

    leekpc.org
    Participant

    I too am having problems

    Ive installed bbpress2.2.2 onto my self hosted wordpress site and cant get the forum page integrated, I can use an url redirect but I need a sidebar to show user login/registration.

    any assistance ?

    rsanchez1
    Participant

    It will not override your front page. It will add new pages. When you install it, you can check the Forum Settings page to see the slugs for the pages it will add, and change them as necessary.

Viewing 25 results - 28,601 through 28,625 (of 64,535 total)
Skip to toolbar