Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,551 through 8,575 (of 11,598 total)
  • Author
    Search Results
  • #81927
    hatter
    Member

    Are you using the kakumei template? Here is what I have in my front-page.php file:

    <?php endforeach; endif; // $topics ?>

    </table>

    <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?>

    <?php endif; // $topics or $super_stickies ?>

    and have not had any issues.

    Can you paste the html code generated for your links to provide more information?

    #32420
    frooyo
    Member

    I’m running bbPress 1.0.2.

    I’m having problems with the “PREVIOUS” link when using the “bb_latest_topics_pages” function.

    I have the following code on my frontpage.php


    <?php endforeach; endif; // $topics ?>

    <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</

    div>’ ) ); ?>


    It display paged frontpage topic links (1, 2, 3, Next) but whenever I’m on a page other than the frontpage … for example, Page 2, both the Previous and Page 1 link points to the current page and not the previous page.

    #81919
    chrishajer
    Participant

    This plugin will allow you to limit the number of topics shown for almost any view:

    https://bbpress.org/plugins/topic/front-page-topics/

    #32418
    Kunstbanause
    Member

    Hi there good people,

    my bbPress forum has a bunch of Latest Discussions but I dint want them all to be shown on the Main Page. Currently there are 15 shown. I’d rather have 3 or 5. Is there a way to do so?

    Best regards

    -Ben

    Marius-
    Member

    I just installed Human Test and can confirm it works with BBPress 1.02.

    I deactivated Mass Delete Users, so lets hope these spambots doesn’t know what 4+2 is.

    #81904
    chrishajer
    Participant

    I never knew you COULD log in here with your wordpress.org login. I just tested it and it does work, which is cool. As for the password, I would try to change it wherever you registered. If you registered at wordpress.org, I would change it there and see if you can log in here.

    Other than that, someone with more experience than me will have to come up with some additional ideas.

    #81322

    There is a thread discussing export capabilities for bbPress, where the project “bbxf.org” is mentioned by chrishajer. Maybe you can ask him there, if the alpha version of the plugin they have on Google Code can be used for your purposes. That is, export bbPress as an XML file and import it into WordPress.

    https://bbpress.org/forums/topic/importexport-work

    The alpha version can be also found on the site of one of the developers, Dan Larkin.

    http://www.stealyourcarbon.net/category/bbxf/

    You could give it a try with a fresh “test” install of WP, and a full bbPress database backup…

    #81701
    chrishajer
    Participant

    You never mentioned where you installed it. Your host said it was here:

    http://latestartermusician.com/bbpress

    You say it’s here:

    http://latestartermusician.com/forum1

    So, where is it? Can you print a directory listing of the folders on your website showing where bbPress is installed in relation to your Blog folder? Screenshot is OK. It’s almost impossible to help with something like this remotely. Someone needs to be there to look at the directory listing and be able to say “oh, it’s installed over there, you need to access it at THIS URL.”

    If this is your web space:

    /hermes/bosweb/web077/b775/ipw.latestar/public_html/

    Then Blog needs be be here:

    /hermes/bosweb/web077/b775/ipw.latestar/public_html/Blog/

    And bbPress should be installed here according to what you said about ‘forum1’:

    /hermes/bosweb/web077/b775/ipw.latestar/public_html/forum1/

    #81700
    latestart
    Member

    Thank you Chris, but the only folder title that is capitalized is my Blog link. The rest is in lowercase letters.

    The folder is in my server. My domain name is http://www.latestartermusician.com. The “Blog” part is wordpress which I would like to integrate with bbpress. I put the bbpress under the directory forum1. But it still brings up the page not found error http://www.latestartermusician.com/forum1/bb-admin/install.php

    Wow, I really hope I can get it to work. Bbpress seems like the forum I’ve been looking for.

    Thank you for all of your help so far.

    #81699
    chrishajer
    Participant

    On an apache web server, the file and folder names are case sensitive. I noticed you used Blog before (capital B) and Install.php here (capital I) – are you certain the folder is actually bbpress (lowercase) in the root for your domain (on the same level as the Blog folder you already installed)?

    If bb-admin were actually at http://latestartermusician.com/bbpress/bb-admin/, these would come up fine, but they do not:

    http://latestartermusician.com/bbpress/bb-admin/install.css

    http://latestartermusician.com/bbpress/bb-admin/style.css

    http://latestartermusician.com/bbpress/bb-admin/images/menu.png

    So where did you really put the folder and what is the name? Capitalization matters too, so post here what it actually is.

    #81689

    In reply to: Header Invalid

    chrishajer
    Participant

    bbPress is not a plugin for WordPress. It should not be in your wp-content/plugins folder. It will be installed right along side WordPress, not inside WordPress as a plugin.

    Right now you have WordPress installed in a folder called “Blog”. You need to put bbPress in a folder called “Forum” or whatever public URL you want your forum to be known as, and start the installation there.

    http://latestartermusician.com/Forum/ is you put it into a folder called “Forum” at the same level as Blog in the directory tree.

    It’s not a plugin for WordPress, that’s why you received that error.

    #32396
    latestart
    Member

    So, I went to the intended URL after uploading the files to my server, and I still received a “Page Not Found” error. My host company says the following:

    “Hello,

    I have noticed that the website at the URL http://latestartermusician.com/bbpress is loading with the Page not found. I have noticed that you are using the third party application. The application is not installed properly. The folder ‘bb-admin/install.php’ is missing. It appears to be an issue with the Application package. The package itself does not contain the required file for the proper functioning of the site. Could you please contact the application vendor and verify this from your end? Please contact the vendor or application support.

    If you have any further questions, please update the Support Console.”

    Any help on this would be greatly appreciated

    #81508
    latestart
    Member

    I have the same problem. My website is completely new with no design yet. http://www.latestartermusician.com/Blog/

    I am using wordpress 2.8.4 and I downloaded the zip file bbpress1.0.2.zip.

    Thank you,

    quasiamodo
    Member

    Just similair problem as yours…. may be the same….

    I installed the latest version of WordPress on one of our servers, and thought it would be a nice thing to get it cooperating with bbpress.

    Accordingly you have to install bbpress and configured it to cooperate with wp.

    Then on wp you have to install a plugin called WordPress-bbPress syncronization and configure that thing too.

    On top of this module you will find a box asking you for the directory of the bbpress installation.

    Now given the right address of the bbpress installation, it will build up a link between both by using the

    /bbpress/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php program, as there is obviously needed some code to execute syncronization.

    In my case this file and directory is completely missing, so even with everything coded the right way, missing the program nothing can happen.

    I have even set permissions to up to 777, meaning readable, executable, writable for whoever, but the file is neither generated nor downloaded nor extracted.

    Accordingly I guess it is missing in the installation package, or the routine to write that thing hangs somewhere…

    Hope it was clearer…

    In any case as soon we get an answer here ,and if you need assistance , it will be a pleasure to help…

    Regards

    Quasiamodo

    #81477
    johnhiler
    Member

    I have a test install using version 1.0, and search result links seem OK on there.

    Could you try deleting your search.php file (back it up first!) and making sure your kakumei under /bb-templates/ is using the latest version? If that doesn’t work, then definitely file a ticket…

    #81570
    chrishajer
    Participant

    1. I see you’re using 1.0.1. I would recommend upgrading to the latest to see if that happens to fix it.

    2. I added a tag to a topic, and I do not have the [X] to remove my own tag. Why can’t I delete my own tag?

    There is also some additional functionality where it shows ‘tree’ by ‘chrishajer’ – that’s not there by default, so how is that being added?

    This error does not occur by default in bbPress, so there is something specific about your installation. If it’s not the template, maybe it’s a plugin or something else you added.

    #77048
    chrishajer
    Participant

    In style.css, you would just switch the width and position of the #hottags div and the #discussions div. Instead of what is in style.css now, you would have something like this:

    #front-page #hottags {
    margin-left: 610px;
    width: 150px;
    overflow: hidden;
    }

    #front-page #discussions {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    }

    That’s untested, but that’s basically the procedure. You’re just moving the tags right and the discussions left. You could do it with floats as well but it’s not done like that now.

    chrishajer
    Participant

    My guess out of your list of plugins would be the mass delete users plugin. Maybe the post counts and pagination rely on the user being a valid user or something? I would disable that plugin and then do a recount and test.

    #81616
    chrishajer
    Participant

    & # 228 ; ä

    & auml l ä

    & # 246 ; ö

    & ouml ; ö

    those are wrapped in , just testing.

    [code], just testing.

    #81615
    chrishajer
    Participant

    & # 228 ; ä

    & auml l &auml;

    & # 246 ; ö

    & ouml ; &ouml;

    those are wrapped in backticks not , just testing.

    [code], just testing.

    #78901
    toddheitner
    Member

    @wpJunkie, did you find any kind of resolution? I’m launching a site with a very similar setup, also using aMember. It’s been a challenge. I don’t remember if I’ve tested the ability to post to forums yet. I was wondering if you’re using the latest version of WPMU + BuddyPress (with bbPress built in) or if you were using one of the earlier versions of BuddyPress where bbPress was not built in with it.

    #81349
    1onely
    Member

    thanks very much

    #81348
    chrishajer
    Participant

    Remove lines 11 through 46 of front-page.php in the stock kakumei template. If you’re using a different template, the line numbers will be different but that’s the section of the file you need to remove.

    Depending on how many tags you have and how many forums, you might need to push the footer down. Try it and see.

Viewing 25 results - 8,551 through 8,575 (of 11,598 total)
Skip to toolbar