Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,926 through 3,950 (of 26,833 total)
  • Author
    Search Results
  • #189407

    In reply to: Export/Import

    Pascal Casier
    Moderator

    @dzonny,

    First of all, for the export/import, consider the v2.6 of bbPress as exporting and importing has been improved. It’s a release candidate but very stable: https://bbpress.org/download/

    To export: Tools > Export and select forums, topics and replies
    To import: Tools > Import and choose WordPress

    Pascal Casier
    Moderator

    @haddlyapis, no, bbPress should follow the WordPress settings.

    So not really sure what would have caused this…

    #189404
    Pascal Casier
    Moderator

    Hi,

    This is a general WP question and would fit better on the general support pages on https://wordpress.org/support/

    But just give you a starting point for e.g. the archives, adding this in your functions.php might help:

    add_action( 'wp_head', 'casiepa_add_noindex' );
    function casiepa_add_noindex() {
      if ( is_archive() ) {
        echo '<meta name="robots" content="noindex,follow" />';
      }
    }
    #189401
    Stephen Edgar
    Keymaster

    Apologies @tesicg, I presumed you were using IIS because Windows 2008 Server R2 šŸ˜‰

    Ignore the IIS suggestion I made, you’re using XAMPP so they would be useless.

    For translations check your WordPress updates page for any available translation updates, both bbPress 2.5.x (the current release) and upcoming 2.6.x releases are 100% translated into Russian: https://translate.wordpress.org/locale/ru/default/wp-plugins/bbpress

    There might have been a fix for “port conflicts” in the upcoming bbPress 2.6, could you try that and see if it is fixed please? https://bbpress.org/download/

    If 2.6 doesn’t fix it could you add details on whats different between your 2008 Server and Windows 7 install, strange that XAMPP works on one and not the other

    #189385

    In reply to: Any French here ? ;-)

    Pascal Casier
    Moderator

    Bonjour @matevoun,
    Il y en a qui comprennent oui šŸ™‚

    – You can open your forum to everybody, so they do not need to create a login (see the settings in your wp-admin: RĆ©glages > Discussion
    – Yes and no. The theme that you choose for WordPress is the team used for bbPress. However you can restyle the CSS yourself or use a plugin like https://wordpress.org/plugins/bbp-style-pack/
    – Everything is saved in the standard WordPress style: so like a custom post type
    – bbPress is a plugin, so just install it and you will see it pop up in your menu: Forums, Topics, replies.

    Pascal.
    PS: 2/3 questions? J’en vois 4… :-p

    Pascal Casier
    Moderator

    Will follow this one too, it is somewhere related to my https://wordpress.org/plugins/bbp-move-topics/

    Robin W
    Moderator

    bbpress does not directly provide for image upload, so you’ll need to use a plugin such as

    GD bbPress Attachments

    Whatvere plugin you use, suggest you contact that plugins author for what works well with it

    swagataminnovations
    Participant

    Hello,

    I have checked this plugin and it still works nicely at the moment.
    I have followed the suggestions provided by “makingcircuits” in one of the other threads, and could convert all my existing wordpress comments to bbpress forum discussion with a few clicks.
    I think this is a unique feature which only bbpress is able to provide with the help of this plugin, therefore we really want this plugin to be maintained and updated from time to time so the users can feel comfortable about implementing for the said purpose.
    I have tons of comments in wordpress which are not getting indexed by Google, therefore turning them into forum can instantly provide a huge SEO boost for these comments and could hugely improve the search engine presence of my site.
    However I could go ahead with this only when I feel assured that the mentioned plugin would be maintained regularly by the author or if there could be an alternative to this plugin.

    The plugin looks very useful and enables only bbpress with this very crucial feature of turning wordpress comments into bbpress forum, with just a few clicks.

    I hope somebody will take an initiative in this regard

    #189351

    In reply to: RKK Login Widget gone?

    Robin W
    Moderator

    I presume Rkk has deleted.

    my styles pack plugin has a shortcode

    [Profile label=’This is the label’] will show

    which will let you add that as a text box beneath the standard bbpress login.

    bbp style pack

    once installed and activated – go to

    dashboard>settings>bbp style pack>shortcodes to find what the options are

    makingcircuits
    Participant

    The existing plugin “bbpress topics for posts” by Mr. David Dean is too old and seems like it is now no longer being updated and almost abandoned by the owner, therefore I would request bbpress or somebody here to take over this plugin or create an alternative for this plugin.
    It is because this is the only plugin which allows merging existing wordpress comments with bbpress forum.
    I have successfully tried the procedures and could merge my earlier regular wordpress comments inside bbpress under every post.
    So this plugin is very important considering that it converts your ordinary wordpress comments into SEO rich bbpress forum replies.
    Please help! I would really appreciate if somebody could come with a similar version of this plugin

    #189341
    Stephen Edgar
    Keymaster

    Apologies, I missed that one, bbPress uses the same smileys as WordPress

    The full list can be found here: https://codex.wordpress.org/Using_Smilies

    #189275
    timsilva_
    Participant

    Hi @johnjamesjacoby and team. Like everyone else, I’ve been waiting for the 2.6 release for a few years now. I can see that the last remaining ticket is for the “bump” functions that have been in there for a while.

    I’m just curious, are bump functions uniquely challenging to code? Either way, is there anything that I (or anyone) can do to help get this task finished? I have somewhat arbitrarily been waiting for the 2.6 release to make some changes to my site. I’m contemplating updating to the RC5 release. By the way, where can I find the latest RC download link? I dug around but couldn’t find a copy. The RC5 link here (https://wordpress.org/plugins/bbpress/advanced/) is still broken.

    #189269
    sdeeds
    Participant

    SMF to BBPress – error utf8mb4

    SMF to BBPress – error utf8mb4

    I am getting the same error as this post identifies:

    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(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

    But for Vanilla. It looks like an update to the importer is all that it took to fix this,


    @netweb
    , @johnjamesjacoby

    Thoughts?

    Thanks for your time!!

    — sdeeds

    WP Version 4.9.1
    Vanilla Version 2.3.1
    bbPress Version 2.5.14

    #189264

    In reply to: Live chat plugin

    Robin W
    Moderator

    plenty of wordpress live chat plugins, just google ‘wordpress live chat plugin free’

    #189251
    makingcircuits
    Participant

    I have found a way of implementing this, in fact this facility becomes readily accessible once you install and activate the plugin ā€œbbpress topics for postsā€.

    here are the procedures to migrate your existing wordpress comments into bbpress forum interface, below each posts šŸ™‚

    install and activate plugins: bbpress, and bbpress topics for posts

    go to settings > Discussions > bbPress Topics for Posts Defaults….now select the forum which you have created under ā€œCreate a new bbPress topic inā€

    and finally press SAVE at the bottom of the page.

    wait it is not yet over.

    go back again to bbPress Topics for Posts Defaults
    and click on the new option which asks: ā€œapply settings to existing postsā€.

    As soon as you do this all your existing wordpress comments will disappear, and you will see a bbpress forum box under each of the posts.

    DON’T PANIC!!!!!!!!!!

    Go to your wordpress dashboard

    click on posts > all posts > tick on the box named ā€œtitleā€ just below ā€œBulk Actionsā€

    this will select all the posts on that page.

    now select ā€œEditā€ and Apply

    a new window will open (we all know about this)…now simply PRESS the ā€œupdateā€ button at the right hand side corner of this window.

    Repeat this for each and every page in case you have a small number of posts on each page….or if you want to execute this at once, make sure to first select all the posts on the same pageby going to the screen options and selecting the total number of posts you prefer to include on that page

    BINGO!!!!

    Go and check your posts you will find all your wordpress comments have been transferred into bbpress…

    But will this have any SEO implications? I don’t know…

    #189250
    makingcircuits
    Participant

    I have found a way of implementing this, in fact this facility becomes readily accessible once you install and activate the plugin “bbpress topics for posts”.

    here are the procedures to migrate your existing wordpress comments into bbpress forum interface, below each posts šŸ™‚

    install and activate plugins: bbpress, and bbpress topics for posts

    go to settings > Discussions > bbPress Topics for Posts Defaults….now select the forum which you have created under “Create a new bbPress topic in”

    and finally press SAVE at the bottom of the page.

    wait it is not yet over.

    go back again to bbPress Topics for Posts Defaults
    and click on the new option which asks: “apply settings to existing posts”.

    As soon as you do this all your existing wordpress comments will disappear, and you will see a bbpress forum box under each of the posts.

    DON’T PANIC!!!!!!!!!!

    Go to your wordpress dashboard

    click on posts > all posts > tick on the box named “title” just below “Bulk Actions”

    this will select all the posts on that page.

    now select “Edit” and Apply

    a new window will open (we all know about this)…now simply PRESS the “update” button at the right hand side corner of this window.

    Repeat this for each and every page in case you have a small number of posts on each page….or if you want to execute this at once, make sure to first select all the posts on the same pageby going to the screen options and selecting the total number of posts you prefer to include on that page

    BINGO!!!!

    Go and check your posts you will find all your wordpress comments have been transferred into bbpress…

    But will this have any SEO implications? I don’t know…

    #189249

    Hi,

    I need to add the metatag “noindex” to some group of pages, for example:

    Category Archives
    Tag Archives
    Author Archives
    Date Archives
    Search Pages
    Attachment Pages

    I tried different plugins that should do the trick (yoast and the seo framework) but they don’t.

    I already contacted their support, again with no luck:

    https://wordpress.org/support/topic/meta-robots-noindex-not-appearing/

    https://wordpress.org/support/topic/noindex-on-bbpress-issues/

    So how can i add the noindex metatag to the <head> of these groups of pages?

    I am using BBP 2.5.14, WP 4.9.1 and Forum – A responsive theme for bbPress plugin by Dannci | ThemeForest.

    I already tried to use the basic themes but the issue is still there.

    Thank you,

    the Process

    #189240

    In reply to: Importing data via sql

    Stephen Edgar
    Keymaster

    The source is available via browser at: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters

    Or SVN: https://bbpress.svn.wordpress.org/trunk

    Or Git: git://bbpress.git.wordpress.org/

    Robin W
    Moderator

    try my style pack plugin, it has this + many other features and will save you having to maintain code

    bbp style pack

    #189235

    In reply to: Importing data via sql

    Dirk1312
    Participant

    Is there a git repository or something like this where I can checkout your importer? I have no local wordpress installation and only want to see the source code.

    In general I (guess I) understood what needs to be inserted into the database comparing the pre- and post-topic-creation-dump, except the serialized array values for key “_bbp_akismet_as_submitted” in postmeta table. Are all the keys and information necessary? I don’t understand why the HOME key is needed related to an anonymous user or how I get the unique id for REDIRECT_REDIRECT_UNIQUE_ID,…
    With “are they necessary” I mean, for automatically / imported entries.

    Thanks and kind regards,

    Dirk

    #189226
    Robin W
    Moderator

    suggest you report it here

    Support Forums

    or talk to your host provider

    #189222

    In reply to: Link to bbpress

    Robin W
    Moderator

    Not quite sure what what level of knowledge you are coming – the question could mean many things.

    If your front end is a page, then you just use wordpress to add a link into the content of thte page – the chain icon is the one. The url will be the one in your browser when you are on the forums part of the site.

    Otherwise come back with a more detailed request

    #189221

    In reply to: Importing data via sql

    Robin W
    Moderator

    bbpress just uses

    posts
    post_meta
    and for its own settings
    options

    forums, topics and replies are all post types in wordpress.

    go to

    Import Forums

    for more info including an example importer.

    I documented my import from snitz access database when I very first started using bbpress, and you may want to read through that as well in this page

    Custom Import

    #189205
    vokzal48
    Participant

    updated wordpress and bbpress to the latest versions, but unfortunately it did not help.
    WP: 4.9.1 bbPress:2.5.14

    #189183
    kasperdalkarl
    Participant

    Hi there!

    I have been trying to following this guide to add a list of recent topics before the forum categories: https://www.daggerhart.com/bbpress-recent-replies-shortcode/

    I have put the code in the functions.php file, and <?php echo do_shortcode(‘[bbpress_recent_replies_by_topic]’) ?> in loop-forums.php

    After having done this the code isn’t visible, so I am wondering if I have made a mistake. Could anyone be so kind and shed some light on how to make this work?

    My forum can be found on http://www.talanrien.com/forums

    I am running WordPress 4.9.1 with Bbpress version 2.5.14

    As a bonus question I was also wondering if anyone know if it’s possible to ad a shoutbox/chatbox at the bottom of the forum?

    Thank you!

    Best wishes,
    Kasper

Viewing 25 results - 3,926 through 3,950 (of 26,833 total)
Skip to toolbar