Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,551 through 55,575 (of 64,068 total)
  • Author
    Search Results
  • #67276

    In reply to: Dreampush.com

    haagendazs1
    Member

    thanks! the Joined thing was done from a plugin, very simple!

    https://bbpress.org/plugins/topic/post-count-plus/ check it out

    #3907

    Topic: Dreampush.com

    in forum Showcase
    haagendazs1
    Member

    Come check out my bbpress forum for lucid dreamers!

    http://dreampush.com is the main site

    http://dreampush.com/forums/ is the bbpress forum

    Tell me what you think! :)

    #67273
    geekymom
    Member

    More about this—When I click on the New Topic link, I get this error:

    Warning: ldap_search() [function.ldap-search]: Search: Operations error in /var/www/html/bbpress/my-plugins/ldap-authentication.php on line 337

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/bbpress/my-plugins/ldap-authentication.php:337) in /var/www/html/bbpress/bb-includes/pluggable.php on line 188

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/bbpress/my-plugins/ldap-authentication.php:337) in /var/www/html/bbpress/bb-includes/pluggable.php on line 228

    But if I go into a topic and at the bottom, it says, you must log in to post, when you click on the login link, which goes to bb-login.php, a blank user is created and they can do anything.

    #3904
    mimicvii
    Member

    And it looks like the fix to that is to logout and sign back in through the bbPress site (instead of your wordpress site). Once you do that, wordpress recognizes you are logged in and you can access the Admin section of both sites.

    mimicvii
    Member

    Might have spoken too soon. That at least fixes the login integration and being able to login to my wordpress site, but now, while I show as logged into my bbPress site, I cannot access the Admin section.

    _ck_
    Participant

    Technically you’re not supposed to have more than one H1 on any given html page (though browsers don’t care and will render anyway). The trailing BR is a problem with bbPress’s parser.

    Why don’t you use the built in ability of BBcode to do SIZE instead?

    Large Text
    [size=+1]text larger than default size[/size]
    default size
    [size=-1]text smaller than default size[/size]

    #67269
    lstelie
    Member

    Hello,

    I didn’t search enough.

    In case it could help, this plugin :

    https://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/

    Works like a charm

    Luc

    #3901
    lstelie
    Member

    Hello, is there a plug in that allow to display in WP sidebar latest BBpress messages ?

    Thnks in advance

    #66902
    chrishajer
    Participant

    There is no rich text editor right now. There are quicktags.

    There are several versions of a quicktags plugin for bbPress: not sure which one is best or still works.

    For images, if people can host it somewhere, you want the Allow Images plugin.

    If you want to allow people to upload attachments (including images) you want the bbPress Attachments plugin.

    If you read the instructions for the bbPress Attachments plugin, you will see how they can attach an image first, then embed that image in their post.

    #3806
    artcoder
    Member

    Does bbPress have a rich text editor or an post entry where the user is able to embed a photo or graphic to their forum post? I’m looking for something where ideally, the user would be able to browse and pick out the photo from a file on their local disk, and up it goes to the post without needing to upload the photo in some photo share first.

    #67246

    In reply to: about sessions

    chrishajer
    Participant

    Sounds more like a PHP question than either a bbPress or WordPress question. Sessions are outside the scope of what’s built in to bbPress and WordPress (unless I am completely off.)

    chrishajer
    Participant

    Use this procedure:

    https://bbpress.org/forums/topic/delete-post-by-its-owner#post-18737

    Make it its own plugin, or put into a plugin file with other tweaks.

    #3899
    Ryan Markel
    Member

    I’m working on some theme development for a bbpress installation, and it struck me that it would be really helpful if I could simply add to the #wrapper a class declaration like “forum-1” or the like that would identify the forum in a clear way for theming purposes.

    (I have a need to theme each forum separately to match product web sites.)

    Does anyone know if this is possible? I’ve spent a good amount of time digging through the functions, but I have to admit that I can’t figure it out and was wondering if anyone here had any ideas. I tried searching the forum to no avail.

    #67253
    _ck_
    Participant

    Oh and as far as the rest of bbPress security, the bbPress password/cookie method has never been more secure than the method used in 1.0 (and WP 2.6) It’s based on a security researcher’s design (first implimented incorrectly in WP 2.5 and bbPress 0.9)

    #67251
    _ck_
    Participant

    There’s no hacking involved in that process.

    It’s just a simple workaround.

    The foolish forum operators are allowing anyone with the user-agent of “GoogleBot” into their private forums. And/or they are allowing Google to cache their private forums. The reason why they do this is they want Google to send them traffic and the only way they can do that is to let google see the content of the hidden forums.

    bbPress doesn’t do this by default and no known plugin does it either, certainly not my “hidden forums” plugin.

    My Mini-Track plugin can tell you the difference between real Google and people pretending to be Google. It’s very easy, you just do a rDNS on the ip and see if it goes to a google owned ip block. rDNS is very slow (1-5 seconds) so people don’t normally do it by default.

    You wouldn’t have to delete the spammer profiles if you didn’t let them on in the first place. Install my “Human Test” plugin and 99.9% of them will never register.

    #3898
    kannued
    Participant

    I came across these articles that says usernames and passwords do not necessarily mean privacy thanks to Google’s cache system. If you have the knowledge, these private areas are easy to hack. I’m wondering how bbpress’s privacy plugin stacks up against this hacking.

    http://hackforums.net/showthread.php?tid=25040

    http://www.theregister.co.uk/2008/08/22/accessing_restricted_sites/

    On a slightly related issue:

    I have noticed that ALL profiles in any forum are public. If you keep sequencing then, you can see each person’s profile, which means even the spammers that are blocked can still be viewed with their websites, emails, and interests. This unintended promotion bothers me. If I start deleting the spammers profiles, I will just have a lot of work to do. The perfect world is that profiles that are approved should be the only ones available by sequencing.

    ie.

    http://www.example.com/forums/profile/1042

    #67244

    In reply to: about sessions

    chrishajer
    Participant

    Sounds like a WordPress question?

    bbPress and WordPress both use cookies not sessions for storing the state. Not sure how you would go about this.

    #67216
    lstelie
    Member

    yes it is !

    PHP Version 4.4.8

    Does BBpress 1.0 require Php 5 ?

    Thanks

    Luc

    #67243

    In reply to: integration??

    chrishajer
    Participant

    No

    Integration means your users can log in to either bbPress or WordPress and be logged in in the other application. That’s all the built in integration accomplishes.

    If you want the cross-posting between bbPress and WordPress, you want bbSync.

    https://bbpress.org/plugins/topic/bbsync/

    https://bbpress.org/forums/tags/bbsync

    https://bbpress.org/forums/topic/bbsync-broken-plugin-like-it-bb-10#post-18577

    Also, integration has nothing to do with the visual look and feel of bbPress. If you want to make bbPress look like your WordPress installation, you need to modify a theme to look like it (CSS and XHTML work.)

    Pretty thorough discussion of what works and how to do it:

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #3896

    Topic: integration??

    in forum Installation
    tmmaersk
    Member

    What does this integration actually means?

    Does it mean that if I install bbpress and wordpress, i can make posts to my forum trough wordpress – which again means I can use rss feeds for that, so a post on a rss feed would be a post on the forum?

    Thanks

    #3894
    #54926
    _ck_
    Participant

    By the way, for those on a linux server with shell and want to just install SVN as a client (and not the full blown server function) this is how you do it:

    wget http://subversion.tigris.org/downloads/subversion-1.6.5.tar.gz
    wget http://subversion.tigris.org/downloads/subversion-deps-1.6.5.tar.gz

    tar -xzvf subversion-1.6.5.tar.gz
    tar -xzvf subversion-deps-1.6.5.tar.gz
    cd subversion-1.6.5

    ./configure --prefix=$HOME --without-berkeley-db --with-ssl --with-editor=/usr/bin/vim --without-apxs --without-apache
    make
    make install

    Then you are ready to use it via the command line svn

    #67213
    _ck_
    Participant

    I don’t follow.

    You want to add dd/dt tags or do you want PHP code formatting/colouring?

    There already is another plugin to do code formatting/colours but due to the spectacularly bad search and lack of 3rd party tagging on plugins, I can’t find it :-(

    Ah here it is:

    BBPress:Syntax Hiliter

    https://bbpress.org/plugins/topic/bbpresssyntax-hiliter/

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