Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 21,901 through 21,925 (of 64,518 total)
  • Author
    Search Results
  • #142505
    Denver Prophit Jr.
    Participant

    @netweb can you guys create an article post based on http://www.highposition.com/blog/how-to-send-author-content-groups-wordpress-google-analytics/ for bbpress content grouping?

    #142504
    jennifer2010
    Participant

    I’ve been trying to get Invision Power Board developers to change from their archaic URL structure to adopt bbpress’s.

    For example,
    IPB looks like this:
    site.com/ID-forum-name/
    then topics look like
    site.com/topic/ID-topic-name/

    While bbpress looks like this:
    site.com/forum/topic-name/

    Their argument is that having a URL structure like BBpress’s is “inefficient” because they index is larger for querying titles to find the topic. They INSIST that the ID has to be in the URL otherwise it would create performance issues.

    I disagreed.

    Any developers who can shed light on this?

    sylcollin
    Participant

    Hello,

    I have a page on my website that I can get access to both in HTTP and HTTPS. But when acessing in HTTP, FireFox tells me that the page is not totally secure because of content that is accessed in HTTP inside the page .
    After investigating, I found the website http://www.whynopadlock.com, that says part of the problem is the links from bbpress plugin to the bbpress.css and editor.js files. Both of them being in HTTP instead of HTTPS.
    I updated the plugin, uninstalled and reinstalled the plugin, but the problem is still here.

    When we get the “premium” SSL certificate approved, we would like the green padlock to show, as for the visitors of the website to have no trust issue…as it seems to prevent the padlock to show without “unsecure website” message, we would like to solve this issue quickly…

    Anyone had the same issue?
    May it need a fix for the plugin, or is there something I should try before?

    awasik
    Participant

    I figured I would test out the process of signing up as a new user to my bbpress forums.

    However, I never get the signup confirmation email. I have checked spam, everything.

    Is there some setting somewhere that I am missing? Here’s my forum:

    http://www.combatstocks.com/forums/

    Thanks!!!!

    #142499
    Majijiboo
    Participant

    I have multiple functions.php files in different folders of the bbpress plugin. Which of the below functions.php files should I add the code to?

    • …/bbpress/includes/users/functions.php
    • …/bbpress/includes/replies/functions.php
    • …/bbpress/includes/extened/buddypress/functions.php
    • …/bbpress/includes/forums/functions.php
    • …/bbpress/includes/core/functions.php
    • …/%theme name%/functions.php

    Thanks,
    Majid

    #142498
    Robin W
    Moderator

    To edit what details the user can see/edit within the profile page then the template is

    wp-content/plugins/bbpress/templates/default/bbpress/form-user-edit.php
    and
    wp-content/plugins/bbpress/templates/default/bbpress/user-profile.php

    EDIT

    found the subscription/edit bit

    wp-content/plugins/bbpress/templates/default/bbpress/user-details.php

    #142496
    vegas778
    Participant

    Hi guys.

    Do you know where I can find the file to edit the bbpress profile page for members ?

    And how do I get those links (last topics, last replied, subscriptions, favorites, edit) on the profile page ? I only see the text of the number of replies, answers and if it is a administrator or user…

    thanks

    #142486

    In reply to: Forum Index Scrunched

    Robin W
    Moderator

    without spending time looking at defkon’s solution, I could say.

    However if you get the page template working, then copying that to a bbpress.php will ensure that bbpress uses it, and you can revert the page.php back to how it was, so it shouldn’t have any implications elsewhere on your site

    #142482

    In reply to: Forum Index Scrunched

    thefruitnation
    Participant

    Yea I forgot to mention I had tried that fix Robin, sorry.. I did some more searching and found
    that one person fixed it using a multisite install and another

    https://wordpress.org/support/topic/bbpress-forum-homepage-displaying-oddly

    Pinboard with BBPress

    I’m in the process now of trying Defkon1’s solution from the first url

    freiwerk
    Participant

    Hi there,

    I have a site using latest versions of buddypress and bbpress. My users can create groups that contain a forum. In addition I use the “group email subscription” plugin, to keep users in groups updated. This works as a charme.

    However, some of the group users now want to have subforums in their groups, in order to have a better overview. As soon as we had created the subforums, we discovered a bug: New posts now dont show up in the activity stream of the group. In addition, it does not reset the “last active” flag of the group. Furthermore, and this is my real problem, the email notifications does not work anymore.

    Anything I can do here to get subforums with groups working properly?

    Thanks and regards!

    #142479
    Robin W
    Moderator

    Think it’s as simple as

    is_bbpress()

    so try

    <div class="breadcrumbs">
        if(function_exists('bcn_display') && is_bbpress())
    {
    bcn_display();
    }</div>
    
    

    Haven’t checked the syntax, I’ll let you do that

    #142475
    vegas778
    Participant

    Hi all,

    First of all I am big newbie in bbpress and I would like to know where I can find the file to edit the bbpress profile page for members ?

    Could you also tell me how do I get those links (last topics, last replied, subscriptions, favorites, edit) on the profile page ? I only see the text of the number of replies, answers and if it is a administrator or user…

    Thanks

    Regards,

    #142474
    Zonic Mirage
    Participant

    Hello, I help run a university student organization WP site with Buddy Press. I’m getting a fatal error when trying to activate the plug-in. I’m using the latest WP, Buddy Press and trying to install the latest bbPress.

    /site/folder/wp-includes/plugin.php on line 199

    Fatal error: Call to undefined function bbp_get_user_role() in /site/folder/wp-content/plugins/bbpress/includes/core/update.php on line 355

    Because Google searches are giving me nothing, it’s rather maddening. Thanks!

    #142473
    hitkid
    Participant

    thanks @robin-w !

    I’ve tried to use all the avatar functions found in the documentation in the wp_query(), but none are working. I’ve tried it locally with newer updates of buddypress/bbpress and live with a fresh install and nothing.

    This is the actual tag I want to use:
    <?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'size' => 14 ) ); ?>

    They work perfectly in the mychild/bbpress/loop-single-topic.php , but I just can not get it to work in the query! Is there anything I am missing, or doing wrong?

    Thanks for the help!

    #142470
    Stephen Edgar
    Keymaster
    #142467

    In reply to: Forum Index Scrunched

    hotmax oferty
    Participant

    In my opinion it Looks like bbpress is selecting the default page from installed theme, which have a tree columns. I had the same problem on forum on my site hotmax. Now its working great.

    #142464
    virusek89
    Participant

    bbp_get_time_since

    I found it in these files

    bbpress\includes\topics\template-tags.php
    bbpress\includes\replies\template-tags.php
    bbpress\includes\forums\template-tags.php
    bbpress\includes\common\widgets.php
    bbpress\includes\common\functions.php

    Now what I need to edit to remove the rest of the decimal?

    I want to ask because I am a beginner in php

    Jerry
    Participant

    I am using WordPress MS (version 3.8.1) with bbpress and buddypress.

    I have the wp-admin folder on the host server password protected as a security measure.

    There are two things occurring that I cannot figure out:
    1) When a logged-in user tries to go to any forum, or a topic, the web browser is asking for a password to access wp-admin. Entering the password or clicking cancel does not appear to change anything. This does not happen when someone is not logged in.

    2) When logging out from the “edit profile” screen, the user again gets the password request, and after clicking cancel is taken to a registration/lost password default screen.

    These things occur on both Firefox and IE. Thanks in advance for any help I can get to solve this annoying issue. 🙂

    #142454

    In reply to: current_user_can Issue

    ttyler333
    Participant

    There was a lack of help from the community but I figured out a way to hook into bbpress’s admin links “bbp_get_reply_admin_links” from there Basically exploded the $content and put my link inside, imploded and had to write some new request handling, check permissions beyond what “current_user_can” can do. From there wamm bamm boom everything works.

    #142449
    Robin W
    Moderator

    yes, you can customise for bbpress only – I’m actually adding this to the documentation as I write this, as it’s not obviously there !

    #142448
    sebbat
    Participant

    Wow ! That’s great, just what i need. And i can customize it for bbPress only …

    Sorry if this is in the docs and i haven’t found it.

    #142447
    Robin W
    Moderator

    yes, no problem.

    Make a copy of your theme page template that is full width, rename it bbpress.php and put in into your theme directory. bbPress will then use this for all it’s layout.

    #142446
    sebbat
    Participant

    Hi,

    I started a bbPress to test and i have a huge problem.

    My theme have a few page templates, including full width pages and pages with sidebars. bbPress, in my case, uses full width for the index and a sidebar page template for the topics.

    I want bbPress to use the full width template everytime, but i don’t know if the modification needs to be made to bbPress or my template.

    Maybe someone can help me with that ?

    Regards.

    #142445
    Robin W
    Moderator

    For bbPress specific functions, you’ll generally find the functions in template-tags.php files

    bbp_get_forum_last_active_id()

    is in forums

    wp-content/plugins/bbpress/includes/forums/template-tags.php

    #142443

    In reply to: Translate to Swedish

    Stephen Edgar
    Keymaster

    You want to use the /dev branch of both projects:

    https://translate.wordpress.org/projects/bbpress/dev/sv/default
    https://translate.wordpress.org/projects/buddypress/dev/sv/default

    On each of the above pages select ‘.mo’ from the dropdown at the bottom of the page and click export.

    Rename each file to buddypress-sv.mo & bbpress-sv.mo

    The extra instructions on the BuddyPress site might also help, I’ll try to get the bbPress updated soon also.

    https://codex.buddypress.org/developer/translations/

Viewing 25 results - 21,901 through 21,925 (of 64,518 total)
Skip to toolbar