Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 16,876 through 16,900 (of 32,522 total)
  • Author
    Search Results
  • #111462
    Anointed
    Participant

    Keep in mind, bbPress is at its core simply a WordPress plugin. bbPress does not take away from anything WordPress is capable of doing.

    To try and answer your questions.

    1. Yes. You pretty much have full control over the registration system just like you do with a standard WordPress install.

    Want it open to everyone with no info collected? Sure it can be done.

    Want it open but require some info collected? Sure it can be done.

    want it open but require double opt in? That’s pretty much standard behavior.

    2. If using a subfolder install of multisite then this is pretty much standard behavior. If using subdomain install, then yes there are workarounds. If using subdomain install with domain mapping… well that is a can of worms but possible.

    3. Yes but requires some custom code. Not to difficult.

    4. Nope, but keep in mind that topics and replies are simply custom post-types. Hence you can add in custom metadata or custom fields to each topic. Then add in the front end metabox inputs and your 90% there.

    5. I personally have a bbPress forum with 300k posts, 45k members on dedicated server and have no issues. This would NOT work on a shared server. bbPress is a ‘heavy’ plugin using a lot of resources, but compared to just about any other forum system, including commercial products, it holds its own.

    6. plugin territory – I believe Paul Gibbs has a rewards system for buddypress which could probably be reused for bbPress, though I have not tried it.

    Remember that bbPress is just a plugin which follows all the WordPress coding standards. It is simple code to understand, clearly labeled and well thought out. Not to mention JJ is a coding ninja.

    #41895

    Topic: Theme integration

    in forum Themes
    anthonytkim
    Member

    I have been looking throughout the internet for about 3 days and still haven’t found my answer. I have been checking around this forum as well os If my answer is posted here (or somewhere else for that matter, I do apologize.

    I am trying to integrate bbpress into my current wordpress theme. I followed all of the steps in the bbpress 2.0 compatibility thread, but didn’t have much luck.

    I added the support for bbpress in my functions file, and copied all of the content of the bbpress twenty ten child theme into my current theme, but still didn’t have any luck.

    I am beyond lost as to how this works. I understand the support in the functions, and even copying over the file and the CSS, but I don’t know the specifics. for example:

    can that bbpress twenty ten theme be implemented into ANY wordpress theme by copying those files over?

    And what do we range in the CSS? Am I supposed to merge the CSS files from that child theme, with my current one?

    I hope I’m not beating a dead horse or anything, Just looking for some help! :)

    Thanks!

    #110831

    In reply to: Import from phpBB

    DiannaM668
    Member

    Hi OC2PS again, I tried the converter with changing the version to 2.0.2 which matches my BBpress latest version and it did seem to work this time! However, it is weird how you can’t see it doing anything and then after awhile I hit refresh and check and it converted.

    However, I’ve had this problem before and I’m not sure what could be this problem. Everything seems to convert great with users and forum structure, even the forum counts. However, my topics don’t show up within the forums. Within my topics, it shows that they are not connected to any forum. So I have about 500 some pages of topics not attached to anything.

    Do you know or have any idea what I could be doing wrong that is not pulling the topics over to their respective forum??

    I’m so close to getting this!

    I’ve even thought to go through 500 pages of topics and put them in their forums. I am that desperate! But I know better than to work that hard but also I don’t know where these topics really belong or I would consider it.

    Help? :-)

    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.

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