Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,301 through 7,325 (of 11,580 total)
  • Author
    Search Results
  • #104839
    aaironman
    Member

    Thanks – new here – and to forums.

    I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    I don’t think there is a mail service running on the server, though I’m sure I can add one. I just need to know what to ask for.

    #99741
    Ramiuz
    Participant

    That looks really modern. But slightly Windows-like.

    I think the structure can be improved, because I don´t easily understand what is questions and not. But keep the effects and stuff.

    After a second look, I would remove the “Latest Discussed Questions” because it just splits up the content you know. It clutters what is organized.

    The font and placement for Question Categories should be more incorporated into the tables, because it´s a bit hard to spot. Make it really pop.

    And I don´t understand “Main Theme”… what is that about? Perhaps that should say categories, or “Type of question?”.

    #104841
    Ramiuz
    Participant

    That looks really modern. But slightly Windows-like.

    I think the structure can be improved, because I don´t easily understand what is questions and not. But keep the effects and stuff.

    After a second look, I would remove the “Latest Discussed Questions” because it just splits up the content you know. It clutters what is organized.

    The font and placement for Question Categories should be more incorporated into the tables, because it´s a bit hard to spot. Make it really pop.

    And I don´t understand “Main Theme”… what is that about? Perhaps that should say categories, or “Type of question?”.

    #37723
    max001
    Member

    Hello there, after releasing my sites latest version, v.3, i included a questions and answers section, and i searched around the net for the best free, stable, and flexible open source script to start customizing it, i tried alot, and finally did it with BbPress,

    actually it’s highly customized and you should sign up if you want to see all of it’s features, please leave your feedback.

    the link is here.

    http://www.allblogtools.com/blogger-questions-answers/

    #99711
    Alexqw
    Member

    Hey Mike,

    Welcome! I’m not a dev here, but currently there is an effort to rewrite bbpress as a wordpress plugin. This process is making many plugins for bbpress obsolete. There is some discussion about making it possible to use bbpress plugins with the new bbpress-plugin in WP, but that feature is not guaranteed.

    Despite the effort towards bbpress-plugin, there likely will remain a community around bbpress standalone which will continue to use the current plugins. You are welcome to continue writing plugins for the standalone version. I am not sure, however, how you should go about submitting that since I am not a dev. Perhaps jumping on the bbpress IRC channel you can find someone.

    As a sidenote, from what I understand, most people use a combination of Akismet and a human test to prevent spam. For those who desire a CAPTCHA, there is already a reCAPTCHA plugin available.

    Best of luck!

    —Alex

    #104811
    Alexqw
    Member

    Hey Mike,

    Welcome! I’m not a dev here, but currently there is an effort to rewrite bbpress as a wordpress plugin. This process is making many plugins for bbpress obsolete. There is some discussion about making it possible to use bbpress plugins with the new bbpress-plugin in WP, but that feature is not guaranteed.

    Despite the effort towards bbpress-plugin, there likely will remain a community around bbpress standalone which will continue to use the current plugins. You are welcome to continue writing plugins for the standalone version. I am not sure, however, how you should go about submitting that since I am not a dev. Perhaps jumping on the bbpress IRC channel you can find someone.

    As a sidenote, from what I understand, most people use a combination of Akismet and a human test to prevent spam. For those who desire a CAPTCHA, there is already a reCAPTCHA plugin available.

    Best of luck!

    —Alex

    #99383
    brucini
    Member

    fixed this.. added to forum.php and front-page.php

    <small>” rel=”nofollow”>Go to latest post</small>

    basically just a quick link but works in the same way

    #104483
    brucini
    Member

    fixed this.. added to forum.php and front-page.php

    <small>” rel=”nofollow”>Go to latest post</small>

    basically just a quick link but works in the same way

    #99665
    zaerl
    Participant

    My plugin does work: zaerl Visibility.

    It has been tested by three different users (plus me) in at least five different installations.

    #104765
    zaerl
    Participant

    My plugin does work: zaerl Visibility.

    It has been tested by three different users (plus me) in at least five different installations.

    #99638
    Beeblbrox
    Member

    Also the file that should have salts is wp-config.php and it shouldn’t be in your wp-admin folder but your root of wp installation (e.g. the directory above wp-admin). I don’t have a plain ‘config.php’ in either directory. That’s latest installation which I ran a few days ago with no modifications done to it anyway.

    #104738
    Beeblbrox
    Member

    Also the file that should have salts is wp-config.php and it shouldn’t be in your wp-admin folder but your root of wp installation (e.g. the directory above wp-admin). I don’t have a plain ‘config.php’ in either directory. That’s latest installation which I ran a few days ago with no modifications done to it anyway.

    #99637
    Beeblbrox
    Member

    No idea why you haven’t got them, but to rectify I would simply download latest WP install package, check out wp-config-sample.php copy the salts section from there, use the salt generator (url inside the comments of the sample php file) and try that as your new config.

    Mind you I don’t know if altering salts after your installation will mess up your installation so back up your existing config as well.

    #104737
    Beeblbrox
    Member

    No idea why you haven’t got them, but to rectify I would simply download latest WP install package, check out wp-config-sample.php copy the salts section from there, use the salt generator (url inside the comments of the sample php file) and try that as your new config.

    Mind you I don’t know if altering salts after your installation will mess up your installation so back up your existing config as well.

    #99203

    In reply to: WPMimic V.1

    Adrienkb
    Member

    @ CNLee123

    that made you sound like a spam bot as it was an exsact echo of limited

    with out the link.

    I am using the latest stable version of BB press

    #104303

    In reply to: WPMimic V.1

    Adrienkb
    Member

    @ CNLee123

    that made you sound like a spam bot as it was an exsact echo of limited

    with out the link.

    I am using the latest stable version of BB press

    alexchenco
    Member

    I would like to know how to start a custom bbPress loop to display the recent 5 posts of a certain forum (say Forum Test 1).

    In WordPress I create custom loops like this:

    `<?php $custom_posts = new WP_Query(); ?>

    <?php $custom_posts->query(‘post_type=bbp_topic&posts_per_page=5’); ?>

    <?php while ($custom_posts->have_posts()) : $custom_posts->the_post(); ?>

    <div class=”block-2 border-top”>

    <h2><a href=”<?php the_permalink(); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘twentyten’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></a></h2>

    <?php the_excerpt(); ?>

    <p><?php comments_number(‘0 Replies’,’1 Reply’,’% Replies’); ?>.</p>

    </div>

    <?php endwhile; ?>`

    How to do what I mentioned above in bbPress 1.1?

    #99202

    In reply to: WPMimic V.1

    CNLee123
    Member

    What version of bbPress are u running? This theme isn’t tested on any version early than version 1.

    Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…

    I tested everything in my site, and everything seems to be just fine.

    you can test it out yourself on my site if you want…

    http://www.mynflshops.com

    #104302

    In reply to: WPMimic V.1

    CNLee123
    Member

    What version of bbPress are u running? This theme isn’t tested on any version early than version 1.

    Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…

    I tested everything in my site, and everything seems to be just fine.

    you can test it out yourself on my site if you want…

    http://www.mynflshops.com

    #95017

    @offereins – try the latest revision; the widget issue should be fixed. The ‘/blog’ issue comes from a sub-directory multisite installation which I haven’t tested on yet.

    @Ryan – by popular request, because it’s easier to extend if all the files are included, and because we cannot guarantee that twentyten will exist. Don’t fret, there will be another theme bundled along with it.

    #99629
    panosbax
    Member

    Any recommendation Ashfame? Do you have it currently working with 3.1 wordpress and latest bbpress?

    #104729
    panosbax
    Member

    Any recommendation Ashfame? Do you have it currently working with 3.1 wordpress and latest bbpress?

    #99199

    In reply to: WPMimic V.1

    Adrienkb
    Member

    This is my site: http://bwshome.web44.net/ Try and sign up and you’ll see what I mean. Nothing works. the version is the latest stable version of bbpress what ever that is on the download section of this site.

    I dont get the error message you should get with tt@kk.

    trouble shooting?

    #104299

    In reply to: WPMimic V.1

    Adrienkb
    Member

    This is my site: http://bwshome.web44.net/ Try and sign up and you’ll see what I mean. Nothing works. the version is the latest stable version of bbpress what ever that is on the download section of this site.

    I dont get the error message you should get with tt@kk.

    trouble shooting?

    #99617
    mr_pelle
    Participant

    Question: since 1.0.3 was copied from the 1.0 branch, does it have ANY of the updates trunk has had since today..?

    If not, what’s the difference between the yet-unofficial 1.0.3 and 1.0.2?

    EDIT: as I thought, 1.0.3 does NOT have ANY of the latest updates… 0_o”

Viewing 25 results - 7,301 through 7,325 (of 11,580 total)
Skip to toolbar