Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,426 through 13,450 (of 64,487 total)
  • Author
    Search Results
  • #168016
    Robkk
    Moderator

    Inside bbpress/templates/default/bbpress-functions.php

    yes that one.

    You can place a copy of the file right into your child theme and customize it from there.

    You can do the same thing for the other files in bbPress too.

    Theme Compatibility

    #168013
    TKServer
    Participant

    Are you saying that you want to move the bbpress-functions.php file into your theme to make it easier to customize the functions already in the plugin??

    YES @robkk. Just didn’t want to redeclare the functions. Will that be an issue? If I can pull in whole functions.php then a whole new world will open up.

    I see the files
    common/functions.php
    theme/core… Wait a sec I just found it…

    Inside bbpress/templates/default/bbpress-functions.php

    So I just call that from my custom page I guess?


    @casiepa
    yes I do. I’m creating an outside of bbpress page which is a threaded forum view with some extra features. I did not create a forum myself, though the thought crossed my mind until I found bbp.

    Robkk
    Moderator

    @reminisce32

    Stick with purging the installation there, but it has worked for a user by just using sql code.


    @hayleyadanner

    Go into a single forum by selecting a forum in the forum list in the left sidebar or go to this url and create a topic.

    Create New Topic

    #168008
    intristin
    Participant

    I can’t get this to work. That go in the theme’s stylesheet? I’m still getting the pesky sidebar. I’ve tried everything, read tons of posts, Why isn’t “hide sidebar” a standard option? It’s like going into a coffee shop and them telling me there is no milk or sugar to put in my coffee. lol, sorry for being sarcastic this is just very stressful.

    I created a new page, I added the shortcode, I choose the template with no sidebar on the page I created, and bbpress just ignores it completely. Is that code meant to go in the bbpress css file, that makes no sense to me since it’s a plugin. Maybe it’s the theme I’m using.

    #168007
    RobertFontaine
    Participant

    I am standing up a forum for posting backgammon positions.

    The two commonly used pieces of backgammon software export html board positions
    using a relative path to an images file. i.e
    2O

    How do I make bbpress think that this folder structure exists and point it to a folder with these gifs in it? I have been searching all over the place and haven’t been able to find a clear answer.

    Thanks,
    Robert

    
    
    <!-- Score -->
    
    <strong>Match to 5 points - gnubg 0, Robert 0</strong>
    
    <!-- End Score -->
    
    <!--  Board -->
    
    <table style="page-break-inside: avoid"><tr><th align="left">gnubg</th><th align="right">167</th></tr><tr><td align="center" colspan="2"><img src="../Images/n_high.gif" style="vertical-align: bottom" alt="" /><br />
    <img src="../Images/o_w_0.gif" style="vertical-align: top" alt="" /><img src="../Images/p_up_b_2.gif" style="vertical-align: top" alt="2O" /><img src="../Images/p_ud_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_up_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_ud_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_up_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_ud_w_5.gif" style="vertical-align: top" alt="5X" /><img src="../Images/b_up_0.gif" style="vertical-align: top" alt="" /><img src="../Images/p_up_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_ud_w_3.gif" style="vertical-align: top" alt="3X" /><img src="../Images/p_up_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_ud_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_up_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_ud_b_5.gif" style="vertical-align: top" alt="5O" /><img src="../Images/c_up_0.gif" style="vertical-align: top" alt="" /><br />
    <img src="../Images/b_center.gif" style="vertical-align: top" alt="" /><img src="../Images/c_center.gif" style="vertical-align: top" alt="" /><br />
    <img src="../Images/o_b_0.gif" style="vertical-align: top" alt="" /><img src="../Images/p_dd_w_2.gif" style="vertical-align: top" alt="2X" /><img src="../Images/p_dn_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dd_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dn_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dd_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dn_b_5.gif" style="vertical-align: top" alt="5O" /><img src="../Images/b_dn_0.gif" style="vertical-align: top" alt="" /><img src="../Images/p_dd_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dn_b_3.gif" style="vertical-align: top" alt="3O" /><img src="../Images/p_dd_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dn_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dd_0.gif" style="vertical-align: top" alt="&nbsp;'" /><img src="../Images/p_dn_w_5.gif" style="vertical-align: top" alt="5X" /><img src="../Images/c_dn_0.gif" style="vertical-align: top" alt="" /><br />
    <img src="../Images/n_low.gif" style="vertical-align: top" alt="" /></td></tr>
    <tr><th align="left">Robert</th><th align="right">167</th><th align="center" colspan="2"></th></tr><tr><td align="center" colspan="2"><span style="font-size: 75%; color: #787878">Position ID: <tt>4HPwATDgc/ABMA</tt> Match ID: <tt>cAmgAAAAAAAA</tt><br /></span></td></tr></table>
    
    <!-- End Board -->
    
    <p>&bull; Robert doubles</p>
    
    <!-- Epilogue -->
    
    <!-- Output generated  by GNU Backgammon 1.04.000-mingw 20141021 (http://www.gnu.org/software/gnubg/)  (HTML Export version 1.235) -->
    #168006
    hayleyadanner
    Participant

    I’m literally crying over here.

    I’ve been trying at this for days. Go here, change this, do that is so vague. Not everyone is a coder.

    I have tried adding this code to css, that template to bbpress files on cpanel

    I just want to be able to READ MY FORUM POSTS.
    The main page is okay. Click on a topic, the whole thing is grey, white/ you can see the writing but its as if there is a white overlay over the whole thing.

    I feel like breaking my computer and screaming as this is really stupid.

    http://www.thebestinformationever.com/forums/topic/curly-hair-help/

    #168003
    Robkk
    Moderator

    @gperez-tl

    Do you only get the logout confirmation nonce when bbPress is activated??

    #167995
    Robkk
    Moderator

    You do not need to put the forum index shortcode in a page. And you can add content above the forum by editing the forum archive template if you copied it in a child theme in a folder called bbpress.

    The actual forum index/root page is the one that the forum list button is redirecting to.

    #167993
    mica123
    Participant

    @gperez-tl
    You might like to know that I resolved my issue on the other topic. It may not be the same for you but at least it might be worth knowing. Here it is link

    #167990
    monovabona
    Participant

    Hi

    I embedded the Forum Index inside a WordPress page: http://tsalawchamber.org/?page_id=251 . Created a new forum (‘General’). But when I open the new forum and afterwards want to go back to the original WordPress page where the Forum Index was embedded, I can’t. When I click the “To Forums List” blue button at the top of the new Forum, it goes to a new page – which is I guess is called ‘Forum Root’ (?). This page also displays a list of existing Forums like the original WordPress page where I embedded the Forum Index, but I don’t want to go to this page by clicking “To Forums List” button – I want to go back to the original WordPress page. How can I do this? How can I change the destination of the “To Forums List” button and point it to the original WordPress page (not just for one forum, but automatically for all new forums) ?
    I tried this by deleting the default Forum Root Slug “forums” from Settings and leaving the field blank, but this didn’t work. It only rendered the “To Forums List” button inactive. I also changed the default Forum Root Slug to the original wordpress page slug, but this did not work either. So, how can I do this?

    Also, if this cannot be achieved through the “To Forums List” button, then how can I stop this button from appearing in new forums and insert a custom button which will point to the original WordPress page?

    Please help me!

    [My bbPress version: 2.5.4 (don’t want to update this one at this moment), WordPress version: 4.3.1 ]

    Robkk
    Moderator

    Yes there is a bug, it is fixed in the latest dev version.

    Use this temporary solution to fix the issue for now.

    Wrong bbp_get_reply_url() when paging with reverse order

    #167985

    Hi,

    I use a template with BuddyPress and BBPress tp handle private Social Network.

    Each BuddyPress Group has it’s own BBPress Forum.

    How can I set private topics in that Forum ? Topic between Moderators and a given Member.

    I don’t / can’t create a Forum for each Member ?

    #167982
    luisc110
    Participant

    Ok guys i did it for myself
    In style.css (appearence -> editor) add this

    .bbpress #secondary {      
    display: none;
    }

    #secondary is your widget / sidebar

    then add

    .bbpress #primary {
        margin: 0 auto;
        max-width: 980px;
        width: 100%;
    }

    #primary is the part of the page that you want to be full width

    Robkk
    Moderator

    Probably the SQL query code he posted a week ago.

    Reset forum don’t work, how to clean up the db with phpmyadmin?

    #167965
    namrons
    Participant

    Thanks for the suggestion @casiepa but I have a large and well established Buddypress based community and cannot rebuild the groups. Unless it works with Buddypress based groups? My bbPress forums are set up only inside these Buddypress groups and I imagined that the private groups would support fully private forums. The “bbp-topic-index” shortcode provided by bbPress makes the private groups forum topics visible to members of the community who are not part of these private groups.

    #167962
    TKServer
    Participant

    Hi TKServer,
    I see several questions here from you and they seem to indicate you want to create topics and replies yourself by creating the posts and adding the metadata yourself.
    I would propose you really check bbpress functions that exist that do this for you autmatically, so you don’t need to worry about what exact metadata to add.
    Pascal.

    Yes that’s a great solution. The problem is that I’m doing it outside of the bbpress application. Any thoughts? For now I’ve taken the function that writes and new post and new meta and modified it to work with my custom page.

    #167957
    Robkk
    Moderator

    You can also keep download a copy of bbPress and search through through the files as well.

    #167956
    Robkk
    Moderator

    _bbp_activity_id is part of the BuddyPress integration code in bbPress specifically the activity component part of BuddyPress.

    https://github.com/ntwb/bbPress/blob/ce1334374cf9fd165e81da1e5b6b511a2b3b778b/src/includes/extend/buddypress/activity.php#L598

    #167955
    Pascal Casier
    Moderator

    Hi TKServer,
    I see several questions here from you and they seem to indicate you want to create topics and replies yourself by creating the posts and adding the metadata yourself.
    I would propose you really check bbpress functions that exist that do this for you autmatically, so you don’t need to worry about what exact metadata to add.
    Pascal.

    #167954
    Pascal Casier
    Moderator

    Hi TKServer,
    Several lists exists. I normally start from http://hookr.io/plugins/bbpress/2.5.6/functions/#index=a
    Pascal.

    #167950
    Pascal Casier
    Moderator

    TKServer,
    Do you have bbpress installed ? Or you created the forum yourself and now you want to expand your own development by uses some good functions from bbPress ?
    Pascal.

    #167948
    Robkk
    Moderator

    Are you saying that you want to move the bbpress-functions.php file into your theme to make it easier to customize the functions already in the plugin??

    You can do that, just copy the bbpress-functions.php file into your theme/child theme.

    If you want to customize some functionality in bbPress, you can use the hooks and filters provided in the plugin too.

    #167947
    TKServer
    Participant

    I’ve made a threaded forum list which looks really nice. I’ve added a little code to reply to posts but it isn’t writing the meta and I really don’t know what to write in the meta.

    I’m thinking it would be cool to bring in the entire bbpress functions.php to my page to utilize those functions already, rather than writing my own code for things.

    Is that possible to import functions.php and use it outside of bbpress?

    The main functions I would be looking for are posting and replying.

    reminisce32
    Participant

    I am trying to delete everything from an import I didn’t like but hostgator is timing out when I try to delete forum with 82,258 posts. Even if I delete plugin and all files, reinstall, it brings back everything. Hostgator support doesn’t know how to help me with this. Any methods I can try to clear out my bbpress and start new so I can try the import again?

    WordPress version 4.3.1
    bbPress version 2.5.8
    link to site http://www.maddengurus.com/forum/

    Error below:

    ERROR 504 – GATEWAY TIMEOUT

    The server that your request has reached is acting as a gateway or proxy to fulfil the request made by your client.

    Web Browser => Web Front-End => Web Back-End

    This server (Web Front-End) received an invalid response from an upstream (Web Back-End) server it accessed to fulfil the request.

    In most cases this will not mean that the upstream server is down, but rather that the upstream server and the gateway/proxy do not agree on the protocol for exchanging data.

    This problem is most commonly caused when there is a problem with IP communications between the Web Front and Back-Ends. Before you attempt to resolve this problem you should clear your browser cache completely.

    #167398
    Loc Pham
    Participant

    Hi,
    I’m using the beta WP-REST API (beta version 2) to enable REST calls. Some endpoints do work if I add show_in_rest=>true to register_post_types() and register_taxonomies() methods in bbpress.php. With the show_in_rest flag, it allowed me to run the following endpoints:
    http://localhost:8888/wp-json/wp/v2/forum
    http://localhost:8888/wp-json/wp/v2/taxonomies
    http://localhost:8888/wp-json/wp/v2/terms/topic-tag
    http://localhost:8888/wp-json/wp/v2/topic

    My bbPress website has two forums called “Politics” and “Sports”. I’d like to query all topics in a specific forum, but I’m unable to query with the following endpoints:

    http://localhost:8888/wp-json/wp/v2/topic?filterforum_type=sports

    How should I filter topics from a certain forum?
    Thanks.

Viewing 25 results - 13,426 through 13,450 (of 64,487 total)
Skip to toolbar