Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 12,301 through 12,325 (of 64,539 total)
  • Author
    Search Results
  • #171995
    Pascal Casier
    Moderator

    The SQL I have is to wipe out ALL data from bbPress, so that’s not what you want.

    Workaround proposal:
    If you go on your dashboard > Replies > All Replies (so /wp-admin/edit.php?post_type=reply), and then select the forum in the dropdown box that says ‘in all forums’ and click filter.
    In the screen options, put the ‘number of items’ to e.g. 100.
    Delete some screens in this way…

    Does that work ?

    Then the same with the topics, empty the trash and try to delete the forum.

    Pascal.

    #171994
    Pascal Casier
    Moderator

    What exactly do you want to edit ?
    That shortcode will show you the index table. If you want to change something in it, have a look at https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ if you find what you want to change.

    Pascal.

    #171989

    In reply to: Password reset

    Pascal Casier
    Moderator

    Hmmm, well, as passwords is a WordPress issue (bbPress is just using the WordPress environment in this case), I would propose that you post your question on the WordPress forums and I don’t see where to start.

    If you get an answer that solved your issue, please post it back here.

    Thanks, Pascal.

    #171986

    In reply to: List of users

    cassandra.teo
    Participant

    bbPress 2.5.8

    I mean the people that have to create an account to use the forums.

    #171981
    Pascal Casier
    Moderator

    After you installed bbPress, 3 new items should appear in your dashboard: Forums, Topics and Replies. That last one shows all the replies.
    The standard link is /wp-admin/edit.php?post_type=reply

    Pascal.

    #171980
    Pascal Casier
    Moderator

    For the forum list in your sidebar, check the widget: https://codex.bbpress.org/features/widgets/

    To edit the ‘index forum page’, create a standard WordPress page and change the slug to ‘forums’. This new page will then be used in stead of the standard list. You can then of course use the [bbp-forum-index] shortcode to display the list of forums.

    Pascal.

    #171977

    In reply to: smiles in the bbpress

    Pascal Casier
    Moderator

    As bbPress is using WordPress below, it supports the basic ones.
    When I type :-) or :-P, it automatically converts them to πŸ™‚ or πŸ˜›

    So if you have set that option, it comes automatically.

    Pascal.

    #171974

    In reply to: smiles in the bbpress

    selenii
    Participant

    I need basic. I have activated it in the WordPress, but how can I insert into my bbpress form?

    #171973
    redblacked
    Participant

    I want SEO set up topic’s title.

    #171972
    Pascal Casier
    Moderator

    I think more info is needed…

    WHERE do you want to display them: in the sidebar, archive forum page, in a single forum, on a page outside bbPress, … ? Please elaborate a bit more.

    Pascal.

    #171968
    Ronald Mutsikwi
    Participant

    how to display recent replies on my forum

    #171962

    In reply to: smiles in the bbpress

    Pascal Casier
    Moderator

    Hi,

    If you want custom smilies or stickers, then check for plugins like ‘wp-Monalisa’ or ‘Font Emoticons’, however bbPress can use WordPress’s supplied smilies, see https://codex.wordpress.org/Using_Smilies and https://codex.wordpress.org/Emoji
    πŸ˜› πŸ’€ πŸ‘» πŸ‘½ 😺 😸 😹 😻 😼 😽 πŸ™€ 😿 😾 πŸ™Œ πŸ‘ πŸ‘‹ πŸ‘ πŸ‘Š

    Pascal.

    #171961
    selenii
    Participant

    How can I use smiles in the bbpress. I will insert it in my reply form.

    For example with:

    <script type="text/javascript">
    function addsmile($smile){
    document.getElementById('comment').value=document.getElementById('comment').value+' '+$smile+' ';
    }
    </script>
    <?php
    global $wpsmiliestrans;
    $dm_showsmiles = '';
    $dm_smiled = array();
    foreach ($wpsmiliestrans as $tag => $dm_smile) {
     if (!in_array($dm_smile,$dm_smiled)) {
     $dm_smiled[] = $dm_smile;
     $tag = str_replace(' ', '', $tag);
     $dm_showsmiles .= '<img src="'.get_bloginfo('wpurl').'/wp-includes/images/smilies/'.$dm_smile.'" alt="'.$tag.'" onclick="addsmile(\''.$tag.'\');"/> ';
     }
    }
    echo '<div style="width:100%; margin-left:0px; margin-right:0px;">'.$dm_showsmiles.'</div>';
    ?>

    But it did not works. Have anybode idea why?

    #171959

    In reply to: List of users

    Pascal Casier
    Moderator

    Are you talking bbPress or BuddyPress ?
    Registered ? Do you mean ‘subscribed’ ?

    Pascal.

    #171958
    stewmills
    Participant

    I temporarily solved my problem by installing this widget, as I just got FTP access today and have not attempted to follow other options via creating a bbPress.php page, etc.

    Here’s the plugin: https://wordpress.org/plugins/bbpress-login-register-links-on-forum-topic-pages/

    You can edit it and configure 4 different places that it shows up, but it’s not in the plugin options, you have to “edit” the plugin and you’ll see the code that designates what shows up where, such as this:
    add_action(‘bbp_template_before_pagination_loop’,’bbpressLoginRegisterLinksOnForumPage’);

    #171956

    In reply to: Password reset

    Pascal Casier
    Moderator

    If you have a standard bbPress installation, then passwords are handled by WordPress.
    In most cases there is a (security) plugin that blocks something, so try deactivating other plugins.

    Do you get the email back after the request for password reset ?
    How far do you get after clicking on the reset password link ?

    Pascal.

    #171936
    romelagy
    Participant
    #171931

    In reply to: Theme like bbpress.org

    Robin W
    Moderator

    bbpress doesn’t have theme’s – it uses your sites theme, but sometimes integration is not great.

    Unfortunately your link produces a certificate error (The security certificate presented by this website was issued for a different website’s address.) on the https side, so I didn’t visit.

    If it is just styling rather than function try my plugin

    https://wordpress.org/plugins/bbp-style-pack/
    Otherwise give us a valid link, and I’ll take a quick look

    #171926
    Robin W
    Moderator

    but yes as Pascal says, you do need to list the forums that you want to include

    and I have just updated the plugin for a technical error which should not affect you, but you may want to load the latest version from my site

    http://www.rewweb.co.uk/bbpress-additional-shortcodes/

    scorpnetwork
    Participant

    Hi!

    Late, but here is my promised Feedback.

    The Forum is just too big to get this going. I am paying a Coder not to get a custom Script for this.

    Cant wait to finally switch to BBpress…

    Thanks for the help tho!

    #171921
    Pascal Casier
    Moderator

    Hi,
    That seems like a pure WordPress question, not really for bbPress.
    But have a look at this: http://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-plugin

    Pascal.

    #171916
    stewmills
    Participant

    Facts:
    – WordPress 4.2.2
    – bbPress 2.5.8
    – Theme – Karma 3.0.3

    How do I change who gets notified when there is a new user registration request? The default email address that is in my WP profile is not necessarily who I want to get the new user requests as the persons managing the forum are separate from those managing the general site, etc.

    Thanks

    siparker
    Participant

    @netweb this is probably for you btw. as you seem to be the only active dev on bbpress?

    siparker
    Participant

    the answer is probably. although i would say i am not going to let the last 3 weeks go to waste because of a url rewriting issue.

    I am happy to put in $200 to sponsor this fix. anyone else willing to add something to this and make a bugfix bounty style approach. it might help to kickoff the bbpress development again.

    Basically i want to have the ability to create the forum url permalink structure and the thread permalink structure. as per this ticket, https://bbpress.trac.wordpress.org/ticket/2258

    I dont care where it goes although within the tools > forums would be fine. or under settings permalinks a forum tab there to actually group similar tools in a sensible way.

    If you want to do this development please let me know

    Plugin is required also and must not be htaccess rewrites. As i use nginx not apache htaccess style fixes are not an option which suits everyone.

    #171903
    Pascal Casier
    Moderator

    The link is: https://codex.bbpress.org/custom-capabilities/

    Better to post a new topic for a new question with a specific title, so others can find it in the search …

    Pascal.

Viewing 25 results - 12,301 through 12,325 (of 64,539 total)
Skip to toolbar