Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 11,026 through 11,050 (of 26,869 total)
  • Author
    Search Results
  • #138056
    Darcy Peal
    Participant

    I have been receiving a steady stream of the following error message (using Deprecated Call plugin)

    Incorrect Use of bbp_setup_current_user()

    The current user is being initialized without using $wp->init().
    This message was added in version 2.3.

    bbPress – 2.4.1
    WordPress – 3.7-beta2-25760

    #138051
    Stephen Edgar
    Keymaster

    No, it doesnt do anything, just spinning. Maybe it needs to be start from beginning next time without β€œPurge Previous Import” checked. Seems as it try now to do all from very scratch.

    Sometimes the ‘Purge previous import’ gets a little confused πŸ˜‰

    You can Reset Forums which will remove all forums, topics, topic tags & replies from the WordPress database giving you a ‘clean’ bbPress to start again.

    Dont want to be rude, but make plugin little bit verbose, put some info around, dont be leasy.

    As the converter is constantly being improved in bbPress we will get more verbose/debugging information in there in future versions. Generating this type of information supporting the ever growing ~35 different forum conversion scripts is no easy task and we are trying not to be vague yet at the same time not be to verbose either.

    #138039
    Stephen Edgar
    Keymaster

    @inspirationally Nice, I didn’t really think about doing things this way even though I’ve been debugging WordPress Multisite’s the past couple of days.

    Your way uses a single WordPress site with multiple domains and it looks like that works quite well for your use case.

    Another way would be to go WordPress Multisite using sub domains, your primary site would be http://example.com and with an extra site created using a sub-domain install at http://forums.example.com

    So overall it looks like there is a few different ways to achieve the end goal and it’s just a matter of now working out which option is best for your use case.

    #138038
    inspirationally
    Participant

    I just installed my forum at http://mydomain.com/forums, which is the same as http://myseconddomain.com/forums – and used

    1. the multidomain plugin https://wordpress.org/plugins/multidomain/

    2. templates and menus based on the domain you see – this includes a different index loop file and different custom menu.

    This also works with subdomains.

    Here the code of index.php:

    <?php
    /**
     * The main template file.
     *
     * This is the most generic template file in a WordPress theme
     * and one of the two required files for a theme (the other being style.css).
     * It is used to display a page when nothing more specific matches a query. 
     * E.g., it puts together the home page when no home.php file exists.
     * Learn more: https://codex.wordpress.org/Template_Hierarchy
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    
    get_header(); ?>
    
    <?php if ( $_SERVER['SERVER_NAME'] == 'mydomain.com' ) { ?>
    
    			<?php
    			/* Run the loop to output the posts.
    			 * If you want to overload this in a child theme then include a file
    			 * called loop-index.php and that will be used instead.
    			 */
    
    			 get_template_part( 'loop', 'index-mydomain' );
    			?>
    <?php } elseif ( $_SERVER['SERVER_NAME'] == 'myseconddomain.com' || $_SERVER['SERVER_NAME'] == 'sub.mydomain.com'  ) { ?>
    
    			<?php
    			/* Run the loop to output the posts.
    			 * If you want to overload this in a child theme then include a file
    			 * called loop-index.php and that will be used instead.
    			 */
    
    			 get_template_part( 'loop', 'index-myseconddomain' );
    			?>			
    <?php } ?>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    

    Then there is loop for the main site, and one for the forum including the forum overview.

    In the header I have

    <?php if ( $_SERVER['SERVER_NAME'] == 'mydomain.com ) { ?>
    <?php wp_nav_menu( array('container_class' => 'menu','menu' => 'Mydomain.org' )); ?>
    <?php } elseif ( $_SERVER['SERVER_NAME'] == 'myseconddomain.com' || $_SERVER['SERVER_NAME'] == 'sub.mydomain.com'  ) { ?>
    <?php wp_nav_menu( array('container_class' => 'menu','menu' => 'Myseconddomain.com' )); ?>
    <?php } ?>
    

    (the same for sidebar widgets etc.)

    Of course you could work with special forum templates for the forum sites.

    (real example see johnny-depp.org/deppheads.com)

    I think, I will have to add some kind of rewrite to not have duplicate content in the future.

    #138037
    Halo Diehard
    Participant

    Yep, as mentioned, I tried it with WP-United disabled and recalculated in phpBB3 first then in WordPress bbPress after the import, each one. My next step is removing it altogether and trying it then. I’m not sure what changes WP-United might make on the database, but phpBB3 does have an Auto Mod package that is part of the process so I’ll have to remove it from phpBB3 too before I can try again. I’ll try to come back and report what I learn! πŸ™‚

    #138034
    Stephen Edgar
    Keymaster

    This cannot be done at this stage…

    The only way I can think of doing this would be to install WordPress as forums.gamingtracks.com and then you would have URL’s like this:

    http://forums.gamingtracks.com/forums/topic/bbpress-forums-to-subdomain-included-with-domain/

    #138032
    Stephen Edgar
    Keymaster

    Are you running the ‘Repair Tools’ after importing to recalculate the counts?

    As the importer is running SQL queries grabbing ‘all the things’ directly from the phpBB MySQL database this should not be an issue.

    It should not be missing anything, but, thinking about this for a moment, do you know if WP-United alters any phpBB or WordPress database tables? If so do you know what changes it makes?

    What happens if you disable WP-United plugin before importing?

    What happens if you delete WP-United plugin? Does it uninstall any changes it made?

    (If you try deleting WP-United make sure you have website and database backups)

    #138016
    reyman
    Participant

    Hi, maybe someone know help.

    I have a forum with some child forums inside. When I open a child forum not only the releted topic are showen but also topics from other child forums.

    E.g. this child forum “natural-fiber-bio-resin”:

    http://auto-nomo.com/forums/forum/forum/natural-fiber-bio-resin/

    Three topcs are displayed but only one belongs to this child forum. Any idea how to manage that only the related topics are displayed?

    WordPress 3.6.1
    bbPress 2.4
    BuddyPress 1.8.1

    Thanks for any idea …

    Arne

    #138013
    Nashwan D
    Participant

    bbPress gets popular everyday.. with new users, new questions and new bugs! as you know bbPress is an open source project developed by a great volunteers from all over the world.

    Which means many bbPress users can’t write in English and can’t ask support from the official forums, for this reason I suggest to add links in Codex(or any place), to all support forums that give a good support for bbPress in other language.

    Maybe something like this:
    http://codex.wordpress.org/L10n:Localization_Teams

    for now bbPress start to gets popular in the Arabian Community, with a lot of questions from the new users, so we decided to give bbPress a special support, see:
    http://www.ar-wp.com/forums/section/bbpress/

    What you think?

    #137997
    joyceswiss
    Participant

    Hi, when I click on the forum tab in my menu, the page that loads is “Opps, page not found”. I have tried pasting the shortcode [bbp-forum-index] into my forum page. But Still doesnt work. Please advise. Thank you.

    Wordpress version: 3.6.1
    bb press version: 2.4.1
    http://artyconnections.sg

    #137992
    Stephen Edgar
    Keymaster

    First up, make sure you have run the phpBB recount tools which ‘should’ make sure phpB database is in good shape before you get started.

    The importer is designed to import your users from phpBB and that is where your problems will now be as you already have some users in WordPress…

    During the import the importer if it finds a username already exists eg ‘username’ it will create a new user with a prefix ‘imported_’ eg ‘imported_username’.

    After the import is finished you can use WordPress’ user admin panel to delete (one by one) each ‘imported_’ user and as you do you are presented with the option to reassign all posts to another user, select the user you want from the dropdown list and your done.

    This gets painful very quickly if you have 1,000 users to do this to one by one.

    You may be surprised to see my bbPress forum

    “Internal Server Error” πŸ˜‰

    #137988
    Halo Diehard
    Participant

    Hello, I am once again seeing if I can switch over to bbPress, since WP-United does not play well with so many phpBB3 and WP social extras, and upon import I am only getting posts up to four months ago, with nothing for the last four months. Also, somehow the import process is switching some authors. I’m not sure if I should be importing the users or not (I think I’ve tried both), or what the best practice is since I already have a WP userbase of the same people who made the posts that I’m importing from phpBB3. In fact, because of WP-United, they are linked in some way.

    Any help would be appreciated! I’ve been at it for a number of days. My WordPress version is 3.6.0 and my bbPress version is 2.4.

    You may be surprised to see my bbPress forum: I’m currently altering the css to make it look like my phpBB3 one, using @Lynq’s bbPress starter theme and Daniel St. Jules’ CoDFaction phpBB3 theme.

    Forums

    #137976
    Da Jules
    Participant

    Hi,
    can we setup bbpress to save all attachments and serve media files from Amazon s3?

    Is this done via a WordPress plugin like: http://wordpress.org/plugins/amazon-s3-and-cloudfront/screenshots/

    Thanks.

    #137952
    Stephen Edgar
    Keymaster

    You won’t need this text and/or value that you imported.

    You will have to create your own templates by copying bbPress templates to your theme directory:

    https://codex.bbpress.org/theme-compatibility/

    You would then use the_excerpt rather than the_content to output only ‘x’ words from each topic/reply

    https://codex.wordpress.org/Function_Reference/the_excerpt

    There are a few people who have played around using the_excerpt and bbPress, have a good look around the site to see how and what they did:

    https://bbpress.org/forums/search/the_excerpt/

    #137936

    In reply to: Images

    niuserre
    Participant

    You can allow them to use images hosted elsewhere via HTML or BBCode. e.g.

    Or there are plugins (GD bbPress Attachments) to add a way for them to upload an image on your site.

    There isn’t currently a plugin, I think, that will let them upload an image and place it somewhere the way you do with a WordPress Post using the Media Library but it’s on the roadmap for the rtMedia plugin.

    niuserre
    Participant

    There is a bug in 2.4 causing this (https://bbpress.trac.wordpress.org/ticket/2405), it’s been fixed for patch 2.4.1 but this hasn’t been released yet. The bug did not exist in earlier versions, hence it works on one for you but not the other. If you need it urgently you could apply the patch in the trac item yourself.

    ETA: Damn, he beat me to it πŸ˜€

    Stephen Edgar
    Keymaster

    This is a known issue and a fix is in #2405 for release with bbPress 2.4.1

    RaSol
    Participant

    bbPress plugin messing with Meta Data – Website Title and Tagline
    Can anyone help me figure out why the bbPress plugin is doing this on one of my websites but not the other.

    Permaculture and Community Resilience


    WordPress 3.4.1 — bbPress Version 2.1.2
    http://transitiontopermaculture.org/about-us/what-is-permaculture/
    WordPress 3.6 — bbPress Version 2.4

    On one… the browser page title shows the title of the page, and the other shows the url.
    I’d really love to fix the problem but having a hard time figuring out what the solution could be.

    Would love it to look normal and show website title and tagline at the top of browser when on homepage, and other pages..

    Also as I’m posting to Facebook its also ruining the metadata and just wants to post the url as both the title and the description.
    If I deactivate the plugin the problem goes away.

    Thank you

    #137918
    niuserre
    Participant

    It appears that it could be this bug which is fixed for 2.4.1 but not yet released: https://bbpress.trac.wordpress.org/ticket/2429

    Perhaps try patching with the change (https://bbpress.trac.wordpress.org/changeset/5109) and see if it works.

    #137917
    niuserre
    Participant

    You’d need to ask the Genesis folks about bbPress compatibility πŸ™‚ Are you using https://wordpress.org/plugins/bbpress-genesis-extend/ ? No idea if it’d help though.

    #137916
    TobiasHartmann
    Participant

    Hello,

    I am using WordPress with bbPress(2.4) an buddyPress(1.8.1).

    Trying to change the image when I am in the forum.

    Trying it with : <?php if ( is_bbPress() ) : ?> in my content.php under my theme…

    No effect !

    Are there other ways to change the appearance?

    Greetings,
    Tobias

    #137905
    Stephen Edgar
    Keymaster

    It took a little longer than usual for the 2.4.x branch to go up:

    If you find some obvious translations missing in the 2.3.x branch try the /dev branch as this is also ‘typically’ updated for most languages and you could also install the Dutch translations from there.

    https://translate.wordpress.org/projects/bbpress/dev

    #137903
    niuserre
    Participant

    You’re welcome, enjoy πŸ™‚

    #137902
    Feracon
    Participant

    You are a life saver, thanks again for all your help!

    #137901
    niuserre
    Participant

    Pick the template you want to use and make a copy of it called bbpress.php (in your child theme folder) and bbPress will figure out the rest.

Viewing 25 results - 11,026 through 11,050 (of 26,869 total)
Skip to toolbar