Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,976 through 25,000 (of 64,518 total)
  • Author
    Search Results
  • #135697

    Topic: bbpress error?

    in forum Installation
    thatmtnman
    Participant

    In the new version I get the error:

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mydomain/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mydomain/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

    Thought you should know.

    cheers

    #135696
    dubbinz
    Participant

    Hi I have had this problem for a while where normal members of my buddypress site cannot post html into posts. As you know html is restricted for security reasons however I am ok with removing this restriction but I do not know how to

    1. add more allowed tags to the filter
    2. remove the filter so normal members can post unrestricted (yes I know the risks)

    I have made a video displaying the problem and why I need to do this, I made it for my developer who is a paid for professional from India (the video made it easier for him to understand as his English is not great xD ) but he is having problems editing the filter.

    I shown him this thread http://bbpress.org/forums/topic/allow-html-from-users/ which seems to have some information but every script posted here he seems to be having problems with.

    I have to find some way to allow users to post this content. This is just haunting me because I am getting so many complaints from my community that I may even have to dump bbpress/buddypress altogether and create a normal vbuletin forums which I REALLY do not want to do at all.

    Here is a video of my problem.

    http://dubtopian-review.eu/problem_with_html.mkv

    dubtopian-review.eu is my website

    #135694
    Andy Smith
    Participant

    Hi,

    Fresh install of bbPress on a fresh install of WP3.5.2 is giving me the same as kiagua:

    Warning: in_array() expects parameter 2 to be array, null given in /abcde/htdocs/wp-content/plugins/bbpress/includes/common/functions.php on line 1199
    
    Warning: in_array() expects parameter 2 to be array, null given in /abcde/htdocs/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

    Cheers
    Andy

    #135693

    In reply to: bbPress Unit Test data

    Not that I’m aware of, no. Functions exist to assist with inserting of forums, topics, and replies, so it could be pretty easy with some random ipsum.

    Tux Kapono
    Participant

    Given the following info:

    April 26, 2013 bbPress 2.3.1 released
    May 6, 2013 bbPress 2.3.2 released
    April 8, 2013 BuddyPress 1.7 released

    I would assume the answer is bbPress 2.3.2 is compatible with BuddyPress 1.6.5?

    #135690
    hitkid
    Participant

    Hi guys, I’m having trouble showing the shortcode for recent posts on my home page after I entered in code to get my recent blog posts to show up on my home page.

    Here is the code I used for recent posts:

    $args = array( 'numberposts' => 3 );
    $lastposts = get_posts( $args );
    foreach($lastposts as $post) : setup_postdata($post); ?>
    	<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    	<?php the_content(); ?>
    <?php endforeach; ?>

    I saw in another topic how to get 10 recent topics on your home page with shortcode, but it didn’t work after the above code. Could someone please help me with the code to get 10 recent topics to appear on my home page?

    Using the current versions of wordpress, bbpress and buddypress. Working with a buddypress default child theme. I’m also newer to php, so go easy please 🙂

    #135689
    nanodust
    Participant

    @johnjamesjacoby awesome.

    thanks BBPress for such a well designed and useful plugin !!

    bluelook
    Participant

    I installed the same buyddpress and bbpress versions on another server and it works perfectly, so why doesn’t it work on another installation?

    #135686
    dice2dice
    Participant

    Has anyone used ‘bbPress Topics for Posts’?

    I’d love to hear from someone who has used it.

    Thanks, Dice

    #135685
    kiagua
    Participant

    I’m having an issue with bbpress. I’m not sure why this has started, but when the bbPress plugin is active, these two lines of text appear at the top of the screen when viewing the Dashboard and/or the website pages:

    Warning: in_array() expects parameter 2 to be array, null given in /data/15/2/29/3/2518166/user/2758606/htdocs/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

    Warning: in_array() expects parameter 2 to be array, null given in /data/15/2/29/3/2518166/user/2758606/htdocs/wp-content/plugins/bbpress/includes/common/functions.php on line 1199

    We’ve updated our WordPress to version 3.5.2 and also updated bbPress to 2.3.2. We ran several other updates at the same time, and then the forums function stopped working.

    Any ideas of how I can fix this?

    Tux Kapono
    Participant

    Our theme provider (Rocketthemes) is recommending not upgrading to BuddyPress 1.7/1.8 yet, and to remain at BuddyPress 1.6.5. What is the latest version of bbPress we can use to migrate our BuddyPress Group Forums to bbPress Group Forums using BuddyPress 1.6.5? Which instructions like should we use? I’ve searched diligently, but I haven’t found definitive answers.

    Any help would be greatly appreciated!

    #135681
    Pippin Williamson
    Participant

    This feature is planned for bbPress 2.5: https://bbpress.trac.wordpress.org/ticket/2299

    #135674

    In reply to: bp_posts to wp_posts

    Daniel Mason
    Participant

    OK, seems the problem was that at the start of the site upgrade process, the developers upgraded bbPress. As development took 6 weeks, posts kept accruing in the old bb_ tables.

    We fixed this by going to

    
    Tools -> Forums -> Import Forums -> Selecting bbPress1 -> Purge previously imported data
                                     -> Selecting bbPress1 -> Importing
                    -> Repair Forums -> All scripts
    
    Stephen Edgar
    Keymaster

    Firstly this thread is about an old plugin that is no longer being updated, the core of this code is actually now in bbPress core.


    @jooda
    Yes phpBB import is fixed 100% in bbPress’ built in import tool


    @LevyImage
    You can take a stab at modifying the included ‘Example.php’ included with bbPress to try importing your MyBB forums just as @vogelsang did here for importing from Drupal. There are some basic instructions here on creating your own custom imports for bbPress.

    Further information on importing existing forums into be bbPress can be found here:
    https://codex.bbpress.org/import-forums

    (I’m going to close this topic now, if you have any questions regarding importing please create a new topic)

    #135666
    Waseem
    Participant

    Hello guys

    I am so new to webmasters world, here is my website:

    http://www.turkishdays.com/?post_type=forum

    It is based on bbpress
    Simply I want to change the font size little bigger
    I tried some solutions that I found here in this forum but it was useless
    Please I need little detailed answer as I am not expert…

    Thanks for cooperation
    Regards

    #135665
    Ian Stanley
    Participant

    Has anyone created a sample dataset like WordPress’ “Theme Unit” Test data for bbPress to quickly knock up a sample bbPress site for testing themes, plugins etc?

    #135664
    erikm27
    Participant

    http://llamaverse.com/community/topic/test/

    I am using the most recent version of wordpress and bbPress, with the theme my login and user avatar plugins.

    Avatars show up fine in the first post, but any additional posts have the avatars thrown down to the bottom.

    Activating TwentyTen or TwentyEleven does seem to fix this problem. I have contacted the theme developer, but wondering if anyone could provide some insight for me to fix this quickly myself.

    I have strong html/css and basic php knowledge.

    Thanks!

    #135663
    Scott Bolinger
    Participant

    Hi, I have a bug where normal forum participants are showing as the keymaster. It happens randomly with different users, I can’t see any similarities.

    I am using bbpress 2.3.2, and WP 3.5.2. I tried remapping the user roles under the Tools menu and updating all plugins, nothing seemed to help. Here’s a screenshot of the issue: http://johnspencerellis.com/innercircle/wp-content/uploads/2013/07/bbpress-user-bug.png

    I would give the url but the site is protected with wishlist member.

    Any ideas of what I could try?

    Thanks

    #135658

    In reply to: Importing from drupal

    Stephen Edgar
    Keymaster

    I have just tweaked your Drupal Importer @vogelsang and updated it with a few tweaks for formatting and a couple of extra fields that you wern’t importing.

    Details are in trac here https://bbpress.trac.wordpress.org/ticket/2375
    (You can download my updated version directly from here)

    There will be an FAQ over here https://codex.bbpress.org/import-forums/drupal

    • Forum parents/hierarchy is now imported
    • Topic/Reply counts are also imported to help out bbPress counts
    • Open or Closed topic status is imported
    • Drupal users are also imported BUT passwords need to be manually reset **

    ** See the FAQ and or Trac Ticket #2375 for details on the imported user passwords issue.

    Lastly thanks a heap for doing 99% of the heavy lifting in matching the Drupal database fields, most excellent work on your behalf 🙂

    As to the problems you are having with the importer stopping on you could you try to reduce the load on your server by changing the import values for ‘Rows Limit’ and/or ‘Delay Time’ to see if it is a server resource issue or if it stops at the same point there might be some funky data being imported that the importer is getting caught on during import.

    Cheers,

    Stephen

    jooda
    Participant

    is the phpbb3 fixed?

    #135655
    jooda
    Participant

    Can someone convert my phpbb3 forum for me to bbPress? Im having trouble doing it, and could really use some help!

    If you can my skype is zubzstep

    #135656
    jooda
    Participant

    Can someone convert my phpbb3 forum for me to bbPress? Im having trouble doing it, and could really use some help!

    If you can my skype is zubzstep

    #135653
    ianhaycox
    Participant

    Hi Ian,

    Thank you for the offer, much appreciated.

    If you’d like to email me ian.haycox at (gmail ) .com we can organise the handover and access to the WP repository.

    Thank you.

    Ian.

    #135652
    mindblender
    Participant

    @fontadoni – Thanks for the info. I have tried several times and not having any luck.

    Here are somethings I have tried and still have not been successful:
    1. install bbPress 1.2 as a standalone without WP integration on a local test domain (bbpress.dev)

    2. Install WP with bbPress 2.3.2 on a local test domain (wordpress.dev) and then tried to do an import from bbPress1, using separate DB tables.

    3. installed WP and bbPress 1.2 in another local test domain (wordpressbbpress.dev), using the same DB, and selected the WP integration when I installed bbPress. Then I installed bbPress 2.3.2 and tried to do the import and no joy.

    In all the scenarios above, I get the yellow “Starting Conversion” box but then it shows:

    Conversion Complete
    No replies to convert
    
    Converting topic tags (0 - 99)
    Converting topics (0 - 99)
    No forum parents to convert
    

    Anyone have any other suggestions? I do have test data entered and forums created for testing but I don’t understand why it doesn’t find them. And yes, I did verify the prefix as bb_

    Thanks,
    Jeff

    #135651
    Stephen Edgar
    Keymaster

    bbPress includes a Vanilla Forums importer

    The basic instructions are here https://codex.bbpress.org/import-forums/

    And specific info for Vanilla here https://codex.bbpress.org/import-forums/vanilla/

Viewing 25 results - 24,976 through 25,000 (of 64,518 total)
Skip to toolbar