Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,126 through 8,150 (of 11,591 total)
  • Author
    Search Results
  • #87973

    And the link to the forums in the menu bar suffers from the old breadcrumbs bug (yay for testing). It tries to link to “https://bbpress.org/forums/topic/forums/” which redirects to “https://bbpress.org/forums/topic/” which obviously isn’t real.

    #87695
    _ck_
    Participant

    Yeah someone is slowly straightening out things.

    I guess it was virtually impossible to test before it went live so this is unavoidable.

    We probably need to give them overnight to get it stable.

    #87886

    In reply to: Reverse Topic Order

    belaldesign
    Member

    Thank you, but that topic refers to reversing the order of posts whereas I’m trying to reverse the order of topics. Regardless, I tried using the suggested code anyway and it doesn’t work for changing the order of anything. (I have the latest version of bbpress.)

    #34184

    It took way too long to find the necessary instructions on how to install on Godaddy. The instructions listed with the download of this software was not sufficient. When people asked questions, it had an issue resolved there, one resolved here, but nothing complete. Finally I got it to run so I thought I would share a complete instruction manual on how to do this.

    First, I would like to point out that I installed it on their free hosting service if you buy a domain name through them. However you can install it on their paid hosting service the same way I am pretty sure. In fact, I installed it on their free service for now while I test things and will install it on their paid hosting service in a bit so I can edit this if it turns out to be different.

    1) download BBPress. Unzip it.

    2) Log in to Godaddy services. Click on the Home tab at the top left -> the sub-tab hosting -> then click on hosting under the “my products section” on the left. If you have already bought hosting or had the free version set up, you should see a list of your domain names that are set up for hosting.

    3) Click on manage account next to the domain name you wish to install this bad boy on.

    4) The first thing you need to do is create a database. So click on databases at the top and then mysql.

    5) The click on create database on the upper center right.

    6) Type in a description name (maybe forum or blah or whatever)

    7) Type in the same thing in mysql database user name box

    8) Type in a password that you can remember and then retype it in in the next box. Skip the last three boxes and click ok.

    9) It will take forever and a day for the database to set up. Not really but maybe 20 minutes. In the meantime, lets go ahead and load the files onto your godaddy server. So click on the content tab at the top next to the databases tab you just selected and then click on FTP client.

    10) Scroll down a bit and you will see two side by side panels. On the left is your desktop. On the right is the files on your domain name. Even if you just set up the hosting service, there will be files already on there.

    11) Now you have two options. Do you want to install it at http://www.yourdomain.com/bbpress or do you want to install it directly on your main domain name http://www.yourdomain.com? If you want it directly on your domain name, then you need to transfer all the files within the downloaded folder from BBPress and not the actual folder with all the files in it. So in the left panel, you will navigate to your BBPress folder and double click it to view the contents. When you see all the files within that folder, hold the control key down and select all the files and folders within that folder. Then hit the little arrow in the center that points to the right which should move those files to the right panel and onto your domain name. If you wanted it at the http://www.yourdomain.com/bbpress, then just upload the actual folder with all the files in it versus opening up that folder and moving each file over individually. Also, you can rename the folder BBPress to something different and it will give it a different extension on your domain. For example if you renamed it Forums and loaded the entire folder onto the server, then you would have http://www.yourdomain.com/Forums.

    12) Now we need to change some information in there. But first we need some information from the database you set up early. Probably it is still not set up yet and is pending setup. To check, click on databases tab at the top and then mysql. It will be listed as “setup” or “pending setup” under the status column. If it is pending setup, then grab some popcorn. Once it is ready, click on the pencil icon under the action column and you will then see the host name. It will likely start with yourdomain and then some numbers and dots and other stuff. Copy it.

    13) Now click the home tab at the top.

    14) Then click on the big button called “your files” under the tabs at the top.

    15) Now locate the file that is called bb-config-sample.php. Check the box next to it. Then click edit at the top. A new window should pop up.

    16) Scroll down and change BBDB NAME to the name you gave your database earlier. Change BBDB user to the same thing. Change mysql password to the password you set up earlier (if you used caps, you must use it here too). Then change mysql hostname (which is probably currently listed as local host) to the name you copied just a bit ago from the database pencil menu that had numbers and dots and other stuff. Then hit the save button at the top left.

    17) Now this step, I forgot to do and it still works. I was just building a test site anyways so I will fix it when I attempt to load it to my real site. But you need to change the name of the file you were just editing. You should still have bb-config-sample.php still checked. Up at the top, click rename. Rename the file to bb-config.php. Essentially you are just dropping the -sample part.

    18) Now navigate to your domain name where you installed the BBPress.

    19) It will prompt you with the installation (or should). It will tell you that it recognizes that it is the first time and needs to be installed and then ask you to proceed. You will then enter all your information including database name, mysql user name (which was the same as the database name), and the password (with the necessary caps if you used them). But ONE PART THAT IS HIDDEN AND NEEDS to be adjusted is in the advanced section. So click the little check box. Now paste that host name you copied earlier with numbers and dots and other stuff. Now proceed onwards.

    One thing I noticed is that I would proceed through the installation process at that last part and it would revert to the beginning again. I think this was because I was hosting it on Godaddy’s free server and they put ads at the top which was causing it to loop. After several times (probably 5) of clicking the buttons over and over again and retyping the information, it finally worked. Also the login screen is very basic on the free server. I don’t know if this is normal but I will let you know when I try on my paid server. But it was my understanding that the dashboard of the forum should be similar to wordpress. Maybe that is after integration between the two. Not sure.

    Anyways, hope that helped. Thanks

    #87653

    In reply to: Forum permission

    johnhiler
    Member

    I’m only aware of one conflict between Hidden Forums and 1.0 – I thought it was addressed with this fix?

    https://bbpress.org/forums/topic/ugly-error-on-main-page

    The code is definitely older, but when it comes to privacy-related code… tested and working code is worth its weight in gold!

    #34174
    ghiboz
    Member

    Hi!

    sorry for my big questions, but I’m started now with this great app…

    how can I set some posts sticky?

    and… how can I set the number of the latest discussions on the top of the forum list?

    thanks in advance

    #87303

    In reply to: wordpress integration

    Terranb
    Member

    I’m having a similar problem when I try calling require_once(dirname(__FILE__) . '/../wp-load.php'); so I can bring my theme into bbpress.

    This is a WP 3.0 multiuser site on subdomains. The funny thing is I’ve had this working on test sites using WP 3 single user and WP 3 multiuser on subdirectories.

    Is there something about it being on subdomains that might cause this? Might differences in the WP .htaccess file cause it?

    #80721

    In reply to: When bbpress 1.0.3?

    citizenkeith
    Participant
    #86998
    bforeste
    Member

    Thanks for the link to the DB test php. I found & used the exact same one before I saw your post.

    It worked like a charm: found all my DB’s when I left the DB value null. When I supplied the DB NAME, it returned all my BB and WP tables.

    So – now I know a little more: it’s not likely a DB connection issue, but something probably within the bb-config.php file.

    But – now I don’t really know where to go from here.

    I tried using the ‘sample’ bb-config file – and still no luck. Could it be a permissions issue? My files and folders are 775.

    again – thanks for the continued assistance.

    #86996
    chrishajer
    Participant

    For testing your connection to the database:

    http://www.ardamis.com/2008/05/26/a-php-script-for-testing-a-mysql-database-connection/

    It’s a little more than necessary but looks like it should work

    #85185

    @kevin

    yeah buddy! was off track now back to the game ;)

    I will investigate by hard-coding cookiepath, cookiedomain and like stuff in bbPress too.

    I understand your point completely, I would have done the same for production sites and kept the testing going on test site.

    #86995
    bforeste
    Member

    chrishajer – I think this comment is worth exploring more: from post https://bbpress.org/forums/topic/upgrade-errors-it-looks-like-your-database-is-out-of-date

    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.

    I get the same results time after time. Anytime I try to upgrade my 0.9 DB using the new 1.02 fileset, I am presented with a DB connection error. I ask the same question – how can I get to the login page or the ‘your DB is out of date – upgrade’ page without some form of DB connection?

    If it is making an initial connection, what could break it? Could a secret_key / salt mismatch do it? Would anything break the bb DB connection on the WP side (I’m upgrading a non-integrated 0.9 DB into an integrated WP install). Should I wipe out the WP integration first?

    Also – does anyone know a way to create a simple php file (or other method) to test the connectivity of the app server to the db server? I just want to verify the connection outside of the WP / BB install – in case something is wonky there.

    thanks for any ideas…

    #85183

    Yo dudes,

    @Zaerl

    I know matey, wasn’t meant in a bad way at all :)

    In terms of backward compatability, there’s quite a bit of change to how constructs and classes are handled, and depending on when the code was written, could cause some hidden issues.

    bbPress 0.7,0.8 & 0.9 weren’t major rewrites of any of the basic backend code. A huge chunk of them were written by Matt over a weekend some 7 years ago and the move to backPress was a definative leap (fully awesome OOPness – as much as its kinda useless ).

    So what i meant wasn’t just the leap from PHP4final to PHP5; but also things that were not aimed for PHP4 but that PHP4 supported. i.e. The code that was still in bbPress0.9 that was written when PHP3 was still around.

    @Ashfame

    Long time bro.

    I know the problem of which you speak mate, and while not knowing exactly which bit of code makes it go away, I’ve not had it in ages.

    Login in wordpress >>> check that i’m “logged in” on bbPress >>> access admin.

    Yeah it all works. I’ll have to delve into the code when home, but I think the sites I’m testing on are using “super anne” code/plugin. I also doubt these are on the latest versions of bbpress/wordpress. Frankly I’ve accepted that installing bbpress means not upgrading wordpress.

    As i recall from the long long long thread in 2008, the key thing was having:

    in wordpress config:

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    in bbPress config:

    $bb->authcookie = ‘wordpress_’;

    $bb->cookiedomain = ”;

    $bb->cookiepath = ‘/’;

    $bb->sitecookiepath = ”;

    The basic theory was that the bbPress admin, wasn’t reading the wordpress cooking properly or at all, something to do with when it was assigning/pulling data from the “$bb” global variable; so it wouldn’t let you access the admin panel of bbPress. But by setting this info in the config (loaded first) it solved it.

    That may be pie in the sky my friend, but thats what my brain is telling me.

    #87427

    In reply to: Public Forum

    zaerl
    Participant

    Ashfame. Maybe I was a bit rude but these are the facts.

    bbPress 1.0.2 offers anonymous posting? The answer is “no.”

    Is there fully functional plugins that fill this lack for the actual official bbPress version? No. I tested BB Anonymous Posting and it doesn’t work in 1.0.2 (at least in my case.)

    #85557
    zaerl
    Participant

    I have implemented moderation queues in my private trunk version of zaerl Visibility. I have planned to bundle this feature in the upcoming public 0.2 version.

    Basically speaking on the new version you can specify that new topics and new posts must be hidden by default and that they can be reset (in this case “approved”) by moderators through the admin panel. It functions already but I will release the 0.2 only after exaustive beta-testing _and_ if I got positive feedbacks.

    #86994
    bforeste
    Member

    Okay – recovered from the previous (no theme) issue. My ‘restore’ also included all the WP tables by mistake. So, I wiped it out & reloaded only the BB tables. My theme is working…the forum link takes me to the “looks like your database is out of date…upgrade” note…

    And then I get a ERROR: Could not establish a database connection message.

    I’ve been through this SO MANY TIMES!

    Besides the HOST, USER, PASSWORD, NAME settings in bb-config.php – are there other settings (either in files or in the DB tables) that would prevent my scripts from accessing my DB?

    I’ve verified my USER and PW via phpMyAdmin – they are good.

    My HOST i’ve tried changing to every know setting & tested (and failed)

    The things I’m thinking of now I have no clue about: Charset, Collation, secret keys, etc? Can any of these settings in my bb-config.php file possibly conflict with what is in the DB (the keys, charset, collation, etc)?

    Thanks for any ideas….

    bforeste

    #87086

    In reply to: Compatibility ….

    evilgeek23
    Member

    kevin , i said i will use that DOMAIN , not that website …. i use that website for testing any php scripts i code… my wordpress blog is local currently ….

    and btw , signatures aint workin in 1.0.2

    #87130
    ekitel
    Member

    My cookie keys match between the 2 configs. I didn’t have the COOKIEPATH definition in bbpress, only in wp, so I put that in but still no luck.

    I have wp installed in a sub-directory so my statement is: define(‘COOKIEPATH’, ‘/blogs/’);

    I just tried another test install without sub-directory and that won’t work either!

    #87225
    zaerl
    Participant

    First: the installation instructions don’t mention that you need a mail server in order to send emails cause it is implicit. Is like saying that you need to connect to the gmail servers in order to send emails from your gmail account.

    Second: yes they are. XAMPP and other LAMP software are just test platforms and they are very different from a service that professional hosting companies give you. A little configuration is needed and setting up a mail server is one aspect that you must cover.

    Third: Pegasus Mail must be configured. bbPress no (only the mail in bb-admin/options-general.php). It just use the mail() functionality of PHP that is a layer on top of the email server specified at server level.

    Four: no. 99% of companies that provide hosting solutions do give you access to a fully functional mail server and you don’t have to worry about that.

    #87128
    ekitel
    Member

    I have a wp/bbp integration where I recently upgraded both from previous versions to wp 2.9.2 and bbp 1.0.2. I was able to get them to share accounts so you can login to both with the same passwords but I can’t get the cookie integration working at all. Logging into one doesn’t automatically log you into the other.

    I decided to do a fresh install of the latest versions of both to see if that would work but I’m having the exact same issue. I tried cutting the salts down to 32 characters as suggested above but still no luck.

    I installed the bbpress integration plugin in wp but that’s not helping either.

    I’m wondering if there is some incompatibility between wp 2.9.2 and bbp 1.0.2?

    This is on a dreamhost server, and it all worked well before I tried to upgrade.

    #34087
    psycheangels
    Member

    last week i make a simple modification with wp-facebookconnect plugin by adam hump to work in bbpress. so here is the file

    http://rapidshare.com/files/379814279/wp-facebookconnect.rar

    this plugin is not recomended if you don’t understand php code, because the code from wordpress plugin still there. i have no time to clean it, if i got more time next week maybe i can update the feature to work like the real wp plugin. you can setting your api key and secret key in the admin panel

    feature :

    – Single-signon with your Facebook account <– fully working but still need some test (tested in 2 online site)

    – avatar <– not tested

    – Publish comments to the newsfeed <– not yet, maybe next week

    #34076
    ericnovak
    Member

    I first found BBpress 3 years ago. Personally I don’t remember finding BBpress or what I used it for, but I know that my account on here is 3 years old. I wonder if I have amnesia :P

    When I rediscovered BBpress yesterday I was pretty excited because the fact is that there isn’t anything like this on the net. This is the smoothest, lightest, nicest looking forum software out there.

    However, (and it’s always the however that gets y0u) BBpress needs a little forum work. I made a pun. Seriously, just trying to download plugins has been a major pain. Half the files either don’t work or they aren’t there. Some have major security flaws.

    So I ask you this, “Where are the forum moderators?” Make BBpress a bit more friendly and you’ll not only make it work better, you’ll also grab more interest from people who will make BBpress a phenomenon.

    -Eric Novak

    Graphic and Webdesigner

    #87208
    chrishajer
    Participant

    What would start the discussion in the forums? If it’s a blog post that will get comments, then I think threaded comments in WordPress are probably better.

    The 1.1 release will have login-less posting. It’s in the latest trunk version now. Maybe you want to try that and see if it works for you?

    You can download trunk here https://trac.bbpress.org/browser/trunk

    #85758
    gerikg
    Member

    I have it done partly. The hold up is I wanted it to look closer to BuddyPress Group forum (http://testbp.org/forums/). I can just have bbpress look the way it does by default , that’s easy enough, would that be good enough for you?

    http://img32.imageshack.us/img32/1755/wpbbbbp2.jpg

    #87018
    zaerl
    Participant

    Sent. The plugin is 90% finished. I’ve added a new feature that Xevo asked for and after some testing I will release it. Basically speaking is a list of users that are not affected by hide/lock rules like super users/roles but made in a per topic/forum base.

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