Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 12,176 through 12,200 (of 26,869 total)
  • Author
    Search Results
  • sontru
    Participant

    No, not for me. Although, it might have remembered my settings for the previous activation and setting saving…

    gina
    Participant

    sontru – i tried this and it seems it is still adding network users to the main site no matter if auto role is enabled or disabled. you aren’t seeing this?

    thanks.

    windaub
    Participant
    windaub
    Participant
    windaub
    Participant

    Thank you for your answer.
    That’s not the case and that’s my problem. I have access to WP admin panel, but only for Topics and Replys. To be sure I made a new local site with just WordPress and BBPress installed, one user Keymaster and it’s the same thing, not any forum panel. I’m running the french version of WP and BBPress, I don’t think that changes something but I’m gonna try with the EN version to be sure.

    Stephen Edgar
    Keymaster

    You should have access to the wp-admin panels when user role is ‘Keymaster’.

    The ‘Moderator’ role though outlined here only has the following permissions:

    Moderator – Forum Capabilities: publish_forums, edit_forums, read_private_forums, read_hidden_forums

    At this stage Moderators cannot see to wp-admin ‘Forums’ panel though it is planned for a future release.

    The workaround at the moment is to indeed use the ‘forum’ shortcodes.

    #127588
    Stephen Edgar
    Keymaster

    Can you create a ticket in trac please: https://bbpress.trac.wordpress.org/
    (Use the same bbpress.org user/pass to log in)

    It will be much easier for us to track this there rather than here.

    Also include as much information (Your URL structure for your site etc.) as you can and steps to reproduce the problem so we can setup the same to test it.

    #127586
    Stephen Edgar
    Keymaster

    I tried to reproduce your issue but cannot, are you using any plugins that might cause this to be alter from the default WordPress 3.5.1 & bbPress 2.2.4/2.3 behaviour?

    Create a user `1 2 3` via WordPress /wp-login.php?action=register
    `ERROR: This username is invalid because it uses illegal characters. Please enter a valid username.`

    Create user `1 2 3` via bbPress widget/page template (page-user-register.php)
    `Registration complete. Please check your e-mail.`

    Confirmation email with username and password
    Username:`1 2 3`

    Via /wp-admin/user-edit.php user details are:
    Username: `1 2 3` Nickname: `1 2 3` Display Name:`1 2 3`

    Via phpMyAdmin `wp_users` database table:
    user_login:`1 2 3` user_nicename: `1-2-3`display_name:`1 2 3`

    To log in to bbPress using the either a page using the the page template page-user-login.php or the bbPress widget I must use the username `1 2 3`

    #127585
    AllenPayne
    Participant

    UPDATE: I also tried disabling all plugins (except bbpress) and activated Twenty Eleven theme. Still no different..

    So this means it either a wordpress or a bbpress problem.

    I would also like to mention that used this method to give wordpress it’s own directory and maybe the editor can’t access something. I dont know.

    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Any other ideas?

    #127568
    AllenPayne
    Participant

    Hi everyone,

    I’m having a very annoying problem with the tinymce and bbpress. The visual editor works find when posting on wordpress posts and pages but not with bbpress.

    The problem is simple. Almost all the text formatting is lost after i save a bbpress topic.

    I used the following formatting options: bold, italic and underline.

    When i hit the “submit” button, all the formatting is lost except BOLD. not sure why this one remains.

    Anyway, i also tried to use plugins to enhance my editor (Ultimate TinyMCE and TinyMCE Advanced). Same problem. All the formatting is lost after submitting the topic. I’ve tried adding images, the get added fine but when i save the topic, they simply disappear.

    Can anyone help…This problem has been going on for too long!!!

    FYI – i tried disabling all plugins and also changed theme. It seems the problem comes from bbpress.

    #127562
    Philumptuous
    Participant

    I’m using the WordPress bbpress plugin. I noticed that when I look at a profile, it only shows the bio, forum role, topics started, and replies created.

    However, it allows the user to edit the profile and provide their social network links and other contact info.

    It seems odd to me that it doesn’t show the contact information. What’s the point in typing that in if it’s private?

    windaub
    Participant

    Hi!
    I’m running WordPress 3.5.1 with BBPress 2.2.4.
    I’ve got a problem:
    as a moderator or even a keymaster in bbpress, and Subscriber in WordPress(which I’d like not to change), I don’t have access to the WordPress admin panel to Add forum or Delete forum. In the admin panel I only have “New – Topic” Or “Reply”. The only way I can add a forum is creating a specific page with the add forum shortcode, and there is no way to delete a forum. Would you have an idea for me? Thank you!

    #127556
    engr_shahabuddin
    Participant

    I face a new problem on wordpress 3.5.1:
    When i go to install new plugins .

    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure on local

    Please help me.

    Lynq
    Participant

    Yes, sorry I was originally using drupal for EpicWebs.co.uk and I didn’t get on with it very well for what is essentially a blog, so I am redoing it in wordpress.

    The best link is github: https://github.com/EpicWebs/bbPress-starter-theme-epicwebs

    #127546
    Stephen Edgar
    Keymaster

    Yep… That seems to be the main issue, once you have the users in everything is fine…

    Let me know how it goes… At some stage this user issue needs fixing in the WordPress Importer.

    #127543
    Stephen Edgar
    Keymaster

    Are all the users being imported correctly?

    This has been the only real issue I have seen mentioned when using WXR… Once you get over ~100 users things just start getting nasty as there is no pagination for the users section.

    There are a few options to also help debug the issue

    https://wordpress.org/extend/plugins/wordpress-importer/other_notes/

    Set `define( ‘IMPORT_DEBUG’, false );` to true as noted here.

    I haven’t looked at the specifics of what is different in the ‘development version’ over 0.6 but from a quick look there has been some updates on WXR error checking.
    https://downloads.wordpress.org/plugin/wordpress-importer.zip

    #127540
    jpanizzoli
    Participant

    To upgrade to the newest version of BBPRESS, I added a fresh install of WordPress and included the BBPRESS plugin. I followed all the instructions to import my old bbPress1 (1.1) posts (Tools > Forums > Import Forums), but I get the following error:

    `
    WordPress database error: [Table ‘database_name.forumusers’ 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 forumusers AS users LIMIT 0, 100
    `

    I know I have the correct database information (name, user, pass, etc.), but I can’t get it to work. Please help! Thanks in advance..

    #127537

    In reply to: Month is in English

    Stephen Edgar
    Keymaster

    What versions of WordPress & bbPress are you using?

    #127534
    prokoudine
    Participant

    Hi,

    Are there some kind of best practices re moving content between two installations of WordPress/bbPress with matching versions?

    Let’s say I need to move users and their bbPress posts from one host to another. Naturally, I’d go for WXR. Except it doesn’t work exactly as expected.

    After importing all users, forums, topics and replies I get a forum where all counts are correct, but content isn’t displayed (“This forum is empty.”, “Oh bother! No topics were found here!”).

    OK, I’ve seen that before with other engines where I need to recreate indices. So I go to forum repair, but as soon I click “Recalculate last activity in each topic and forum”, all counts go to zero, and “Freshness” for each forum becomes “No Topics”. No matter what repairs I run next, all counts are at zero.

    In the admin console the list of topics is blank indeed, but all replies are listed and not assigned to any topic.

    Obviously, I’m not the first person to try doing this. How did you solve that?

    Or maybe there’s a better way to merge databases?

    Both hosts have WordPress 3.5.1 and bbPress 2.2.4. Recipient host has WordPress Importer 0.6.

    Thanks in advance.

    #127522
    zilveer
    Participant

    As @xmasons mentioned above you could use the plugin
    https://wordpress.org/extend/plugins/bbpress-unread-posts/
    for that purpose.
    YOu can set the background image for the unread posts and put there an icon.
    Do you have CSS knowledge?
    regards

    #127521
    xmasons
    Participant

    Perhaps this is what you require – bbPress Unread Posts

    https://wordpress.org/extend/plugins/bbpress-unread-posts/

    #126896
    Bryan Eggers
    Participant

    After setting up Buddypress and BBpress I tried creating a new user through the BBpress registration form.

    The username I created was “Carl LaFong”.

    I got the activation email and successfully activated the account. However, I was unable to log on.

    It turns out that “Carl LaFong” got converted to “Carllafong”.  There would be no chance of anyone guessing that. Their registration would fail and they’d have no idea why.

    So if spaces aren’t allowed they should be rejected during the registration process, shouldn’t they?

    Also, are names case sensitive?  Not sure what to make of the mixed upper/lower case result.

    Using WordPress 3.5.1, BBpress 2.2.4. Link is: http://www.wwe-club.com

     

     

    #126888

    Topic: Features

    in forum Installation
    dbirku
    Participant

    Hi there,
    can’t figure out the features it comes with.

    -Can it support two different languages at the same time? (Amharic and English)
    -Can an administrator or moderator,as the case may be, manage the forum to deal with claims to abuse or reports of vulgar/offensive languages and block such members from the forum

    and how easy is it to integrate it with my wordpress website?

    Thanks,
    D.
    http://www.borkena.com

    #126887
    Svetoslav Marinov
    Participant

    Hi all,

    Just packaged Pippin’s code into a WordPress plugin

    https://wordpress.org/extend/plugins/orbisius-bbpress-notify-me-on-follow-up-replies/

    Slavi

    Home

    #126869
    Hemmafixaren
    Participant

    Is it possible to not have the “forums base” archive slug show up as a breadcrumb when browsing around in my forums and topics?

    I want it to just say “forum” (without the “s”), but then it conflicts with my “forum slug” which is “forum”.

    Hope I’m able to describhe my problem properly, any help is much appreciated.

    I have WordPress 3.5.1 and bbPress 2.2.4

Viewing 25 results - 12,176 through 12,200 (of 26,869 total)
Skip to toolbar