Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,526 through 8,550 (of 11,584 total)
  • Author
    Search Results
  • #32447

    It has been a while, since the alpha/RC-1 times, that we had a list of working plugins, so I thought to create a list of working plugins with the current version 1.0.2, that we can all add to, in order to help other users. Many plugins are listed as up to v. 9.0, but they do work with the latest release (that should be updated, so it doesn’t look like 1.0.2 has very little options…).

    Here is my list at the moment, planning on testing more.

    1 – Ajaxed Quote

    2 – Allow Images

    3 – BB Anonymous Posting

    4 – bbPress Recent Replies

    5 – bbPress signatures

    6 – bbPress Smilies

    7 – bbSocialize

    8 – bb Topic Views

    9 – BBVideo

    10 – Check For Updates

    11 – Comment Quicktags for bbPress

    12 – Human Test for bbPress

    13 – Instant Password

    14 – Leaderboard

    15 – Live Comment Preview

    16 – Members Online

    17 – New User Notification Email

    18 – no duplicate email addresses

    19 – OpenID for bbPress

    20 – Post Edit Look Behind

    21 – Post Meta for bbPress

    22 – Post Notification

    23 – Reputation (Karma) for bbPress

    24 – Subscribe to Topic

    25 – Unread Posts

    26 – WordPress Latest Post

    27 – bbAvatars

    28 – Bavatars

    29 – bbPolls

    30 – After the Deadline

    #82063

    I just installed and tried the plugin on my local test forum (1.0.2) and it works just fine.

    Select to show the poll on new topic, first fill out the poll questions, then write your post and submit. The poll appears automatically when the topic is started (no need for a “save” button under the poll creation field).

    Guests can read the poll (if so selected), but not vote. Only members.

    I tried both with ajax enabled or disabled. And single vote or test mode with multiple votes. The issues could be a plugin conflict.

    #80392

    @arpowers – I deep integrated my local installation, just to test, and I have the same problem. All template tags work fine, but the Page Mash plugin is displaying all hidden pages, and the sidebar is only displaying the default place holder widgets, but not the other ones.

    I believe that the problem is that the plugin settings and other data are stored in the wp_options table, and this is not being pulled into bbPress. It seems like deep integration allows for the use of the wp template tags, but not much more beyond it… Maybe there is a way to make the wp_options table available to bbPress, by defining something in bb-config.php?

    #81967

    In reply to: bbShowcase shut down?

    @kriskl, @sockmonkey – There are many plugins that work with 1.0.2, though they were developed up to the 9.0x version. I am currently using 26 plugins (and have a few more inactive at the moment), there were also several others that I tested to work, but didn’t need.

    Here is an initial list to get started, when they were testing the alpha version, before the official 1.0 release

    https://bbpress.org/forums/topic/list-of-plugins-that-work-on-rc1

    Sometimes, it is also mentioned in the discussions on the individual plugin page.

    Of course, having a local test install allows me to test them, before using the plugins on a live site…

    #32437

    Topic: atahualpa problems

    in forum Themes
    shansta
    Participant

    Hello,

    I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..

    This is what I have done so far…

    Copied and renamed kakumei to my-templates/newtheme/

    Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.

    I then added

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-config.php’);

    }

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);

    }

    to the bb-config.php

    & then added

    <link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />

    <link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />

    to the WP theme header.php

    The forum shows up in the with what looks like the header and footer of my WP theme…

    I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?

    Thanks

    #81993

    In reply to: Where are the themes

    I guess it depends on the complexity of the WP theme, but when I matched the looks of the forums, with some trial and error, it wasn’t too complicated. In short, it was a matter of matching header, footer, and use the “hottags” section as the sidebar. If I can backtrack my steps, I will post about it, in case it may help other people, while we are waiting for the official docs.

    This WordPress plugin by Sam Bauers also looked very interesting, but I think it’s not working with the latest version of WP, after 2.6.2. It would be nice if the plugin could be updated.

    https://wordpress.org/extend/plugins/bbpress-live/

    #81921
    mrsparex
    Member

    I just downloaded and activated this plugin…

    Where is the control for limiting topics? I don’t know where it is.

    (I have 1.0 may be the problem since it says .09)

    Thanks everyone!

    #81920
    Kunstbanause
    Member

    Thanks a lot. This worked for me!

    #32426
    Kayak too
    Member

    Hello!

    I’m having trouble with the bbPress installation, and haven’t been able to get the forum up and running.

    I’ve got WordPress 2.8.6 installed on a test site (it’s up and running fine), and I wanted to also have a forum on the same site. I want to try bbPress because of the possibility of integration between WP and bbPress. It would be nice if users could log in once, and be able to post comments on the blog portion of the site or post messages in the forum side of the site, and not have to manage two separate logins.

    I downloaded bbPress 1.0.2, uploaded it to my web server, ran the bbPress installer, and entered the info requested, including the MySQL settings for database name, database username, database password,

    MySQL hostname, and clicked “Continue” (or something to that effect). The message I got back was that it had a problem opening the database. At this point, I noticed there was a checkbox or something like that on the installer page where I could enter additional details, so I clicked on that, and it asked for ‘AUTH_KEY’, ‘SECURE_AUTH_KEY’, ‘LOGGED_IN_KEY’, and ‘NONCE_KEY’.

    I remember generating these keys the last time I upgraded WordPress, so I had to download the wp-config.php file from my server and poke through it for these strings, but I found them, so I entered them into the bbPress installer page.

    In addition to those key strings, the bbPress installer page was also asking for “salts” for each of those keys. I had no idea what the “salts” might be, but when I clicked on the help button next to the entry field, it said that if you didn’t have this it would check with the server during installation.

    So I left the “salt” fields blank, and clicked “Continue.”

    An installation log was generated, and I saved it as a text file. I won’t put the whole thing in this message, but the installation process modified the database tables without problems. In Step 2 of the process (WordPress integration), it reported “WordPress cookie keys set” and went on to “Fetching missing WordPress cookie salts.” It said that the WordPress “auth” cookie salt was successfully set, but the next one was where the trouble may have begun, as it reported WordPress “secure auth” cookie salt NOT set. The WordPress “logged in” cookie salt was set OK.

    Finally, in Step 3, it listed the site settings for me. But one of the lines read “Forum could not be created!”

    Following that line were two lines reporting that directories were established for my plugins and themes. I used my FTP program to check my server, and those two directories were indeed created.

    And, of course, it summed things up by saying “some errors encountered during installation!”

    But at the same time, there was a message that I should go to http://www.mydomain.com/bbpress, and that the forum should launch.

    I went to that page, but every time I do, I get redirected to:

    http://www.mydomain.com/bbpress/bb-admin/install.php

    Where the message says:

    Oh dear!

    bbPress is already installed.

    Perhaps you meant to run the upgrade script instead?

    Well, no, I don’t want to run the upgrade script, since I’m trying to do a first-time install.

    So, I don’t know where to proceed from here.

    One question in my mind is if the installer script was able to find and set the salts for three of the keys OK, why couldn’t it set the “secure auth” cookie salt?

    Second question is why do I get a page telling me bbPress is already installed, when the installation script says the forum could not be created?

    Any guidance anyone can give me would be greatly appreciated.

    #32422

    Topic: Integration

    in forum Installation
    Macmenddotcom
    Participant

    I have integrated my test forum with wordpress. Both have seperate databases and are on the same host server but bbpress is in a sub-directory, Wp is in the root. WordPress has 4 members bbpress has 300, afterwords bbpress has only 4 members, why is that, it seems like instead of integration wordpress details have overwritten bbpress…any one able to help

    #81933
    hatter
    Member

    This may sound kinda stupid, but after looking at the code, can you add topics to your forum to create a page 3 to see if you still have the issue? I’m just wondering if this issue only occurs when you only have 2 pages worth of topics. Can you test this real quick to see if this is the case? I will keep looking into it in the mean time.

    #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,

Viewing 25 results - 8,526 through 8,550 (of 11,584 total)
Skip to toolbar