Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,601 through 9,625 (of 11,575 total)
  • Author
    Search Results
  • #71085
    ganzua
    Member

    This will never happen because it’s physically impossible as the code is designed.

    Ok :) then the plugin will have to put wp inside bbpress but I still think that it will be a bbpress plugin.

    I even could think in another solution; turning wp comment system into a forum. You only had to allow all members to post in the wp blog, make a custom category for them and a custom template for that category. There would be no front-page though.

    BTW, _ck_, could you please tell us how did you add pagination to front-page latest posts in your bbpress showcase? :)

    #71012

    That’s what I have too. :| That’s really wild.

    Do you have access to your SQL database? If so, check the bb_topics table in that db and check what it says for the ‘topic_poster_name’ column. The default for that on my table is ‘Anonymous’ so it’s like it’s not writing to that field. Which would mean even if you flipped the bit to the old theme, the database still has it wrong.

    So, try making a test post while using the default theme?

    #71007
    ganzua
    Member

    I did a second test using my live installation and it worked. A new user registered through wp and after login he appears as member in the bbpress control panel.

    However, since 1.05a all new posts appears as started by “anonymous” user. I do know what to check to correct this behavior.

    #71006

    Just tested. Made an ID on bbpress and it is magically set up as a Subscriber on WP!

    Hot digity!

    We’re Not Worthy!

    #71005
    ganzua
    Member

    I tested 1.06a integration. I created a new user through wordpress and he can post in bbpress.

    Let’s see if anybody can confirm this.

    #71076

    Perhaps the problem is the lack of a codex where you can find out how to add things-> do you want email notification? add this plugin.

    You know, that would be nice. If we could all (or maybe some more of us testers) could have codex access. The WP codex actually is editable by anyone. If BB’s was as well, we could all start helping improve documentation.

    #65890
    Frank
    Member

    _ck_ said:

    Showing a gravatar for any email address is as simple as:

    <img src=”<?php echo “http://www.gravatar.com/avatar.php?gravatar_id=&#8221;.md5($user->user_email); ?>” >

    The mysql code for the email of the last poster is going to need a left join of the users table against the post table and more than I am willing to do right now. I suppose I could be lazy and use get_latest_posts(1, 1) to fetch the entire info the last post and grab the email address from there.

    does anyone knows?, please.

    #55962

    In reply to: Show off your Forum !!

    anotherdan
    Member

    Very customized theme:

    http://vwnettet.dk/ (Danish site for Volkswagen enthusiasts)

    I’m not finished yet, using a few own developed plugins to glue it all together and doing the inline pictures… Everything on the site is custom developed plugins, or done in the theme… Nothing changed in the core, which was my main goal… So I am able to keep updating from the development here…

    Having changed to bbPress and been live for about 10 days it’s been very good, and after the performance fix for latest topics, it been running very smooth…

    #4591
    calman
    Member

    Hi Guys!

    Not having any joy with this either??

    Followed the brief instructions, copied the php into plugins and tried my own image test <img src=”bla/bla.gif” />

    .. but no joy!

    What am i doing wrong?

    All the best,

    Cal :)

    #4590
    Daniel Juhl
    Participant

    Hi,

    I’ve just tested an upgrade of my bbPress 0.8.2.1 forum. The upgrade goes to bbPress 0.9.0.4, but after the upgrade has finished and the upgrade/installation script has asked, and been given permission, to upgrade the database, it seems like theres some problems with special characters. The forum is in danish, and therefore æ, ø and å is very common, but after the upgrade they just show up as their respective UTF8 codes. I can’t figure out, and but the header and my browser is set to UTF8.

    I can tell, that the forum was and still are in UTF8, but the collation on the database tables is latin1_swedish_ci

    Anyone with an idea of the problem?

    #63188
    ganzua
    Member

    What function of myviews plugin do you need to put in front-page.php to have a paginated list of the latest topics?

    #70856
    Sam Bauers
    Participant

    So, the nightly builds seem to be stuck on an old version!!!

    You can get the latest trunk from here (zip link at the bottom):

    https://trac.bbpress.org/browser/trunk

    You will have to manually add BackPress files from here into a directory at bb-includes/backpress (zip link an the bottom):

    http://backpress.automattic.com/browser/trunk/includes

    #4583
    Ganzuelo
    Participant

    I have WP and bbpress (lastest release) When I click on Admin while coming from WP I cannot access. I click on the admin link and it goes nowhere.,. I then log out and then back in and it works (while in bbpress side)

    #70784

    @the both of yous

    Sambauers is the main programmer responsible for updating and maintaining bbPress, the rest of us seem to serve more as bug testers and trac reporters. You’re both correct to assume that the goal is to have it work both ways, with a registration at one platform to assign a role to the other.

    @globalkris

    You’re lucky, I haven’t been able to get either/or to automatically tell the other what roles to assign, despite my efforts. To be honest, it can’t be happening anywhere on the WordPress side of things, because WordPress has no idea that bbPress exists. It’s just doing what it always did. bbPress needs to look for capabilities, and assign them according to the WordPress role map provided it has been set.

    It seems like a good idea to have the role-map setup as part of the installation process, if choosing to integrate that is.

    The other side of this, which I’ve said before in different topics, is that automated integration of bbPress is difficult to predict, because there are several configurations that anyone could or would use, and it isn’t just WordPress that bbPress is intended to work with. There’s BuddyPress too, which is a whole other assortment of configurations. You can see how having bbPress automatically assign a role to a user that doesn’t have a role at all can be a strange situation, since there are times where WP users might not have roles either. There are about 250 different types of arrangements that users can have that must be trapped when I think about it, considering registrations on either side, the role map, and what the results of each situation would be.

    Maybe when they register through WordPress, I don’t want them automatically given access to the forums, or vice versa. Even though they are integrated, maybe I don’t want them to have a role at all. What if WordPress registrations are closed but bbPress ones are open? I mean when you think of all of the possibilities, it’s a wonder/miracle that it works at all. Ha!

    Long story short, Sam is working really hard on getting this integration up and running for us, and I suspect there will be an alpha6 coming shortly. :)

    hotforwords
    Member

    I am running 2.7 and alpha 5 with the same problem and can’t get the roles to work either. I did everything the way it was described to do.. even did a clean install of a website and bbpress to test it out and it didn’t assign roles there either.

    I used the bbpress integration plugin as well.

    I have 44,000 members, so this is a bit of an issue for me. I had to manually go in and assign roles to about 15,000 members and have to manually assign roles for all new members, which is about 100 a day, and a real pain.

    #70643
    deadlyhifi
    Participant

    thanks all. I’ll be doing some tests on it all sometime this week and will report back.

    #4562

    Topic: PHP usage poll

    in forum Installation
    Sam Bauers
    Participant

    This poll is intended to gauge usage levels of older versions of PHP, with a view to maybe bumping the lowest supported version in bbPress up to PHP 4.4.9 (from PHP 4.3.0).

    The two options below are the latest stable versions of PHP 4 and 5. If you are using another version, please be specific when entering it’s version number.

    [polldaddy poll=1247862]

    #70848
    wordpressfan
    Member

    I created a new directory and copied the files from bbpress-latest.zip to it. I was able to install bbpress 1.0-alpha 4.

    However, there was no screen about creating a user or your first forum or any integration.

    #70847
    wordpressfan
    Member

    The nightly build/bbpress-latest.zip has the MBCS warning screens after step 1 of the installation.

    #65352
    _ck_
    Participant

    Do not use the Private Forums plugin, it has not been updated in awhile and has bugs.

    Use my Hidden Forums plugin instead. The code above is not sufficient in itself.

    #65351
    walkerevans
    Member

    I was looking to do #3 as well. This solution works like a champ. Thanks!

    #70844

    I’d say try the nightly build ( https://bbpress.org/nightly-builds/bbpress-latest.zip ) but I’m not really sure when that’s updated anymore…

    The SVN is open to be downloaded by anyone.

    #4574
    patrick10128
    Member

    Hello all,

    I run a small website called the Youth Bloggers Network (http://youthbloggers.net/) which is currently using WordPress and the Simple:Press forum plugin to run the forum. I’ve received some advice to switch to a “dedicated” forum software such as bbPress or phpBB to increase loading time and optimize the site structure (splitting up the forum and cms backend). If I were to switch, bbPress is the definite option for me seeing as I need my WordPress users to be members of the forum as well. I was able to install the latest bbPress version (1.0 alpha I believe) and integrate it perfectly with my WordPress install (cookies, users and everything). That was wonderful. The only two things holding me back from making the switch are:

    1) Simple:Press is so easy to integrate into any page, just plug and play

    2) I need a bbPress theme that matches my current WordPress theme

    The problem is that I would like my forum to look and feel like just another page on the site. With Simple:Press this is easy (even when switching themes). With bbPress I need a new theme.

    So here is what I would like to know:

    Is it worth switching to bbPress even if it means a little extra work and designing?

    And where can I find someone who could create a bbPress theme for me that fits my current design for a *low* price?

    Please visit the site: http://youthbloggers.net/ and give me your advice and suggestions.

    Thanks very much,

    Patrick

    #70841
    _ck_
    Participant

    This seems a great time to mention a new hidden feature in bbPress 1.0 based on a suggestion I made: “Safe Mode”

    When you don’t know why something isn’t working, one quick and easy way to prove if it’s a plugin gone wrong or not is to temporarily try “Safe Mode”

    The way to activate safe mode is to edit bb-config.php and insert

    $bb->safemode = true;

    Then your forum will temporarily switch to the default theme (which you should never have tampered with) and disable all plugins, temporarily.

    When you are done testing, remove the line from bb-config.php

    This is far easier than deactivating 20+ plugins, one at a time and then having to activate them again.

    #70886

    In reply to: Install Error

    Sam Bauers
    Participant

    There are issues with the latest versions. A new fixed version is imminent.

Viewing 25 results - 9,601 through 9,625 (of 11,575 total)
Skip to toolbar