Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,726 through 9,750 (of 11,617 total)
  • Author
    Search Results
  • #70556
    Anonymous User 1502623
    Inactive

    It’s called ‘bbpress-latest-discussion-for-wp’ . The only file in the zip is ‘BBpress.php’. Hmm. I’m reluctant to re-install it as it took me ages to get working in the first place! >.<

    #70555
    nuttycoder
    Member

    it will reside in what the file contents for wp_bb_get_discuss_sidebar() are located am not sure I haven’t got that plugin what is the plugin called?

    #70554
    Anonymous User 1502623
    Inactive

    Hmm yeah, I see that now you’ve pointed that out. The code just reads this though on the page:

    <div class=”video”>

    <b><p>

    <img border=”0″ src=”http://www.audioscribbler.co.uk/wp-content/themes/revolution_magazine-40/images/community.png&#8221; width=”290″ height=”18″></p>

    <?php wp_bb_get_discuss_sidebar(); ?></b>

    </div>

    I’ve searched the plugin editor as well as the core plugin files but I can’t find the bit with the double
    tags? Any idea where they’ll be?

    #70553
    nuttycoder
    Member

    looking at the source code you have a double break tag remove the second break tag and there won’t be such a big gap.

    <a href="http://www.audioscribbler.co.uk/boards//topic.php?id=81">What music are you looking forward to in 2009?</a>
    <br />
    <br />
    <a href="http://www.audioscribbler.co.uk/boards//topic.php?id=83">Glissando - UK tour 2009</a>
    <br />
    <br />
    <a href="http://www.audioscribbler.co.uk/boards//topic.php?id=48">putting things on top of cats</a>
    <br />
    <br />
    <a href="http://www.audioscribbler.co.uk/boards//topic.php?id=66">8/11 - Leeds - Hauschka (Fat Cat) + Gareth S. Brown</a>
    <br />
    <br />
    <a href="http://www.audioscribbler.co.uk/boards//topic.php?id=72">7/11: James Yates/Moleck/Pattern/Cigars of the Pharoah LEEDS</a>
    <br />
    <br />

    #70552
    Anonymous User 1502623
    Inactive

    I do indeed. It’s probably a simple thing.. just can’t find it.

    #70551
    nuttycoder
    Member

    do you mean this section:

    What music are you looking forward to in 2009?

    Glissando – UK tour 2009

    putting things on top of cats

    8/11 – Leeds – Hauschka (Fat Cat) + Gareth S. Brown

    7/11: James Yates/Moleck/Pattern/Cigars of the Pharoah LEEDS

    #4492
    Anonymous User 1502623
    Inactive

    Hi, I used to have ‘display last poster name’ checked on BBLD, but since I’ve taken the check off, it’s left a gap inbetween the post topics. How is it possible to get rid of the gaps? thanks

    http://www.audioscribbler.co.uk (right hand sidebar)

    #4491
    Matthew
    Member

    I want to install bbPress and I am currently using WP2.7

    Should I install the latest stable version (Brubeck) version 0.9.0.3,

    or,

    the latest test build of the unstable version of bbPress is 1.0-Alpha-4?

    #70488
    chrishajer
    Participant

    So, what is your next question? Ask one question about your bbPress installation and we’ll work on that.

    If you would like to prevent spammer registrations, I would install the Human Test plugin by _ck_:

    https://bbpress.org/plugins/topic/human-test/

    If you would like to install Bad Behaviour, there was a How To posted a while back:

    https://bbpress.org/forums/topic/bad-behavior-for-bbpress-howto

    And using the built in Akismet (plugin may need to be activated in your installation) will help as well.

    #70531

    The latest SVN seems to fix this, though it throws a new error.

    #1016 has been opened.

    #70450
    Huda Toriq
    Member

    Thank you for your response. I’ll take a deeper look into the BB_Query class.

    After reading this question, do you think of a plan to extend the bbPress live plugin so it can transport the query as well?

    I think it’s a great idea. Just my opinion :-)

    #4476

    I’m currently testing both versions of bbPress on my site, and I can’t seem to find any way to get the forum to send the registration email to new users from version .9.0.3. On 1.0.3, I have been using the SMTP Mailer plugin with great success…is there anything similar for .9.0.3?

    Thanks

    #69885
    chrishajer
    Participant
    <div>
    <h3>Backtick test</h3>
    <p>This is in a P block</p>
    This is not
    <?php echo bloginfo(); ?>
    </div>

    #69974
    chrishajer
    Participant

    I tried creating that test.txt file first and it failed with the same problem. Looks like someone else got the information you needed anyway.

    Ehegwer
    Participant

    Howdy!

    Just wanted to see if anyone had a fix for a salt value. I’m working on installing the latest bbpress alpha 1.0.4a intp wordpress mu 2.6.5 with working buddypress integration. I can log into wordpress and bbpress independently, but the values aren’t passing.

    Here’s how I’ve mapped the keys and salts (notice one is missing):

    ????? –> WordPress “auth” cookie salt

    SECURE_AUTH_SALT –> WordPress “secure auth” cookie salt

    LOGGED_IN_SALT –> WordPress “logged in” cookie salt

    AUTH_KEY –> BB_AUTH_KEY

    SECURE_AUTH_KEY –> BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY –> BB_LOGGED_IN_KEY

    I’ve tried almost everything, and was hoping someone had a solution.

    Cheers,

    E

    #70449
    Sam Bauers
    Participant

    Not possible using bbPress Live plugin I’m pretty sure. You would have to do separate calls and then merge them somehow.

    It’s probably possible using the BB_Query class inside bbPress though.

    #70463
    Sam Bauers
    Participant

    The warnings are now gone in the latest trunk version. There may be other issues to do with users not receiving roles automatically when they visit the bbPress site.

    #70157
    the_Wish
    Member

    Topic renaming fixed in trunk.

    Is this supposed to be fixed in the nightlies as well? I installed the latest one yesterday and the issue is still persistent.

    #58952
    _ck_
    Participant

    Never hack the core.

    Especially when that function is right there designed to be filtered.

    see this apply_filters( 'get_profile_info_keys', array(

    It means you can make a simple plugin to modify the info keys on the fly.

    Untested but should work as a plugin:

    /*
    Plugin Name: Allow Title Edit
    */
    add_filter ('get_profile_info_keys', 'allow_title_edit');

    function allow_title_edit($array) {
    if (bb_current_user_can('participate')) {
    global $bbdb;
    $array[$bbdb->prefix.'title']= array(0, __('Custom Title'));
    }
    return $array;
    }

    #69973
    _ck_
    Participant

    I think vannak did that, and it’s 10 seconds:

    https://bbpress.org/forums/topic/bbpress-is-slow-like-godaddy-says/page/2#post-21978

    What happens if you upload a random file and name it test.txt ?

    Since it can’t modify the php file, I guess it won’t be able to modify the text.txt file either but maybe it’s only because the php file is open by the same process.

    #63737
    Famous
    Member

    I get this:

    bbPress is already installed, but appears to require an upgrade.

    With the finished installation saying:

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Database is already installed!!!

    Step 2 – WordPress integration (optional)

    >>> WordPress address (URL): http://test.com/

    >>> Blog address (URL): http://test.com/

    >>> WordPress cookie keys set.

    >>> WordPress “auth” cookie salt set from input.

    >>> WordPress “logged in” cookie salt set from input.

    >>> Fetching missing WordPress cookie salts.

    >>>>>> WordPress “secure auth” cookie salt not set.

    >>> User database table prefix: wp_

    Step 3 – Site settings

    >>> Site name: Forums

    >>> Site address (URL): http://test.com/forums/

    >>> From email address: info@test.com

    >>> Key master role assigned to existing user

    >>>>>> Username: admin

    >>>>>> Email address: info@test.com

    >>>>>> Password: Your existing password

    >>> Description: Just another bbPress community

    >>> Forum could not be created!

    >>> Key master email sent

    There were some errors encountered during installation!

    #70466
    zeroprobe
    Member

    Hi,

    The site is hosted by a Plesk enviroment which runs linux. bbpress version the latest beta and the current stable one. I intend to integrate it with wordpress but I did’t even get that far.

    #69972
    chrishajer
    Participant

    Maybe someone who uses GoDaddy hosting has a Linux account there and can test _ck_’s NFS Detector™?

    #69970
    _ck_
    Participant

    Well the creation errors aren’t exactly godaddy’s fault, it’s just something weird with windows I don’t completely know about since I hate IIS and won’t even test it.

    Makes no sense that a php program can’t create a file. Something is wrong there.

    Only intelligent thing I can find about it is here:

    http://us2.php.net/manual/en/function.fopen.php#50601

    Do you have some kind of security panel where you can give your account write permission to the /test/ directory?

    #69969
    chrishajer
    Participant

    _ck_

    Sorry, that didn’t work. More errors this time. It’s making GoDaddy look worse and worse.

    Warning: fopen(D:Hosting123456htmlgodaddytesttest.txt) [function.fopen]: failed to open stream: Permission denied in D:Hosting123456htmlgodaddytestdefault.php on line 9

    Warning: fclose(): supplied argument is not a valid stream resource in D:Hosting123456htmlgodaddytestdefault.php on line 9

    Warning: chmod() [function.chmod]: No such file or directory in D:Hosting123456htmlgodaddytestdefault.php on line 9

    Warning: touch() [function.touch]: Unable to create file D:Hosting123456htmlgodaddytesttest.txt because Permission denied in D:Hosting123456htmlgodaddytestdefault.php on line 11

    0.00039196014404297 seconds

Viewing 25 results - 9,726 through 9,750 (of 11,617 total)
Skip to toolbar