Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 47,551 through 47,575 (of 64,454 total)
  • Author
    Search Results
  • #81254

    In reply to: Spam comments.

    chrishajer
    Participant

    Akismet will catch some (the plugin comes with bbPress). Or, use the human test plugin to prevent most spammers from registering in the first place.

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

    #81215

    In reply to: Tags not shown.

    chrishajer
    Participant

    I never said that. The search engines will read what’s on the page. You determine how many tags are in the tag heat map. The search engines can see that, but you don’t show the tags after 40 (41, 42 …) so that cannot be picked up by any search engine.

    Regarding tags on each individual post, please start another topic, or see how it works with the search engines to see if any sites’ tags are indexed. Like here:

    http://www.google.com/search?hl=en&q=site%3Abbpress.org%2Fforums%2Ftags

    #81252
    chrishajer
    Participant

    There was a plugin that allowed you to extend the user profile, but it’s very old and I would be surprised if it still worked. You could use something like that to allow people to add their blog URL to their profile. You could also probably figure out how to display their feed in their profile as well once you enable them to add that URL to their profile.

    https://bbpress.org/forums/topic/plugin-allow-additional-or-custom-profile-fields

    chrishajer
    Participant

    10 seconds is a long time for one query. Have you logged slow queries in your installation to see what’s taking so much time? bbPress doesn’t do that by default. Maybe it’s a plugin or something else on that site?

    #32265
    tdh11
    Member

    Would anybody know how to display parts of bbpress in wordpress? My wordpress category pages are the same as my bbpress forums. Would it be possible to include latest 10 posts from bbpress forum ‘apple ipod’ on an apple ipod category page in wordpress?

    ..

    Further thought, possibly the other way around? Display wordpress posts from ‘apple ipod’ category above the bbpress forum ‘apple ipod’?

    #32263

    Topic: Spam comments.

    in forum Installation
    InvTrdr
    Member

    Is there something in bbPress that can help stop spam comments?

    Thank you.

    #32262
    Archie Webmaker
    Participant

    I want a feature that will enable user to add their own blogs plus display the blogs feeds in a public profile page.

    #32261
    vanbroeK
    Member

    Well first of all I am really happy with bbPress, it’s great for my simple site.

    My problem is the integration between my wordpress blog an my forum. When i log in to the forum i get logged out of wordpress and visa versa. Just wondering whether or not this is supposed to happen? What can i do if its not?

    Help would be great.

    hatter
    Member

    After researching this error for a while, I finally found a solution and wanted to share to hopefully help someone else out, so they don’t go through the same headache.

    Searching for this issue within bbPress lead nowhere, so I abandoned that approach and looked at it from strictly a MySQL perspective. Finally I found that there wasn’t enough time being given to queries. Once the timeout was reached, an error would be thrown, and the query would be abandoned. For one of my client sites I found that, even though we had a dedicated server, the host used a default .cnf file for db settings, and had set the wait_timeout = 10, meaning if a query didn’t respond in 10 seconds (even if the server was under load at the time), the query would fail. This issue was resolved with the following settings:

    interactive timeout = 25

    wait timeout = 45

    Note: The settings may need to be different for your site, and your host may not let you change these settings. I just wanted to mention this in case it can help you.

    #81238

    In reply to: bbRating FF issue

    Doobus
    Member

    Upon further inspection of the source code. I noticed that the link to the star.gif was awkward:

    http://localhostbbpressmy-pluginsbb-ratings/star.gif

    To make sure that was an issue with FF, I copied it into the address bar and it returned an error. Changed the backslash to forward slashes and it worked. However now I’m stuck on how to change it, looked into the php file and it just calls the path to bb url. Checked in the bb admin section and the url is set with forward slashes, so I have no clue why it’s backward slashes.

    #81225

    In reply to: BBPages

    johnhiler
    Member

    There are some extra steps in the Installation ssection, beyond just putting it in the plugins folder:

    https://bbpress.org/plugins/topic/bbpages/installation/

    Try them out and see if that does the trick? Good luck!

    #32257

    Topic: bbRating FF issue

    in forum Plugins
    Doobus
    Member

    Posted this in the bbRating plugin section, but figured my issue would have more exposure if I posted here.

    I have bbPress 1.0.2 on a test server with bbRating 0.8.5.

    bb_rating() and bb_rating_dingus() work correctly on IE8 and Safari, and oddly does not work in FireFox. Firefox simply doesn’t show anything, looking at the source code it shows the same thing as IE8 and Safari, with my limited coding knowledge I’m not sure what the issue could be.

    Also bb_top_topics, which I assume lists the highest rated threads doesn’t do anything on any of the browsers.

    Thanks.

    honestscott
    Participant

    Hi,

    I actually just found out it wasn’t a plug-in problem…but a Gmail problem.

    It seems they have now decided that users do not have unlimited space like they used to offer (practically begged you not to delete your mail), and that was why I wasn’t get my post notification emails.

    I use different Gmail accounts for different things on my forum, and some of my emails were coming so that confused me into believing a plug-in was screwed up maybe because of a DB problem.

    I had this happen on my WP Blog before.

    Anyways thanks for your response, and beware Gmail users go clean your accounts (sent mail) out regularly.

    You can set Gmail to delete your mail after it’s downloaded, but you have to manually delete your sent mail folder.

    They (Gmail) don’t notify you when it’s full (you just stop getting any mail), you have to log in to see the notice, and I use Thunderbird so I hardly ever log into Gmail.

    What a way to start the day…friggen Google.

    Case closed.

    Scott

    #81221
    jurasiks
    Participant

    Delete all bp_ tables and remove bb-config.php, try again

    johnhiler
    Member

    Which plugin is it? And have any other plugins or changes been made in the past four days?

    #32254
    tronic2001
    Member

    Good evening,

    I’ve just installed BBPRESS but I need to have a particular functionality I’ve not found up to now.

    I’d like to allow every user to send a copy of the message to an email address chosen during the editing of the message.

    The email address should be insered in a form placed below che Post form.

    Could you help me to find out this kind of plugin?

    Tnx!!

    honestscott
    Participant

    Hi,

    Is there some way to reload an older database backup in my BBpress forum without losing new posts and new users between the the last back up and to date?

    I am having problems with a plugin that suddenly stopped working and I was thinking it might be a DB problem.

    I don’t want to lose 4 days worth of posts and new user registrations by reloading an older DB back up.

    Can I just not drop certain tables and save that information while updating everything else?

    If so, could someone explain how to do that to preserve this information?

    I am using BBpress version 1.0.2

    Thanks!

    Scott

    #81205

    In reply to: Help with css layout

    chrishajer
    Participant

    In Safari and Chrome on Windows XP it looks like this with the whole table pushed over, in line with the heading.

    http://chrishajer.com/bbpress/sset-chrome.png

    In IE8 and FF3.5, it looks like mdolf’s screenshot.

    I think that might help someone figure out why it’s all aligned like that. It didn’t make sense to me for just the heading to be over there and the table look fine.

    #81194

    @ fifthhouse – Yes, chrishajer and I were talking about the same file! Great that you got that to work.

    Regarding integration, yes, by “normal” I mean just sharing the users tables in the database and cookies. Deep integration loads WP into bbPress. It is better explained here, under “Functions” https://bbpress.org/documentation/integration-with-wordpress/

    The plugin seems to work even if there is no integration, though. From the description page:

    “Even if your bbpress is not integrated with your wordpress. U still can use this plugin with a little change on the option page.”

    #80683
    DarkriftX
    Member

    jeffreyw4, I have installed bbpress on a couple of godaddy hosting accounts and might be able to help you out. I am off work tomorrow but doing it on here will be a major pain in the rear. If you know how to use irc you can find me on freenode.net (msg me, same nickname on there) or email me jadams2259 (atgmaildotcom) and when I get up/get a chance I will walk you through it.

    #81219
    jackie911hk
    Member

    bb-config.php.

    <?php

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    // ** MySQL settings – You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘blah’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘blah’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘blah’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * @since 1.0

    */

    define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = ‘bb_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    ?>

    mySQL

    http://www.jackie.net/mySQL-1.jpg

    http://www.jackie.net/mySQL-2.jpg

    Thanks.

    #80678
    chrishajer
    Participant

    No, it’s a function of the operating system of the web server and the files. In your FTP program it should be available with a right click on the file, or maybe it’s a column that is displayed by the date and filesize.

    It should look like this: 0644 or rw-r--r--, on the same line in your FTP program as your bb-config.php. Here’s a sample screenshot of what I’m talking about.

    http://www.chrishajer.com/bbpress/permissions.png

    They’re called “rights” in this program.

    Basically, bbPress needs to be able to read the file.

    #80674
    chrishajer
    Participant

    Yes, but only if you want your site at http://www.example.com/bbpress – if you want it at http://www.example.com, then just take everything from inside the bbpress folder on your desktop, and upload those files (and sub-folders) no bbpress folder to hold everything. Then, access http://www.example.com and your bbPress installer should come up, assuming index.php is one of the files the web server looks for the server (normally it is, so you should be OK there.)

    #80673
    jeffreyw4
    Member

    1.Yes, it is called bb-config.php

    2. No, I’m not 100% positive I moved everything. 95% positive. But frustration was creeping in so an error was certainly possible.

    I’ll probably try reupping everything after a thorough deletion on the server.

    But before doing so I want to be sure I understand:

    Upload the unzipped folder as is, then access the installer by going to http://www.example.com/bbpress

    Correct?

    #61983
    chrishajer
    Participant

    How about just sending all request for the bbPress registration over to WordPress:

    https://bbpress.org/forums/topic/wordpress-bbpress-register-plusgtgtgtgt#post-18352

Viewing 25 results - 47,551 through 47,575 (of 64,454 total)
Skip to toolbar