Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 4,876 through 4,900 (of 26,877 total)
  • Author
    Search Results
  • #180195
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #180188
    eliblair
    Participant

    Hi guys, I will just say first that I do not know much about coding.

    I just installed bbpress and now i have this error come up in my wordpress dashboard

    Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 231

    Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 232

    the code on those lines are as follows:

    if ( preg_match(“#^$match#”, $request_match, $matches) ||
    preg_match(“#^$match#”, urldecode($request_match), $matches) ) {

    what does this mean and how can I get rid of it?

    Thanks in advance.

    #180187
    Robin W
    Moderator

    the topic index shortcode in my style pack plugin might be what you need

    https://wordpress.org/plugins/bbp-style-pack/

    go to

    dashboard>settings>bbp style pack>shortcodes to see what is available and how it works

    #180181
    stagezero
    Participant

    Hello,
    I have used Image Upload for BBPress to upload and attach image to forum.
    my problem is image is not responsive. It will just shrink its width. I tried playing with firbug and remove image attributes and set max-width to 100%.
    It works… Now my problem is which file to edit and how. Im not a coder. I just learned css and have little understanding on php…

    #180174

    Topic: bbPress error

    in forum Installation
    Anonymous User 15184782
    Inactive

    bbPress tell me error with the WordPress version (4.6.1), when I install crashes the site and view the error page. Why does this happen?

    #180157
    ipf
    Participant

    I am in the process of creating a bbpress forum.

    How can I remove the admin toolbar and deny dashboard access to members? Is there a setting that I am missing? If not, are there any plugins that you recommend?

    Is it possible to integrate wordpress, bbpress and buddypress so that a user’s profile shows
    1. wordpress posts
    2. wordpress comments
    3. Forum topics
    4. Forum replies
    5. Buddypress status updates.

    How can I achieve this?
    Thank you.

    #180149
    CMB70
    Participant

    I am having trouble importing from SimplePress to bbpress. I’m not sure what the table prefix is supposed to be. I tried wp_ and that didn’t import anything. I tried wp_sf (I think that is the beginning of tables for SimplePress but get this error

    Repair any missing information: Continue
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE wpzu_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default ‘0’, meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

    Is there anything I can do to get this import done?

    #180143

    In reply to: SMF to bbpress

    mcshane1962
    Participant

    Hi guys,
    I followed the above advice, however, when I go to the import function in wordpress there is no SMF option, am I looking in the wrong place? I can see other options, blogger, twitter wordpress CSV etc, but no SMF.
    Please help

    Robin W
    Moderator

    ok you will need my plugin

    https://wordpress.org/plugins/bbp-private-groups/

    once installed and activated then go to

    dashboard>settings>bbp private groups

    and you’ll find a bunch of tabs

    At a simple level, you would set up one group (say group 1) in ‘group name settings’ tab for users, and another group (say group 2) for admins and join all users to the users group 1 using the ‘user management’ tab, and all admins to group 2.

    Then go to ‘Topic permissions’ tab and activate

    Then go to each forum in turn, join it to both groups, and then set the appropriate permissions. Group 1 would just have reply permission and groups 2 full permissions.

    #180124
    Hirshy
    Participant

    Hi,

    I want to use bbPress for a forum on a site running WordPress 4.7 with the 2016 theme. I have a problem with the space that is (not) used by the forums: there is unused white space to the left of anything created by bbPress.

    It can be seen here: Forums
    If you compare this to e.g. this page, you can see the unused space.

    This happens wether I use the sidebar or not. I don’t know what causes this, but maybe anyone can help?

    #180113

    In reply to: Forum Layout

    Robin W
    Moderator

    ok,

    to separate into categories use

    https://wordpress.org/plugins/bbp-style-pack/

    and go to

    dashboard>settings>bbp style pack>forum template and select the alternate template

    Then go to

    Dashboard>settings>forums>forum root

    and note what that is called – usually ‘forums’

    then create a page called whatever the forum root says eg ‘forums’ and into the content of this put

    [bbp-forum-index]
    [bbp-topic-index]

    That should all work, but come back if you have queries

    #180112

    In reply to: signature separator

    Robin W
    Moderator

    ah – ok, suggest you post on their support site

    https://wordpress.org/support/plugin/gd-bbpress-tools

    #180094
    cocreationcoaching
    Participant

    Hello,

    I’m moving to a new WordPress installation.

    However, unfortunately I cannot just export my database. I’m on a host that has a very customized WordPress (I’m with Rainmaker, in case you’ve heard of them). I’m moving to a self-hosted WordPress where I have complete access to the database.

    I cannot install any plugins on the old host.

    I tried exporting the forums, topics, and replies. But, they are left without being associated to one another.

    I’m not sure if it’ll change anything if I export it all at once. There’s a lot of other content, so I wanted to try to do it on its own.

    What’s the best way to export my bbpress data so I can import it to my new WordPress installation?

    Thanks for your help.

    #180092
    Robin W
    Moderator

    ditto registration

    google

    wordpress rest api register new user

    gets you several answers

    #180091
    Robin W
    Moderator

    No idea what a rest API is , but bbpress uses wordpress’s register and login processes, so you can simply use those

    I googled

    wordpress rest api login

    and got

    http://v2.wp-api.org/guide/authentication/

    but there’s a whole site there

    Wilbur
    Participant

    I am developing an android app for my wordpress forum. Please is there any way I can create new users and login old ones programmatically? Maybe a rest API or something.

    Please you can show the code in php or any language of your choice.

    #180078
    adarshmadrecha
    Participant

    Update WordPress to 4.7 and bbpress to latest 2.5.12.
    Also share your screenshot for others to figure out what is going on.

    #180076
    adarshmadrecha
    Participant

    I want to change the layout of the topic when viewing topics on Mobile (i.e. small screens)
    Currently is is like shown below

    Screenshot

    How do I make author appear on top of the post.

    PS : I have enabled multithread reply

    BBpress: 2.5.12
    Wordpress: 4.7
    Theme: Avada 5.0.4

    #180074
    Robin W
    Moderator

    I am just a moderator here so have no influence over what is and isn’t included.

    If you want login and registration on the menu, then add this plugin

    https://wordpress.org/plugins/bbp-style-pack/

    and go to

    dashboard>settings>bbp style pack>login

    #180072

    In reply to: move content in bottom

    adarshmadrecha
    Participant

    Is the bug still present? I am using 2.5.12, released on December 9, 2016.
    And still facing the same problem.

    Theme: Avada 5.0.4
    Wordpress: 4.7
    BBpress: 2.5.7

    #180071
    ldesherl
    Participant

    I like your plugin, but I still have issues.

    1). I can’t make my forum introduction sticky.

    2). There are few editing options on forums. And users can’t edit from the front-end.

    3). My forum has a sidebar within a sidebar. I could not change it, no matter what I tried.

    My forum URL: https://alllivesaresacred.com/forum/#.WF8MqRsrK00

    I’m using WordPress 4.7 and bbPress 2.5.12

    Thank you!

    #180061
    senatorman
    Participant

    The standaard BBpress searchfunction is very bad,slow, had no options to filter and it looks there is no development on this.

    A good searchfunction is so very important for a succesfull forumscript.

    After long searching and testing serveral search-plugin i’ve found a good working plugin.
    Fast, configurable and ajax.

    See the search-plugin in my live website http://www.opel-forum.nl
    I use the free version. The pro version has more options.

    This is the link to the plugin.

    #180059
    adarshmadrecha
    Participant

    I found this plugin – https://wordpress.org/plugins/basic-user-avatars/
    But, it has not been updated since 2 years.

    #180055
    Robin W
    Moderator

    there is no shortcode for logout – users normally just leave the site

    you can add login/logout to the menu.

    This plugin will help you do that

    https://wordpress.org/plugins/bbp-style-pack/

    #180052
    ldesherl
    Participant

    Hello:

    I tried to set up a forum on my site. Where do I add new forums? I created a Forum page but I see no options to add forums to any pages. They go to my landing page only. Instructions for setting up a forum aren’t clear enough to me.

    http://alllivesaresacred.com

    I’m using WordPress 4.7 and bbPress 2.5.12

    Thank You!

    Lisa DeSherlia

Viewing 25 results - 4,876 through 4,900 (of 26,877 total)
Skip to toolbar