Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 26,976 through 27,000 (of 64,518 total)
  • Author
    Search Results
  • #126731
    Alexander
    Participant

    @jeffacubed Thanks for letting me know. I’ve already tried to latest bbpress and buddypress trunk but the issue persisted. If I can be of any help with the testing – just let me know. I’m eager to get this issue resolved. Thanks

    #126730
    #126726
    blg002
    Participant

    I would be very interested if you found a solution.

    ronsowewonso
    Participant

    +Bump,

    I’m trying to have different templates for different forum topics.

    Anyone got any ideas?

    #126722
    jasoncoffee
    Participant

    bbPress 3 beta version and Safari Version 6.0.2

    #126721

    What version of Safari are you using? Also what version of bbPress is this affecting?

    #126718
    Hesam
    Participant
    #126716
    Hesam
    Participant

    Hi guys

    I am translating bbPress WP Plugin and want to override a core function using a bbPress theme.

    The name of function is: bbp_get_the_content
    It is in this file: /wp-content/plugins/bbpress/includes/common/template-tags.php

    May you please help me?

    #126714
    FlipFlop
    Participant

    Hi guys,

    I’d like to alter the ouput in the Freshness column, as you can see in the code below, bbpress knows the latest forum post in any one forum and links to it if you click the Freshness link, in this case ‘4days 2 hours ago’. Instead of it outputting 4 days 2 hours I’d like it to show the title of the post.

    I think I need to edit the bbp-header but I don’t know where to find this.

    Can anybody help me do this please?

    Thank you!

    `

    `

    #126713
    andymacleod
    Participant

    When logging-in using the login widget, the page is redirected to the page where I last logged-out!

    It’s happening on one site but not another – is this likely to be an .htaccess issue?

    Note: for the problem site, wordpress is installed in a sub-directory.

    Thanks,

    Andy

    #126712
    zilveer
    Participant

    Hello everyone,
    I have searched very much regarding a plugin which enables members to decide whether or not they want to post anonymous in specific forums/categories for bbPress.
    But It doesn’t seem to be any plugin like this.
    I know that bbPress has settings which make none-logged in users to post anonymous, but that is not what I want. I want logged in members have the possibility to post anonymous in specifik forums.

    If there is not such a plugin I am thinking of creating one since I have PHP and mySQL skills, but I am new to WP and bbPress so it might take a while to understand how everything works.

    Is there any guidance where I can begin for creating a plugin?

    Regards

    #126707

    In reply to: URL Structure

    Stephen Edgar
    Keymaster
    #126706
    jasoncoffee
    Participant

    oh thanks! It went smoothly. We are golden! Now I have a question about URL structure that I just posted in a separate topic. Thank you for the help!

    #126705

    Topic: URL Structure

    in forum Installation
    jasoncoffee
    Participant

    Ok,  Step one is complete. I am all done with the installation and it went very smooth.

    Now I want to change my URL structure to the same as my old forums and preserve my ranking in the search engines. What is the best way to accomplish this? Please note that I have Simple Press (where I moved the content from) installed on the same wordpress installation as bbpress.

    macbort
    Participant

    While I am also experiencing the create group topics issue already documented on other threads, this issue sounds more like the one @sydneydesigner noted a couple of months ago. However, his workaround does not work for me, and you will see why below.

    Issue background:

    My client’s site has BuddyPress installed alongside bbPress. They want group forums as an option within BuddyPress groups.

    In order to use bbPress for this functionality, I have unchecked Discussion Forums within the BuddyPress settings and enabled the Allow BuddyPress Groups to have their own forums option under the bbPress forums settings (Settings > Forums > BuddyPress section).

    What’s happening:

    When I navigate to a BuddyPress group admin and go to enable forums for it, I see the following (image link):

    However, when I check the box and click Save Settings, nothing happens. Looking at the html for the page reveals the following:

    • Gist
    • screenshot
    • It appears that the form tag(s) are missing, so there is nothing there to POST against.

      I was able to enable/disable the option by temporarily switching the theme to the BuddyPress default theme and saving the setting that way. It does not appear to work from client’s normal theme, however.

      Doing some digging, the edit_screen() function found in bbpress/includes/extend/buddypress/group.php seems to generate the checkbox and text for enabling/disabling a group forum, while the form element that should be there looks like it’s from the groups/single/admin.php template file.

      Does anyone have any insight into why the form element wouldn’t be loaded into this group admin page?

      Version information:

      WordPress version: 3.5.1
      bbPress version: 2.2.4
      BuddyPress version: 1.6.4
      Genesis Connect for BuddyPress version: 1.2
      bbPress Genesis Extend version: 0.8.4
      Genesis version: 1.9.1
      Genesis Child Theme: Blissful version 1.0

    #126691
    Nathan Pinno
    Participant

    Hi there.

    I’m using the latest plugin version of bbPress, WP 3.5.1, and BuddyPress 1.6.4 and I have a question for you:

    Does the code I found here still work, as that was posted almost one and a half years ago?

    Plus if it does work, how do I modify it to show only certain forums (cause I’m using the Membership plugin from WPMU DEV to control access to a few which are for premium members only)?

    Thanks in advance for the help,
    Nathan P.

    #126690
    Stephen Edgar
    Keymaster

    This sounds like its related to https://bbpress.trac.wordpress.org/ticket/2085

    There is a patch included with the upcoming bbPress 2.3

    If you want to test this and make sure it is working for bbPress 2.3 go download bbPress 2.3 beta 2 and test it out with your setup. https://bbpress.org/blog/2013/02/bbpress-2-3-beta-2/

    (Another discussion thread on the issue is here.)

    #126689
    Stephen Edgar
    Keymaster

    You need to use the correct values from your wp-config.php file

    eg. $table_prefix = 'wp_'; = wp_ in the bbPress Table Prefix: field. (You used MyDatabaseName in ‘Table Prefix’

    Also if you are using the same WordPress install as your existing SimplePress install you don’t need to convert the users as they are already exist, so uncheck the convert users checkbox.

    #126688
    jasoncoffee
    Participant

    I input the info found in the place you suggested above and when I ran it got this error.

    WordPress database error: [Table ‘MyDatabaseName.users’ doesn’t exist]SELECT convert(users.ID USING "utf8") AS ID,convert(users.user_pass USING "utf8") AS user_pass,convert(users.user_login USING "utf8") AS user_login,convert(users.user_nicename USING "utf8") AS user_nicename,convert(users.user_email USING "utf8") AS user_email,convert(users.user_url USING "utf8") AS user_url,convert(users.user_registered USING "utf8") AS user_registered,convert(users.user_status USING "utf8") AS user_status,convert(users.display_name USING "utf8") AS display_name FROM users AS users LIMIT 0, 100

    #126687
    Stephen Edgar
    Keymaster

    Ha…. Make sure to select ‘SimplePress’ from the menu and not ‘Example’ 😉

    #126682
    jasoncoffee
    Participant
    • Database Name: Name of the database with your old forum data

    I am ultra noob. I don’t even know the definition of Database. I need dummy instructions if possible.  does this mean go using my login and pw from my host?…

     

    #126681
    Stephen Edgar
    Keymaster
    #126680
    jasoncoffee
    Participant

    Noob questions. What do I put for Database name and user? my host (godaddy) info or my wordpress info? or neither? lol

    #126679
    jasoncoffee
    Participant

    oic thanks.

    #126678
    jasoncoffee
    Participant

    I am using a fresh download of bbpress 2.2.4

Viewing 25 results - 26,976 through 27,000 (of 64,518 total)
Skip to toolbar