Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,251 through 8,275 (of 11,591 total)
  • Author
    Search Results
  • ipunkbali
    Member

    How do I move the forum “main theme” to the top, and “Latest discussion topic” to the bottom? thank u.

    #81924
    56alifar
    Blocked

    Already got it, this function was already integrated in the sidebar widget. See: http://www.jahw.nl

    #32419
    56alifar
    Blocked

    Hi,

    Is there a way to get the avatar showing in the bbPress_Latest_Discussion plugin?

    Thanks for your answer…

    #85671

    @deejaywoody

    it just shows up the latest discussions

    #84560

    In reply to: bbPress mobile version

    johnhiler
    Member

    Yup, you can definitely repost derivative works. Oh and also – if you click the “subscribe to topic” link at the top of the page, that should give you email alerts!

    I would love to help you test… just let me know! One of my main goals is to figure out how to turn off TinyMCE in mobile browsers… so my users can comment from their iPhones and Android browsers.

    #84559

    In reply to: bbPress mobile version

    BerryReview
    Participant

    Sorry guys this forum really needs a notify on reply via Email function.

    So GPL derivative means I can repost derivative works? Its not that crazy different from his code but hacked up quite a bit to compensate for the differences between BBPress and WP.

    I will try to clean up the plugin a little bit before release since it has some serious custom code that I need ot cut out since it wont work on another site. The template is up to you to edit away but you will need to know a little bit about how BBPress templates work.

    I will try to get something for you guys soon. Anybody want to volunteer to test it out?

    #85685
    johnhiler
    Member

    As for the bbPress canonical plugin, I think that is a ways away.

    But I just checked, and the latest version of BuddyPress does actually work with WordPress 2.9!

    https://buddypress.org/blog/news/introducing-buddypress-1-2/

    chrishajer
    Participant

    I wonder how this can be:

    “I just attempted to do a perfectly clean upgrade: still getting the db connection issue after bb upgrade tells me I need to upgrade my DB. “

    How can the bbPress upgrade/install know the database is out of date if it cannot connect to the database? I thought the version was stored in the database in the first place. I might have to try breaking my bb-config.php and attempting to upgrade a 0.9 installation to see how this works. Haven’t tried in a while.

    Are you upgrading bbPress just to make integration with the latest WordPress easier?

    johnhiler
    Member

    I just registered on your site and then tested the signin… it worked for me on the first try! :-) I’m using Google Chrome…

    Maybe there’s a known issue between your browser and the “saved passwords” option… which browser are you using?

    bforeste
    Member

    Just when I was ready to throw in the towel for the weekend! ;)

    I just attempted to do a perfectly clean upgrade: still getting the db connection issue after bb upgrade tells me I need to upgrade my DB. These are my only instructions: https://bbpress.org/documentation/upgrading/

    Chris – I do have a solid / tested 0.9 backup. That’s where I was headed before checking the boards one last time. I’m installing this on a test sub-domain of my production website – so no LAMP. I use the Media Temple Grid Server (poor man’s server) and have scoured the other Media Temple quirkiness posts here. I tried hard-coding the db host https://bbpress.org/forums/topic/mysql_connect-cant-connect-through-socket with no luck.

    Regarding the 0.9 bb-config…I did find some remnants of a WP integration attempt (keys and whatnot). But, because my 1.0.2 upgrade ‘overlays’ the old bb-config – I’m starting with a new, clean (non integrated) bb-config doc. My problem is that, I can’t get to Step #2 of the install – that’s where I hit the db connection issue every time.

    I’ve gone through the bb-config doc, and the DB host / user / pw settings a million times. I’ve updated all my schemas to UTF8 and the UTF8 charset – and I’m applying those config settings into my bb-config. Nothing works.

    I’d like to blast my tables too…but that feels pretty invasive to me. A real test of my backup / recover abilities. I may not have the legs to get it done today.

    Thanks as always for any help.

    #85654
    chrishajer
    Participant

    You can get a zipped version here:

    https://trac.bbpress.org/changeset/2401/trunk?old_path=%2F&format=zip

    Or you can check out the latest via subversion:

    svn co http://svn.automattic.com/bbpress/trunk/ .

    Either of those two methods will get you the latest trunk (development) version.

    #85674
    kajrietberg
    Member

    I downloaded the latest stable version right here. And I didn’t do anything about it, only changed the name of the folder bbPress to forum.

    Do you mean themes and plugins for WordPress or bbPress?

    #85653
    hydroweb
    Member

    Where do we find latest dev version for those of us on localhosts?

    #85652
    chrishajer
    Participant

    I don’t recommend editing core bbPress files. This is fixed in the latest development version already as well.

    #85668

    forums will be within groups and not site wide in BuddyPress’s latest version

    #84556

    In reply to: bbPress mobile version

    chandersbs
    Member

    @BerryReview I’d love to use that plugin if available, I don’t mind editing the codes at all.

    I tested your page with this website http://iphonetester.com/ and it’s looking good.

    Good work, man!

    #85581
    chrishajer
    Participant

    I just tried including wp-load.php from another WordPress site on the same server, like this, and it worked just fine:

    require_once('../../dev/wp-load.php');

    Maybe our PHP or server configurations are different. But this worked fine and did not error out. I also tried just including a test.php file that I created in the same directory (the file is empty) and that works fine too. PHP doesn’t care what’s in that file (or if there is even anything in there at all), so long as there is no syntax error.

    #85580
    chrishajer
    Participant

    Can you try to require_once some other random file in the same directory as wp-load.php? Just create a file called test.php in the directory as wp-load.php and try requiring that without requiring the wp-load.php. If it does not error out, then you probably have the path right and the system is configured to allow this type of file inclusion.

    Also, if anyone has access to php error logs, that will help pinpoint the problem. Or, you can temporarily display errors to the screen, or create a custom logging. The blank screen tells you there IS a problem, but not WHAT the problem is. We’re just guessing without knowing the actual error.

    bforeste
    Member

    Upgrading bbpress from 0.9.0.2 to 1.0.2

    I also have WP installed, same DB & standard table prefixes (bb_ and wp_)

    This is my test site, so I don’t have ‘active’ WP / BB integration

    I’m on Media Temple Grid Server

    DB Server is version 5.1.26-rc-5.1.26rc

    MySQL Client is 4.1.11

    When I followed the instructions on Upgrading, I mistakenly went to ‘install.php’ instead of ‘upgrade.php’. I don’t think this was a big deal though, because I wiped out the install directory and tried a ‘clean’ upgrade – with the same results.

    I get all the way through to step 3, and I receive a ‘minor’ error that my Database is out of date & needs upgraded. I click ‘okay’ to upgrade…and I receive this error:

    ERROR: Could not establish a database connection

    I have gone through my wp-config and my new (and backed up versions of) the bb-config docs, and all are pointing to the correct db server, host, username, password, etc.

    When I did the first install – it actually presented me with my main ‘forums’ page (I knew it was upgraded, because of the new theme). My posts were there. When I tried logging into the ‘admin’ area of bbPress, I got the ERROR: Could not establish a database connection reply again.

    What am I missing? Is the ‘initial’ mistake of running the ‘install’ versus ‘upgrade’ script my downfall? How can I recover?

    many thanks

    bforeste

    #33615
    Moominmama
    Member

    I am running WPMU 2.9.2 with BuddyPress 1.2.1

    When I post to a group forum I get a 404. If I hit the back arrow on my browser and then hit refresh, then the post is listed there.

    If I click the title of the post, I get “There are no posts for this topic.”

    http://supportforspecialneeds.com/groups/arizona/forum/topic/testing-yet-again/

    (You can see even by that url that there IS a post.)

    I didn’t install this BuddyPress install but I did upgrade it from the BP version just before this one and I’m thinking maybe something got lost in the translation?

    I’ve asked on the BuddyPress site and haven’t heard back yet so I’m checking here to see if it’s exclusively a BBPress issue.

    Thank you!!

    Dawn

    johnhiler
    Member

    I emailed you!

    If you send it over, I’d be happy to diff the latest code to yours and post details on what code changed… :-)

    Thanks!!

    #83381

    In reply to: bbPM Private Messages

    kevinator
    Member

    So even though it gives me this error, “Private Messages” still shows up as an option in bbPress forums, even though I have deactivated the plugin.

    So, what the heck, let’s try to send a PM. First, no user list, so I’m guessing I’ll just type the user’s name and see if it works. Test message took me to the following URL:

    http://www.cwnp.com/bbpress/my-plugins/my-plugins/pm.php

    So I’ve put the entire contents of bbPM plugin into bbpress/my-plugins but it’s trying to operate pm.php from my-plugins/my-plugins.

    Not to mention that bbPM shows up in both “Active” and “Inactive” plugin lists. DOH!

    Help?

    #85566
    paulhawke
    Member

    I wrote a plugin recently called “freshness” that filters the list of recent topics to only show the ones newer than a particular date/time. Filtering the list to only show topics from a given list of forums wouldnt be too bad. If there isnt already a plugin to do this, I’d be happy to write you one that would.

    bbuser12345
    Participant

    I have one particular forum for which I would like the threads in that forum to NOT appear in the latest discussions list. Is there a small bit of code I can add to do this. I would also love it if there was an additional column that indicated the forum that the thread listed in “Latest Discussions” came from.

    #85534

    In reply to: single forum

    xananax
    Member

    Ok, thanks to your idea, I’ve got it working. I quickly slapped together a theme that names the forums “categories” and uses the “latest topics” as the main view. It’s a very awkward theme, the CSS is crap, there is repeated code here and there but it is just a proof of concept. I’ll work more on it later.

    You can get it here:

    http://www.yelostudio.com/dump/yelobbpress.zip

Viewing 25 results - 8,251 through 8,275 (of 11,591 total)
Skip to toolbar