Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,276 through 8,300 (of 11,592 total)
  • Author
    Search Results
  • #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

    #33502
    xananax
    Member

    Hello. I am lost; I’ve been scouring the internets for a few days to no avail.

    I thought what I was looking for should be quite easy, but I can’t find it.

    What I need is a forum-less forum, where all topics would be displayed according to date (kind of like the view inside a forum, or the “latest topics” in bbpress), with tags and/or categories for easy search.

    All the forums I find are multiple-forums by default. I can’t find one that allows me, if I set a single forum, to display the topics only.

    What would be even more ideal is a forum that doesn’t make a difference between a topic, a post, and a forum. Anything could be replied to, and nested, to infinity. But I guess this really doesn’t exist.

    Any help would be appreciated.

    Thanks

    #85483

    In reply to: Cue the band…

    johnhiler
    Member

    I’m not clear on how buddyPress’s progress impacts the bbPress project? I use bbPress for its message boards functionality, and don’t really want all the social functionality of buddyPress. So whether or not they use the latest bbPress doesn’t really affect me.

    From what I understand, bbPress is moving in the same direction as buddyPress – it is becoming a WordPress plugin and will use the same theme as WordPress. So in that sense, buddyPress’ efforts here are a proof-of-concept for bbPress’ path?

    Trying to understand how this development means any of us are wasting our time here!

    #33447

    Topic: RSS Feeds

    in forum Troubleshooting
    thelobbyist
    Member

    Just doing some searching and see that RSS feeds for forums were broken. I discovered this myself when I tried to load my forum feeds for my new site into Google Reader today and it couldn’t find the feed. I have updated my code with the patch update and feed validator says my feed is fine, but it still won’t load in Google Reader.

    From what I’ve read on the forums there was a wide spread problem, but I can’t seem to locate if there was ever a definite solution. I am running the latest WP with BBpress 1.0.2 with deep integration.

    Anything I can do to fix this? RSS feeds for my forums are pretty vital because this particular site won’t have posts, just pages for research content, and forums for feedback and discussion.

    Thanks

    #85461

    In reply to: this is test

    johnhiler
    Member

    Let us know how the test goes!

    #33364

    Topic: this is test

    in forum Troubleshooting
    alanna.scott
    Member

    i am trouble shooting the forum search on a site im working on and wanted to try the same test here to see if i can replicated results… jit.window, thispatcher, etc, specificity, cycling.

    #85286

    In reply to: anti bumping?

    bbuser12345
    Participant

    I am looking for something similar. 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.

    Morning lads and lasses,

    I can’t replicate this problem with an existing/live website, but i may have some suggestions. From the time of the 0.9 to diffrent versions of WP (and SuperAnn and _ck_’s plugins), i’ve found i end up putting in a huge amount of data into my bb-config.php file, and then force everyone to login via wordpress (that way i know i’ve only got 1 point of failure).

    If you can’t access the bb-admin admin area when being logged via wordpress try making sure these values are in your bb-config.php file.

    define(‘BB_SECRET_KEY’, ‘bb_secret_key’); // Change this to a unique phrase.

    define(‘AUTH_KEY’, ‘auth_key’);

    define(‘LOGGED_IN_KEY’, ‘loggedinkey’);

    define(‘BB_AUTH_KEY’, ‘authkey’);

    define(‘BB_SECURE_AUTH_KEY’, ‘secureauthkey’);

    define(‘BB_SECURE_AUTH_SALT’, ‘secureauthsalt’);

    define(‘BB_LOGGED_IN_KEY’, ‘loggedinkey’);

    define(‘BB_SECRET_KEY’, ‘secretkey’);

    define(‘BB_SECRET_SALT’, ‘secretsalt’);

    define(‘BB_LOGGED_IN_SALT’, ‘loggedinsalt’);

    $bb->wp_siteurl = ‘http://www.**********.com/’;

    $bb->wp_home = ‘http://www.**********.com/’;

    $bb->wp_table_prefix = ‘wordpress_’;

    $bb->user_bbdb_name = ‘**********’;

    $bb->user_bbdb_user = ‘**********’;

    $bb->user_bbdb_password = ‘**********’;

    $bb->user_bbdb_host = ‘localhost’;

    $bb->custom_user_table = ”;

    $bb->custom_user_meta_table = ”;

    $bb->authcookie = ‘wordpress_’;

    $bb->cookiedomain = ”;

    $bb->cookiepath = ‘/’;

    $bb->sitecookiepath = ”;

    $bb->wp_table_prefix = ‘wordpress_’;

    $bb->WP_BB = true;

    /* Stop editing */

    I know this may sound daft, and i can’t pin point the technical reason for it, but with the combination of WP moving to a different security routine in WP2.7/2.8 and bbPress moving to BackPress i find that having that extra data in and predefined has solved 99% of my login issues.

    I think, and those of you more technical than i am may debunk the idea, that bbPress does a “double dip” where it tests you as having a cookie on the front end and that the name is associated with a key master or admin, but then on the backend it actually checks your admin credentials against the WP database and cookie has and thats what fails (who do we thank for backPress??).

    Sadly bbPress admin area (or any admin function) doesn’t give error messages, so the exact issue we won’t know unless you can run a profiler.

    Give my additional code a try, and we’ll see if that makes a difference.

    Kev

    #33222

    Topic: anti bumping?

    in forum Plugins
    Submachiner
    Member

    Is there any sort of plugin that prevents threads from appearing on the Latest Discussions area.

    Lets say that one was to create a category and didn’t want any threads from that category appearing in the Latest Discussions area. Anyway to make this happen?

    r-a-y
    Participant

    I’m going to try to answer the OP’s questions.

    What is the advantage, of any, of having BBPress either instead of or in addition to BuddyPress?

    Advantages of using bbPress – using bbPress plugins, forum categories and sub categories. If you want the traditional forum, go with bbPress.

    BuddyPress’ internal bbPress relies on a concept called “groups” (similar to Facebook). You need to create a “group” in order to create a group forum. BP’s internal version of bbPress also uses a flat structure, you cannot categorize group forums into categories (as of now). Also, out of the box, you’ll need to port bbPress plugins to WP/BP in order to use them. Not many bbPress plugins have been ported to BP as of yet.

    Advantages of using BuddyPress – template matches the rest of your site. Social networking in a box for WP (if you need it). Check out http://testbp.org/forums to view the forum layout.

    Will (bbPress) now work with a straight WordPress install, or is it tied to WordPress MU at this point?

    Works in both instances. bbPress integration plugin handles this fine.

    (With the upcoming integration of WP and WPMU, at this juncture I simply don’t want to go through the hassle of installing MU.)

    BuddyPress 1.2 is now supported by regular WP, so no need to install WPMU if you don’t need it.

    #82105
    johnhiler
    Member

    All I was going to do was activate the original Kakumei theme and then re-test poll creation. Then de-activate Kakumei and go back to your original theme.

    I know you mentioned you only changed the CSS, but even that could cause issues. So thought I’d try that, and also review your list of plugins to look for compatibility conflicts.

    Feel free to try that stuff yourself! And good luck…

    #82103
    johnhiler
    Member

    Ah sorry, I don’t really do IM support. Was just trying to be helpful…

    I wouldn’t worry about 1.1… once you have something working, you don’t necessarily need to upgrade to the latest version unless you want to.

    Re: 1.1, Matt’s update last week about the upcoming version didn’t mention polls: “[The] 1.1 release will include email notifications and anonymous posting, both of which are in trunk and would appreciate testing and patches. After that it’s bug fixes, and release.”

    https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5#post-64400

    But I could’ve missed something!

    Dailytalker
    Member

    Monday, December 7, 2009

    Facebook hits 350 million users

    It’s only been a couple of days since Facebook revealed that it had topped 350 million users — exceeding the population of the United States. Back in September 2009, Facebook users were around 300 millions. Facebook proved to be more popular than eBay, Wikipedia and the U.S.

    Read more: http://www.blogtactic.com/2009/12/facebook-hits-350-million-users-latest.html#ixzz0gOfOpQCo

    This could also be a chance for bbpress. Some cooperation sometimes could help more than a fight against a superpower. Saddam Hussein didn’t have any chance against Bush Jr. Therefore we should acknowledge that Facebook is the clear leader at the moment.

    Facebook has become so huge that even some of its applications are drawing more traffic than many major Web sites

    #82547
    gerikg
    Member

    LizFilardi, doesn’t sound like it has to do with integration. Reinstall bbpress and test it out first before integrating.

    #82546
    LizFilardi
    Member

    This all works fine for me. However, I don’t get any emails from bbpress or wordpress, including new user passwords, password resets, comments, etc. I’ve checked out past forum posts about that topic, and the latest I could find was a year ago, including a topic in which Sam Bauer says that the problem has been solved by adding a solution to the core package in the latest version of bbpress. any reason why integration would interfere with emailing? (i didn’t test email anything pre-integration).

    #83759
    uhclem
    Member

    Thanx Kevin, I don’t feel you’re being anything but helpful. No sweat!

    Back before the beginning I used to hand code with a GeoCities website. And long before that I had a Vic20…I hate to admit it but I’m responsible for far too many of those useless Usenet ng’s that still exist (alt.worms.out.of.a.hot.cheese-log ,etc.) So I kind of know a little. Anyway, I’m not scared to break the interwebs. …Algore can just build another one.

    I could probably snag some code from somewhere, paste it *somewhere* and tweak it to work as I desire (or close to it), I just need to know where to do this.

    Like these “php” files; Where are they and how do I edit ’em? (with NotePad like a batch file?)

    I’m a 50+ year old bench jeweler but with a little help from kind folks I learn little bits of other interesting stuff. If I knew where/how to edit these files I’d chance messing up my bbPress board. I can always just make another one and stick it in the same directory on my server. The few people who have joined the various boards I’ve been testing out get a little panicky when everything changes all of a sudden , but they’ll get over it. :)

    Thanx!

    #82101
    johnhiler
    Member

    If you give me keymaster access, I can run some quick tests for you? The site wouldn’t be affected for more than a few minutes…

    EDIT: Please don’t feel obligated in any way… if you’d rather not give access to a stranger, I completely understand! :-)

    #82099
    johnhiler
    Member

    Wait a second, I just tested it on a 1.0 install and it worked!

    So it looks like it may be a configuration issue after all… maybe a plugin conflict?

    #82096
    johnhiler
    Member

    Ah thanks for resetting it to default! Hmm, it definitely looks like an issue with the plugin/version compatibility. I also just tested it on a 1.0 install, and saw a similar issue.

    Your best would be to ask a programmer to take a look at the plugin and see if they can spot the issue! I bet it’s a pretty minor one, if everything else works except for that one button. :-)

    #82091
    Marius-
    Member

    So tell me when you´ve done the testing and if you´ve found something out then…

    #82090
    Marius-
    Member

    John Hiler, I have activated it now, to prevent further annoyances. There is a test thread, and you´re welcome to create a new test thread to see how it is.

    #82088

    its now active on my forum for the next four hours

    With all due respect, you’re asking for our help to fix a bug only you are having but you won’t let us see. I asked you for a link to see the issue to help you and it took you 7 hours to respond (even though you replied to 3 other threads in the next hour), and when you did reply you gave a 4 hour window of when we could give up our free time to fix your bug.

    Can you give us a link to your test site please?

    #85314

    In reply to: Fatal Error! Help

    WordPress has a tendancy to throw a it’s toys out of the pram if it has an activated plugin that isn’t there.

    BuddyPress is quite an intricate setup, and randomly deleting stuff won’t really solve the issues. Given that this wasn’t tested on anything but a live site, deleting things from a live production site when you don’t know whats going on is not a great idea :)

    That’s not to say it couldn’t work though :)

    #85311

    In reply to: Fatal Error! Help

    The other thing you could do, and the people at BuddyPress will be able to direct you to this, is to de-activate the plugin directly from the database via something like phpmyadmin.

    Realistically though, my biggest bit of advice is not to do things like this on a live production site. Test test and test again :)

    Take care and good luck

    #85290

    In reply to: Really basic stuff

    citizenkeith
    Participant

    Askimet is optimized for WordPress blogs.

    I disabled Askimet, and instead I use a variety of other plugins to control spam. Human Test for bbPress, Project Honeypot, New User Notification… they all do the job better than anything else at the moment.

Viewing 25 results - 8,276 through 8,300 (of 11,592 total)
Skip to toolbar