Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 16,876 through 16,900 (of 32,519 total)
  • Author
    Search Results
  • jangles
    Member

    I tried to convert phpbb. It ran through successfully. I had to comment out the code that was causing it to choke.

    #110830

    In reply to: Import from phpBB

    DiannaM668
    Member

    HEy shooo! I think I saw you posting on the other thread about the other phpBB converter from AWJunkies. I feel your pain, looks like we are in the same boat of no luck in getting our phpBB forums converted.

    It appears this converter is the one to troubleshoot as it seems that others here have had success.

    shooo, I haven’t seen what you just posted because I never got that far. Mine would just say that database failed and then would say conversion was not supported.

    Thanks OC2PS! I’m going to go look at that link that you provided. I’ll report back if any luck or for more begging…. :-)

    mga2
    Member

    same here…

    as posted to the other topic, i get the “error404” class in response body of the profilpage(non edit)

    the edit does not work(except for networkadmins), on click edit i get 404

    in detail:

    URL: http://domain.com/?bbp_user=15&edit=1

    Method: GET

    Status: 302 Found

    URL: http://domain.com/?bbp_user=15

    Method: GET

    Status: 404 Not Found

    im using my own them for bbpress(add_theme_support( ‘bbpress’ );)

    thanks in advance…

    mga2

    #111429

    Anyone? I reproduced the same behavior on another site which I am working on.

    Looks like a line in content-single-forum.php doesn’t return any results:

    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>

    However as an Administrator it shows the results. Any other role doesn’t.

    #111379

    I know. I would love to contribute to bbPress. But for a beginner with bbPress it is difficult to find where to start. A bbPress Codex with bbPress specific features would be welcome. But for a start a good documentation would be most helpfull.

    #41840

    Hi,

    I installed bbPress 2.0.2 on WordPress 3.3.1. Embedded it in the site of a customer. There are some forums created. All are Forum, Open and Public. Some topics are added by an Administrator. So far everything ok.

    When a user with role Forum Participant logs in, it can access the forum, but no topics are shown:

    This forum contains 4 topics and 0 replies, and was last updated by xxx 1 min ago.

    Oh bother! No topics were found here!

    Administrators do see the topics. What is happening here?

    #110826

    In reply to: Import from phpBB

    SK
    Participant

    All that Firebug has to say is:

    syntax error
    );
    options-general.php?page=fc-options&settings-updated=true (line 304, col 2)

    DiannaM668
    Member

    Hi djoep, the converter would be awesome, but I had actually tried the manual instructions that you wrote up here in this thread. I got a good ways through it but then got stuck. :-)

    #106467
    alsur
    Member

    Plugin locales are pretty clear in the Codex. This might be of help:

    https://codex.wordpress.org/Writing_a_Plugin#Internationalizing_Your_Plugin

    #111396
    Prometheus Fire
    Participant

    Okay, thanks. It helps knowing that. I just installed this and am getting used to things, found the shortcodes in the other thread which will help with this setup.

    I’ll just create a button in my theme for that then, easy enough to do and link to the shortcode created create new topic page.

    #41786
    CloeST
    Member

    I just converted from IPB to bbpress, and moved all my posts over.

    Now the problem is, all posts now contains html codes, instead of showing images, making line breaks etc.

    This is obviously a user permission problem, because when I post the same codes with the admin account, it shows right.

    Is there any way that I can allow users unrestricted html code, just like admin has?

    #41782
    shortstack
    Member

    i want to change the URL of my forum.

    instead of being mywebsite.com/forum, i’d like it to be forum.mywebsite.com.

    i can’t find the URL hard coded into the database, so i’m guessing there is something in the plugin that references home_url but i am not sure where it is set.

    can someone please help?

    #111394
    Crisium
    Member

    has been resolved…

    the words are realtime converted to upper case :)

    regards,

    Peter

    #110852
    SK
    Participant

    Tried just now.

    Didn’t make any difference to the forum page, but the topic page got worse…

    When I try to go directly to topic page with the URL, I only get a white page with the following error:

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in ../wp-includes/class-wp.php on line 201

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in ../wp-includes/class-wp.php on line 202

    Warning: Cannot modify header information - headers already sent by (output started at ../wp-includes/class-wp.php:201) in ../wp-includes/pluggable.php on line 866

    #111371

    In reply to: Bulk user creation

    Anointed
    Participant

    With your level of expertise that you are describing, definitely use the front-end to import the users. It’s slow, but of course it will work.

    Passwords are a combination md5 + salt, and are rather complicated to automate. Once again, bbconverter does this rather elegantly.

    Pretty much the fastest way possible really is to write a custom script, and if it were me, I’d base it off of bbconverter. If that is beyond your scope, then I wouldn’t bother as by the time you get it figured out, you would probably be done anyhow :)

    If you are talking a huge amt of users, then consider contacting AWJunkies over at bbconverter for a custom quote for the job. He’s a top notch pro at this stuff. He’s not cheap, but then again he’s about as great a coder as you could ever hope to find.

    #111370

    In reply to: Bulk user creation

    purkleturkle
    Member

    Thanks Anointed

    Sorry I must of given the impression that I new what I was doing! Importing CSV data into MYSQL is about the limit.

    I have taken a look at the bbconvertor code but I am still none the wiser.

    I am able to change membership manually in bbpress front end, I still can’t see where this parameter is set in MSSQL.

    I am also able to change the password which then works with a new password string which I think is MD5 – I don’t really understand how this works.

    I can do it manually through the front end but was just wondering if there was a quicker way.

    DiannaM668
    Member

    Hey you guys, it wont’ let me edit my post above or I would add to it, but upon further review of my config file, it appears to be okay. But what I’m seeing is that when I try to do the conversion, it seems to be created a new username under the database for each conversion attempt. I’m continuing to troubleshoot, but if anyone knows offhand anything that is glaringly stupid, simple or clear that you see that is obvious on what I’m doing wrong, let me know. Thanks so much in advance! :-) I will figure this out if it’s the last thing that I do. ;-)

    #111372

    After further research it seems there’s just an issue with the bbpress toolbar plugin not working since the bbpress bbcode plugin works fine.

    #41764
    Crisium
    Member

    Just installed the Codestyling Localization plugin… it spits out a message: “Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.”

    Well,.. the author would be bbPress.

    any comments?

    I’m unable to use this plugin on bbPress but works fine on everything else.

    regards,

    Peter

    #110850
    SK
    Participant

    I tried what you suggested.

    At my forums root http://klymene.net/forums/ you will see 2 forums listed – English and Hindi. You will also see that there is an indication of some content under English.

    If you click on English http://klymene.net/forums/forum/english no topics are listed.

    On top of page, you will see error message

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 201
    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 202

    You can go directly to http://klymene.net/forums/topic/test and see the topic which should be under the English forum. Topic actions like Reply are absent though.

    On top of page, you will see error

    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 201
    Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in .../wp-includes/class-wp.php on line 202

    P.S. In Settings > Permalinks, the setting is

    /%postname%.html

    #111369

    In reply to: Bulk user creation

    Anointed
    Participant

    As you seem pretty savvy with mysql, I would suggest looking at the code from bbconverter (bbconverter.com) in order to see how AWJunkies is importing the users. It is pretty straightforward code and easy to follow. It should give you exactly what you are after.

    #109907
    highexistence
    Participant

    I was able to do this with the following code:

    <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value', 'show_stickies' => false ) ) ) : ?></p>
    <?php bbp_get_template_part( 'bbpress/loop', 'topics' ); ?>
    <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
    <?php else : ?>
    <?php bbp_get_template_part( 'bbpress/feedback', 'no-topics' ); ?>
    <?php endif; ?>

    #111330
    neodoxa
    Participant

    *Bump*…

    What I’m aiming for is just something like this…

    http://purerover.com/forum

    Maintaining my main menu and logo at the top, while having full width organized forums/subforums below.

    Is there a way to do this with bbPress or phpBB3?

    Any help with this is super duper appreciated! :)

    Thanks,

    Corey

    #109966
    Crisium
    Member

    @John

    I’ve looked into the suffusion them and can see the forums are being rendered at page.php

    The suffusion code seems to handle the $post nicely by putting resetting it into it’s original state.

    here is the page.php from suffusion:

    <?php

    /**

    * Default template for a page

    *

    * @package Suffusion

    * @subpackage Templates

    */

    get_header();

    ?>

    <div id=”main-col”>

    <?php

    suffusion_page_navigation();

    suffusion_before_begin_content();

    ?>

    <div id=”content”>

    <?php

    global $post;

    if (have_posts()) {

    while (have_posts()) {

    the_post();

    $original_post = $post;

    ?>

    <div <?php post_class(‘fix’); ?> id=”post-<?php the_ID(); ?>”>

    <?php suffusion_after_begin_post(); ?>

    <div class=”entry-container fix”>

    <div class=”entry fix”>

    <?php suffusion_content(); ?>

    </div><!–/entry –>

    <?php

    // Due to the inclusion of Ad Hoc Widgets the global variable $post might have got changed. We will reset it to the original value.

    $post = $original_post;

    suffusion_after_content();

    ?>

    </div><!– .entry-container –>

    <?php

    suffusion_before_end_post();

    comments_template();

    ?>

    </div><!–/post –>

    <?php

    }

    }

    ?>

    </div></div>

    <?php get_footer(); ?>

    any suggestions what I should looke at?

    regards,

    Peter

Viewing 25 results - 16,876 through 16,900 (of 32,519 total)
Skip to toolbar