Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 11,476 through 11,500 (of 26,869 total)
  • Author
    Search Results
  • #135718
    therune
    Participant

    I have a forum setup as private, when logged in you can view the forum just fine. But when not logged on and you try to view the forum page /forums/forum/forum-name it takes you to the standard wordpress 404 page. I’ve tried creating that page structure in the page manager but that didn’t seem to work, I created a forums page, a forum page as a child, and a forum-name page as a child. When I tested the page on a logged in user it took me to the forum page but when not logged in the page still takes me to the 404. How can I control this page?

    Thanks

    #135707

    In reply to: bbpress error?

    markkelly1982
    Participant

    I got the same error but i think it is related to the latest version of NextGEN Gallery by Photocrati(http://www.nextgen-gallery.com/wordpress-gallery-plugin/). I deactivated that plugin and the error goes away.

    #135704
    akgt
    Participant

    Why haven’t bbPress 2.3.3 2.4 been released yet both look to be finished?
    tickets for the milestone are closed
    wordpress 3.6 is now out and so is buddypress 1.8

    #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 !!

    #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?

    #135681
    Pippin Williamson
    Participant

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

    #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!

    #135662
    Daniel Mason
    Participant

    We recently went through a major upgrade with one of our clients, and as part of that upgrade moved them to a new host. For some reason, no forum posts older than the start of the upgrade (6 weeks ago) have come through from the old site.

    I’ve noticed on the new site, in the table bp_posts, the new forum posts (from the old site) are visible, but after some experimentation, for that the posts are duplicated in wp_posts which is where the data is coming from. None of the new forum posts are in wp_posts which seems to be why they didn’t come through.

    Apart from building the server itself, I didn’t have much to do with the upgrade, so I’m not entirely sure why this is. I’ve run the repair scripts which didn’t seem to do anything and spent over an hour trudging round all the options I can find in WordPress but can’t find anything that seems appropriate.

    I’ve searched the forum and google and don’t seem to be able to find anyone with the same problem (though my google-fu may not be the best). Is anyone aware of why this has happened, or how I can fix it?

    #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

    #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

    LevyImage
    Participant

    I’ve been a MyBB forum owner/administrator for 2+ years now and really want to convert to BBpress because of it’s easy wordpress integration/compatibility. It seems there’s not been any updates on this for a little bit. MyBB is a huge community but the software is still in the stone ages.. even with the current conversion to jquery and html free core.
    Would really love to jump ship asap and move to BBpress on all my MyBB forums. What solutions are out there right now as I’m not a database tech… not incompetent.. but by no means an expert.

    #135645
    Ricardo
    Participant

    in case anyone is interested you can disable bbpress plugins/jquery from loading on wordpress blog pages by using “plugin organizer ”

    https://wordpress.org/plugins/plugin-organizer/

    #135640
    Schaum
    Participant

    Do you try to exclude the code in WordPress Minify 1.2.2?

    #135637

    In reply to: Allow HTML from users

    Rachel Biel
    Participant

    Well, when you have a forum that is image based, it is a pain to have to use image urls only. We are an art group and showing images is necessary for everything we do. It seems to me like the administrators of each forum should have the ability to decide whether to trust their users or not. I really wish that we could have the TinyMCE for all participants. I tried a couple of different plugins and some could see the editor and others couldn’t. Then, I tried RT-Media’s plugin and test each update of theirs, but it doesn’t work.

    A big problem with using image urls (if you can’t load them into wordpress as the admin) is that that image could disappear if the hosting post is deleted or if the site goes down. We are using the GD BBPress Attachments plugin for attachments, which is a nice thing to have, but it does not do well if you are explaining something and showing several images which would be best embedded inside of the text.

    I looked everywhere for an explanation of what the symbols mean in this bbpress editor and couldn’t find anything, so I did a demo for our members: http://www.tafaforum.com/user-groups/tafa-forum-help/forum/topic/text-editor-or-wysiwyg/

    It’s not intuitive and a couple of the buttons seem to be useless. Most of our members will have no clue as to what they mean and using symbols that are commonly around on text editors would have been helpful.

    Things are finally working pretty well, but it’s been quite the long road in getting this set up. I think there should be a warning in documentation on bbpress: “Non-coders beware! You will need coding experience to make this work!”

    #135623
    ozgurpolat
    Participant

    I installed bbpress on a default wordpress theme, and it works fine, I have a feeling that this an issue with my theme. But I don’t know where to even start to solve the problem.

    #135616

    In reply to: Allow HTML from users

    These symbols come with WordPress. We could include our own and override these, but I’m not totally sure that’s the best solution for everyone.

    There’s also nothing wrong with enabling TinyMCE; it’s just, a bit much for these lightweight forums in my opinion.

    wpmhweb
    Participant

    Hello,

    As much as I like bbPress, a forum isn’t what I need at this moment. I need know who to uninstall bbPress completely from my WordPress and database, but I want to keep old posts as archives, so people can still read them.

    Is there a way to do this? THanks,

    #135605
    Steve
    Participant

    This is an odd one – I’m getting spam in my bbPress installation. That’s not the odd thing, what is odd is that these are WordPress Comment spams (picked up by Akismet).

    So how can people, who are not registered, post comment spam against bbPress topics and posts?

    #135594
    Owen
    Participant

    Hi,
    I recently installed bbPress Version 2.3.2 on WordPress 3.5.2 and made two topics. However I can’t see a page where my users can see them. I cannot see an option in the ‘Forums’ section in settings on my site so how do I do this?

    #135583
    lutechi
    Participant

    I have been with bbPress before it was a plugin for WordPress and have to thank all for the efforts and congratulate how far it has gone.
    I decided to stick with bbPress after researching many other forums software because of how easy it was to integrate with WordPress.

    Since I had some time off from college for the summer I decided to make my own customized theme for the whole site based on what I had. After several days playing with the CSS and a few functions/filters the whole site finally came together.

    http://wowlazymacros.com/forums

    There is still a few things that I would like to implement, like posts count (which I did but it did not update the numbers, I have to manually repair the forums to keep them updated?) and being able to assign more title ranks (I was able to with Cubepoints but that project seems dead).

    Just have a peek at my forums and let me know what you guys think. 🙂

    #135580
    blg002
    Participant

    @thesnowjunkies @johnjamesjacoby @undyingearth @olivier-lettinga So here’s what I did, it looks to work but I haven’t fully put it through its paces. I’m also kind of a n00b with this PHP WordPress thing so hopefully this isn’t a terrible idea. I basically used an add filter on bbp_get_time_since and did a regex string replacement on the output removing anything from the first comma up to ‘ago’.

    function short_freshness_time( $output, $older_date, $newer_date ) {
      $output = preg_replace( '/, .*[^ago]/', ' ', $output );
      return $output;
    }
    add_filter( 'bbp_get_time_since', 'short_freshness_time' );
    
    #135579
    ianhaycox
    Participant

    As the author of the bbPress Moderation plugin (http://wordpress.org/plugins/bbpressmoderation/) I am unable to continue maintaining the plugin or add any new features. I no longer use bbPress or the plugin.

    If anyone would like to take over maintenance/ownership of the plugin, then please let me know and I’ll add access to the WordPress repo.

    Thanks.

    Ian.

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