Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 5,001 through 5,025 (of 26,895 total)
  • Author
    Search Results
  • ico33
    Participant

    I have a WordPress site with inside a BBPRESS forum.

    When in the forum (in a topic or reply) I put the link to a Post in my wordpress site, it shows in bbpress the Image, an exerpt, and at the bottom-left there is the name of my site. In the left corner it whows the WordPress logo. Can I remove that logo? How?

    #179500
    Stephen Edgar
    Keymaster

    I would suggest trying it on a local setup using MAMP or XAMP

    Then export the forum using WordPress’ “Export” tool, and then the “Import” tool on your site.

    p.s I haven’t tested or seen anyone do a Vanilla install for quite a while and sugget you take a close look at the import o make sure it works. Also try bbPress 2.6-alpha, lots of importer improvements, you can get it from here https://bbpress.org/download

    Robin W
    Moderator
    Stephen Edgar
    Keymaster

    The theme used here on bbpress.org is called bbpress-org, the theme used on buddypress.org is called buddypress-org, I see a pattern emerging, the theme used on codex.bbpress.org is called codex-bbpress-org, the theme used on codex.buddypress.org is called codex-buddypress-org, there is a pattern here :shakes fist: ;P

    Along with the above, each of those themes is a WordPress child theme, the parent theme is named bb-base, as you can see below per the announcement blog posts all the above parent and child themes and plugins used on all the sites were “open sourced” back in March 2014

    Open Sourcing bbPress.org

    Open Sourcing BuddyPress.org

    The above posts also link to the source repos, there is also a new child theme that is now used on the bbPress 2.x powered https://wordpress.org/support/ forums and an even newer evolution of this theme is being worked on for the updated redesign of the WordPress forums, you can even sneak a peak at the new design by visiting this URL: https://wordpress.org/support/?new-theme=1

    The updates to all of the above and the migration of the WordPress Support Forums to bbPress 2.x, rather 2.6-alpha is one of the reasons bbPress 2.6 isn’t out yet, it’s because we’re making sure bbPress 2.6 will be the best it possibly can be, and by deploying it on wordpress.org and the ensued battle testing of it that has been taking place we’ve got a few things to do before we can say bbPress 2.6 is ready to be released.

    #179489
    mikehaceman
    Participant

    Ok it was hanging for too long so here what i found out:

    on the patch page (https://bbpress.trac.wordpress.org/attachment/ticket/3026/3026.patch) you made few mistakes:

    1. Line 663 KEY meta_join (meta_key, meta_value) ) {$charset_collate};”;
    should finish with ” , ” not ” ;”; ” otherwise it will crash error

    2. Line 660 PRIMARY KEY (meta_id),
    is duplicated so i guess 660 or 661 can be removed

    3. when running import after those changes in wordpress, converter is giving error message:

    WordPress database error: [Key column ‘meta_id’ doesn’t exist in table]
    CREATE TABLE wp_bbp_converter_translator ( 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, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

    Btw… im not a coder. No clue about php im just applying some logic to what i see 😉

    #179485
    mikehaceman
    Participant

    Hi @johnjamesjacoby

    Thanks for the update. I have downloaded again the alpha and installed it fresh on my website. Unfortunately still the same error message:

    Repair any missing information: Continue
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE wp_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, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
    No data to cleanStarting Conversion

    #179484

    @mikehaceman – that was it.

    See: https://bbpress.trac.wordpress.org/ticket/3026

    Can you try what Netweb suggested again, and see if it works now?

    #179483

    Hey @mikehaceman, sorry you are having trouble.

    This isn’t usually necessary, but something between your two installations isn’t cooperating, and in these rare cases it unfortunately requires a bit of scrutiny.

    WordPress installations since 4.4 and beyond will try to use utf8mb4 for their character set, and utf8mb4_unicode_ci for their collation. Traditionally these are InnoDB tables, but you’re usually free to decide this for yourself.

    utf8mb4 tables have reduced maximum key lengths due to the additional bytes required for each character, so the safe maximum length is reduced to 191. It’s possible we haven’t updated our special converter table to handle this, so I’ll check, and update it if that’s the case.

    If you wanted, it may be worth going through all databases, all tables, and all columns, and ensure that your encoding & collations are what you expect them to be. (This means in your old forums, and your new ones.)

    [Edit: Updated this post to reflect what we’ve updated in bbPress’s converter]

    #179480
    mikehaceman
    Participant

    Thank you for the reply. I have downloaded and installed alpha.
    When running import im getting error:

    Repair any missing information: Continue
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE wp_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, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

    I tried to find this error and potential solution. I found someone recommending bbpress toolkit. I have installed it and system info is as follow:

    WP version 4.6.1
    Theme Twenty Sixteen 1.3
    PHP version 5.4.19
    bbPress version 2.6-alpha-6091
    Active Plugins Name and Version
    – p1 bbP Toolkit 1.0.6
    – p2 bbPress 2.6-alpha

    Any idea ?

    #179462
    Robin W
    Moderator

    There is a plugin

    https://wordpress.org/plugins/bbpressmoderation/

    It is a bit old, and I haven’t used it, but it may well work

    #179419
    oeroes
    Participant

    Hi,

    the content beneath Latest replies is aligned centered. Is it possible to align the text left? What custom-css I can use to achieve this?
    I asked the support of the theme I use (Avada), but they tell me to turn you.

    I’m using wordpress 4.6, bbPress-version 2.5.10-6063.
    The link to my site is: http://psd2.nl/forum/

    Thanks very much for your help!

    Best regards,
    Oeroes

    #179382
    ric89
    Participant

    I have a serious problem. Yesterday I installed bbPress, I tried it and after a few minutes I turned off.

    After deactivating the plugin the entire site went offline. The wordpress admin panel works, so I reactivated bbPress and is back online.

    The site is completely offline if I try to turn off bbPress, and back online when activate it. Why?

    (Sorry for English, I am Italian)

    #179372
    Robin W
    Moderator

    my style pack does this

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

    If you want one ‘Private’ then add this to the title 🙂

    #179367

    In reply to: Forum List

    Robin W
    Moderator

    Not totally sure exactly what you are after, but my style pack plugin includes a latest activity widget that sounds like it might do what you are after

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

    #179366
    Stephen Edgar
    Keymaster

    If you have WordPress set to use Hebrew you should be able to go to Dashboard -> Updates -> Update Translations and WordPress will download the bbPress Hebrew translations automatically

    #179363
    Lars Henriksen
    Participant

    Try the bbp style pack plugin: https://da.wordpress.org/plugins/bbp-style-pack/

    Under settings pick the tab ‘Forum Display’.

    Cheers,
    Lars

    #179361
    ngp130895
    Participant

    I found out that because in the header.php in my theme, the <html> tag has an attribute of lang="en" that overrode WordPress language options. I removed this and it works. Thanks for your reply anyway!

    #179351
    Stephen Edgar
    Keymaster

    Actually, you should be able to do this now, I was looking at an incorrect URL.

    Finnish is in the API here https://api.wordpress.org/translations/plugins/1.0/?slug=bbpress&version=2.5.11

    You should be able to remove the .po & .mo files and then just update your translations from the dashboard (/wp-admin -> dashboard -> updates -> Update translations)

    #179350
    Stephen Edgar
    Keymaster

    When you downloaded those files what options did you select?

    You need to select All current to get the “current strings”

    p.s. I’ve also just made a request to have bbPress “stable” language packs generated, once this is complete you should be able to download the translations directly from the WordPress updates dashboard, just as you get the translations for WordPress itself.

    Keep an eye out for Finnish to show up in the API here

    #179341
    Robert Chalmers
    Participant

    Ok, so it works with another install of wordpress, earlier theme. So I’m totally removing this install, including the db, and starting again.
    I’ll get back.

    #179340
    Robert Chalmers
    Participant

    Hi, thanks for getting back.

    This is a brand new install. Theme is the standard 2017.
    The only plugin is RemoveHowdy It makes no difference if it’s on or off.
    I’ve removed bbPress, and reinstalled it again. No difference.

    This bit doesn’t happen at all. When I activate it, nothing happens. Nothing in the apache logs. Nothing.

    3. Activate bbPress from your Plugins page. (You’ll be greeted with a Welcome page.)
    4. Visit ‘Forums > Add New’ and create some forums. (You can always delete these later.)

    It’s Apache2. macOS. Runs IPv6 and IPv4 combined. Runs half a dozen other wordpress virtual web sites no problem.
    Got me foxed.

    #179339
    Robin W
    Moderator

    WAMP or server installation ?

    ok, suggest

    You deactivate, delete and re-install bbpress

    If that doesn’t work

    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.

    If those don’t then either maybe corrupt wordpress/server issue.

    #179335
    ngp130895
    Participant

    Hi,
    I am using bbPress to create a forum for a customer. I use WordPress 4.6.1 and bbPress 2.5.11.
    I downloaded the .mo and .po files in my language (Finnish) from this link, changed the file names into:
    bbpress-fi_FI.mo and bbpress-fi_FI.po, and moved them to wp-content/languages/bbpress
    Eventhough my wordpress site language is Finnish and I have those mo and po file in the folder, the bbpress forum is still in English.

    #179326
    hanifascraps
    Participant

    Hi there,

    I want to ask if I set a user in WordPress as author and as moderator in bbpress forum, if is correctly to say that he will be able to edit topics and replies of others user?

    #179323
    giacomosilli
    Participant

    Hello everyone,
    I have a backup of vanilla forum sql 5GB, I would like to import it in my wordpress site, I am trying to use import by bbPress, but without success, maybe the file is too large.

    Unfortunately the server as OVH does not allow you to edit the php.ini or the phpmyadmin configurations.

    How i can solve it?

Viewing 25 results - 5,001 through 5,025 (of 26,895 total)
Skip to toolbar