Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 11,326 through 11,350 (of 11,589 total)
  • Author
    Search Results
  • #53946

    In reply to: redirection error

    chrishajer
    Participant

    DonHarry – what was the debug information? Maybe someone else can help? I see your server is Apache 2.2.3 and the PHP version is 5.2.0. I don’t think any of the earlier solutions will apply, especially if you are using the latest 0.75 version.

    Maybe you can post your config.php with the tasty portions replaced with xxx (be careful not to change any quotations, slashes or semicolons). Maybe you have a problem there.

    #53918

    In reply to: New Posts

    mrpapasworld
    Member

    cool… will stand by… havent dug into writing plugins for bbpress yet… happy to help test if for ya too…

    #53943

    In reply to: redirection error

    donharry
    Member

    I just installed today, so it should be the latest version. but i’ll try what they r saying in the other post.

    #53942

    In reply to: redirection error

    chrishajer
    Participant

    What version is installed? This problem has come up a couple times before, and I thought it was fixed in the latest .75 version, at least.

    If you’re not using .75, I would start there. Here are some forum posts that dealt with the redirect issue before .75 came out:

    https://bbpress.org/forums/topic/531?replies=20#post-3050

    #53140
    Trent Adams
    Member

    I have a fresh install of 0.75 and the latest TRAC version and I can’t replicate this. Anyone else having this problem?

    Trent

    #53056
    drtech
    Participant

    I have posted this in two topics, forum-restriction and private-forums.

    RSS will display the restricted information. The latest posts.

    #53549
    drtech
    Participant

    I have posted this in two topics, forum-restriction and private-forums.

    RSS will display the restricted information. The latest posts.

    #53138
    baptiste
    Member

    I tested it multiple times. 100% correct syntax.

    a href=”http://url.here” link text /a

    No missing quotes, etc. The href attribute is just gone when you submit/edit a post. I’ll dig some more.

    #1319

    Topic: Bozo problem

    in forum Troubleshooting
    peiqinglong
    Member

    Greetings! So I recently upgraded to the latest version of BBPress and for whatever reason, Me (KeyMaster) and all my mods are marked as bozos. I was doing some reading and there is supposed to be a checkbox in the admin panel to check wether or not a user is a bozo right? In my admin panel, there is no checkbox, just an area to enter a number and me and my mods are listed as 1. Trying to change it to 0 doesn’t have any effect. Is there a fix for this? Thanks!

    #53850
    hexaust
    Member

    hmmm..log in with this account… test pass: test

    #53847
    Trent Adams
    Member

    I am registering a test account to try and see your error. Just waiting on the account creation email. When did the error start appearing? Did you make any changes to your template prior to it happening?

    Trent

    #53846
    hexaust
    Member

    hey..thanks for looking at my psot..here is the forum http://www.stiltonband.com/forum/ ..its the latest version..I only have one plugin installed the <em>notification.php</em> ...thats all..I don`t know why these confirmation pages are apearing…

    #53798
    startribe
    Member

    Another question that would be a solution… is there a way to limit the length of bbPress forum title posts?

    #1310
    startribe
    Member

    Hey Community,

    I had a question about this latest discussion plugin, which is awesome by the way:

    http://www.atsutane.net/2006/11/bbpress-latest-discussion-for-wordpress/

    Is there a way to shorten the length of the titles being pulled from the forum.

    For Example, for a forum with a title as:

    “this is a forum title and I am a bad poster who make titles way to long”

    to this:

    “this is a forum title…”

    This would really help out because our latest discussions from the forum on our wordpress home page break a bit when the titles get to long.

    Any ideas or suggestions are greatly appreciated.

    Thanks,

    Orion

    #53684

    In reply to: query/php problem

    Null
    Member

    Okay, I changed the location value with:

    is_front() || is_forum() || is_tag() || is_topic()

    And changed the code with:

    function get_bb_menu() {

    global $bbdb;

    $menutest = mysql_query("SELECT * FROM $bbdb->menu WHERE set = 'active' ORDER BY order ASC");

    And re-written the li part with php:

    <li><a <?php if ('location')

    {

    echo " id="current";

    ?>

    href="<?php ('page'); ?>"><?php ('item'); ?></a>

    <?php

    }

    ?></li>

    So technically I need to put this in a foreach and it wil be like:

    <li><a <?php if (is_front() || is_forum() || is_tag() || is_topic())

    echo " id="current"; ?>href="index.php">Forums</a> </li>

    <li> <a href="search.php"> Search</a></li>

    (the is_front() etc will not be shown ofcourse, but it’s to make it clear)

    But how to make such a foreach?

    #1282
    zapata
    Member

    Is there a way to make posts in a topic appear in a descending order… the latest posts come first…

    #53543
    davidbessler
    Member

    I use the new site option plugin (which is easy and great by the way). I stole the admin page setup from private forums by Aditya Naik. My bbress board is tiny (testing only) so I imagine all sorts of stuff will pop up as it’s used on bigger sites. Thanks for your help.

    #53619
    Sam Bauers
    Participant

    I’m working on a revised patch file for categories to accommodate the latest builds with the new templating file structure. Although it seems to be just me and spencerp who are using it. Of course, if you are customising your templates, then you will still have to edit your own based on the changes to the default theme.

    #53617
    spencerp
    Member

    The only thing I’m worried about now is, the fact that I’m running the Forum Category enhancement. I’ve currently modified the 0.8alpha files, however, I haven’t gotten the “latest” svn commits yet, including what you’ve mentioned above..

    I *could* just manually keep editing my files, as they come through the email list, but IMHO, it’d be more of a pain in the arse that way sigh. I guess what I’m saying is, I’d love it if they’d implement that Forum Category option into 0.8, rather then 1.0.

    It’s running just fine for me, except for customizing the look of it and such. The other thing is, it’s really a pain in the arse as it is now, because I’ve implemented my blog’s theme around the forums themselves.

    So either way, I’m screwed with tons of file edits. :( I don’t know though, I’m too tired at this point to even do any file editing/uploading.. Maybe when I get up later, I’ll handle some of this stuff..

    As for the plugins, I’m hoping Josh takes care of his lol. His plugins are about the only plugins I have going, besides the normal original bbPress plugins lol. Anyway, enough of my rambling, I’m tired as heck, and everyone’s tired of it anyway… so.. later people..

    spencerp

    #53590

    bb_update_option( 'forum_restriction_db', array( "1" => "David Bessler,testman", "3" => "David Bessler" ) );

    $value = bb_get_option( 'forum_restriction_db' );

    That’s how it should work.

    #53420
    ardentfrost
    Member

    I’m not absolutely sure about this, but it seems that SQL will want you to be more explicit. You need to break up the list (4 and 1) and add different strings to the where. So, for the first add WHERE forum_id = 4 then do OR forum_id = 1. Every subsequent forum id query should also start with an OR.

    That’s what I think at least. It’s worth a shot :)

    #1243
    davidbessler
    Member

    When I use the following code in a plugin:

    function forum_restriction_get_topics_where_plugin( $where ) {

    if ( is_front() ) {

    $list_of_allowed_forums = "4,1";

    $where = "WHERE forum_id IN ('$list_of_allowed_forums') ";

    $where .= " AND topic_sticky <> 2 ";

    return $where;

    } else {

    return $where;

    }

    }

    add_filter ( 'get_latest_topics_where', 'forum_restriction_get_topics_where_plugin' );

    I expect it to list the topics belonging to forums with ID 4 and ID 1. Instead, it is only listing topics with forum 4. When I change them to (1,4) it only lists 1. It seems it is only seeing the first value in the string. Any ideas why?

    #53540
    davidbessler
    Member

    Updated to version 1.1. Changes below. Download link is same as in first post. Here is a link to the OLDER version 1.0

    == Version History ==

    * 1.1

    – Added admin user interface

    – Using MYSQL database rather than flat file in plugin

    – Added comments so you people start helping make this thing work

    – Tested with “private-forums.php”

    == Known Issues and Wishlist ==

    1. PROBLEM: Does not hide names or listing of restricted forums from those not authorized to see them.

    instead, it adds an [x] before the forum name, and removes the link to the forum. Same goes for topic listings under “recent discussions.”

    SOLUTION: I need someone to explain to me how to hijack the entire row of the forum listing in front-page.php

    2. PROBLEM: In admin user interface, you have to press submit twice to get the input fields to reflect the actual changes you made.

    The database changes go through the first time, but the input fields don’t update.

    SOLUTION: Again, need someone to help me figure this out.

    3. PROBLEM: Would like a more efficient way to choose and enter allowed users.

    This is really a layout problem.

    I don’t think a dropdown list allowing multiple selects is the answer, because of the ease of which one can accidentally unselect one or all!! the chosen users.

    I’m not so keen on the idea of a huge page with all the users listed with checkboxes.

    SOLUTION: Either stick with the way I have it now, or rework the plugin so that the array works as follows:

    “username” => “CSV list of allowed forums”, and then have one huge member list where you can select forums in which they are allowed.

    I chose my way because the way I intend to use the plugin is to have a large number of forums with only a few members allowed in each.

    That is also why it is so important to me to HIDE the restricted forums on the front-page.

    #1274
    ateale
    Member

    hey guys,

    i have followed the instructions on the forums/extend for intgegrating bbpress and wordpress.

    It all seems to work – bbpress knows about the wordpress users.

    Only problem is that i have to login to both wordpress & bbpress seperately – I thought it was supposed to support 1 login for both – using the same cookie or something?

    the test site is:

    blog.lumanation.com

    the forums link at the top takes you to the bbpress install

    any help would be greatly appreciated! :)

    also – any ideas on how to embed the bbpress install into wordpress – is it just a matter of hacking up the bbpress templates or is there a more elegant way similar to the wordpress rs-discuss/xdforum plugins?

    Cheers!

    Adam

    #53404

    In reply to: for each question

    Null
    Member

    Hmm got this now:

    <?php

    global $bbdb;

    $r = mysql_query("SELECT * FROM $bbdb->menu WHERE set = 'active' ORDER BY order ASC");

    while($rw = mysql_fetch_array($r))

    $class="";

    if ($rw['is']) { $class .=" current" }

    {

    echo '<li><a class="$current" href="'.$rw['page'].'">'.$rw['item'].'</a></li>';

    }

    ?>

    But this gives me an error:

    Parse error: parse error, unexpected ‘}’ on line 71

    Think I have misplaced something here?

    Greetz

    ps I didn’t include $uri=option("uri").$rw["page"]; at all cause I wanted to test this first. So I keep it out for now…

Viewing 25 results - 11,326 through 11,350 (of 11,589 total)
Skip to toolbar