Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,301 through 57,325 (of 64,396 total)
  • Author
    Search Results
  • mrhoratio
    Member

    mod_rewrite and wp_redirect don’t seem to like each other. I’m running into problems with the wp_redirect functions in bbPress redirecting the page after the URL has been rewritten, so that the URL changes back to the longer form.

    For example, this mod_rewrite rule:

    RewriteRule ^profile/username forums/profile/username [L]

    will rewrite:

    http://www.example.com/profile/username

    to:

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

    Except, that after its been rewritten, bbPress forces a redirection via wp_redirect, causing the URL in the browser window to change to the longer form. Any suggestions?

    Commenting out lines 2061 and 2062 in the bbPress functions.php file will stop wp_redirect from redirecting the page.

    if ( $check != $uri && $check != str_replace(urlencode($_original_id), $_original_id, $uri) ) {
    //wp_redirect( $permalink );
    //exit;
    }

    But this breaks authentication, and causes bbPress to think you are not logged in, even if you are.

    #3356
    hijen
    Member

    I just installed bbpress on my site with a username “jen”. After it was installed, I went into the settings and integrated it with my wordpress user database. However, now I cannot log in — “jen” no longer exists and my “admin” wordpress user doesn’t exist either. What did I do wrong and how can I log back in?

    Thanks.

    #64892

    In reply to: Second name

    chrishajer
    Participant

    It’s been asked for before, but I don’t think anything has happened with it.

    https://bbpress.org/forums/topic/plugin-request-gamertags

    #3355
    chrishajer
    Participant

    Has anyone seen profile spam like this? In the past couple days, I have been getting a different sort of spam registration. Instead of cramming just one link in their occupation and interests fields, they are cramming 4, 5 or 6 links in there. When you view their profile page, the links all appear there. If you go to edit their profile page (which is where I go to delete the user) you can’t see the links displayed in those fields, but the links do appear in the source of the page. Take a look here:

    http://www.chrishajer.com/bbpress/profile.txt

    This is the source of the user’s profile page (caution, porn links in there.)

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

    That is the profile view showing the data they crammed into the occupation and interests fields.

    http://www.chrishajer.com/bbpress/profile-edit.png

    That is the view you get when you click the [Edit] tab link. The only data shown in the occupation and interests fields is “My lovely sites:”, but if you view the source, it’s all there.

    When registering a new user, the max length is 140 and the display length is 30 for the occupation and interests fields. When viewing the profile, the field lengths are the same. But here are 577 characters in this spammer’s occupation and interests fields, but when viewing that page, all you see is “My lovely sites:”.

    It’s trivial to get around a form’s field length restriction with something like the Web Developer Toolbar, or maybe they’re doing it in a different way. I have an integrated install so the value is held in the wp_usermeta table, and the field is defined as longtext, which is a LOT of characters.

    Has anyone else seen this, and does anyone think there should be some validation done on the data that’s input to ensure that it’s less than 140 characters before inserting it into the database?

    This was Firefox 2.0.0.14 on Windows XP SP2, running bbPress 1.0-alpha from around March 2007, PHP 5.2.5, MySQL 4.0.27, Apache 1.3.34.

    Thanks for reading.

    #64821

    In reply to: User languages?

    A1ex
    Member
    #64827
    Bloggsbe
    Member

    Yea, well, me and the SVN running at bbPress.org is not friends :-)

    I will give it a try later!

    Rune

    #64885
    _ck_
    Participant

    WP-Chunk ported to bbPress, inserts a break into long links so they wrap:

    https://bbpress.org/forums/topic/limit-long-words#post-9648

    #3352

    Hi, installed newer version of bbpress 0.9.2.

    Problem: text entered between backtricks`treated as code. Width is larger than page width. look here

    [img=http://img140.imageshack.us/img140/6366/88594514gy3.th.jpg]

    There should be a scrollbar for the purpose of restricting width and hyper links shouldn’t be active. How can I do that?

    #64874
    bobbyh
    Member

    This also happens to me! However, I’ve never looked into it…

    I just looked, and bbPress uses newlines to indicate breaks. This is parsed into <p>’s by a filter upon display. However, the edit textarea shows the unparsed text with just the newlines, and this gets mangled by tinymce.

    If you set this tinymce config value, though, it will turn newlines into br’s, which should fix this problem for new posts:

    * http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/convert_newlines_to_brs

    I just tested this, and it works on new posts! (It won’t work on old posts…)

    #64858
    chilledfresh
    Member

    I was having the exact same problem. This post has been very helpful in resolving the problem: https://bbpress.org/forums/topic/user-intregation-between-wordpress-038-bbpress-not-work?replies=7#post-10428

    #3351
    chilledfresh
    Member

    I’m using the latest version of tinyMCE in my bbPress forum, but have run into an issue while editing posts. This problem occurs in both TinyMCE AND FCKeditor, so it must be related to how bbPress handles these types of plugins.

    I can post new topics fine and everything works. However, when I go in to edit a post the WYSIWYG editor loses all <p> tags, forcing everything to appear on a single line. All other formatting is retained correctly by the editor.

    Any idea on how I can fix this problem?

    #64602
    bryan868
    Member

    I’m having this same problem. Fresh installation using version 0.9.0.2.

    Referrer is OK, beginning installation…
    >>> Setting up custom user table constants

    Step 1 - Creating database tables
    >>> Create table bb_forums
    >>> Create table bb_posts
    >>> Create table bb_topics
    >>> Create table bb_topicmeta
    >>> Create table bb_tags
    >>> Create table bb_tagged
    >>> Added index wp_users UNIQUE KEY user_nicename (user_nicename)
    >>>
    >>>>>> Duplicate key name 'user_nicename'

    Step 2 - WordPress integration (optional)
    >>> WordPress address (URL): MYURL
    >>> Blog address (URL): MYURL
    >>> WordPress cookie secret key set.
    >>> WordPress database secret set.
    >>> User database table prefix: wp_

    Step 3 - Site settings
    >>> Site name: MYSITENAME
    >>> Site address (URL): MYURL
    >>> From email address: MYEMAIL
    >>> Key master role assigned to existing user
    >>>>>> Username: admin
    >>>>>> Email address: MYEMAIL
    >>>>>> Password: Your existing password
    >>> Description: Just another bbPress community
    >>> Forum could not be created!
    >>> Key master email sent

    There were some errors encountered during installation!

    I should note that I assigned the key master as my admin user in WordPress. When I go to my forum I receive the following error….

    Parse error: syntax error, unexpected T_STRING in /MYPATH/bb-config.php on line 22

    #3350

    Topic: Public forums

    in forum Installation
    leemon
    Member

    Does bbpress support the creation of public (no need to login) forums?

    #60767

    In reply to: PHPBB3 Converstion

    bryan868
    Member

    I wish there was a beta script! I really want to move from phpbb3 to bbpress now.

    #64615
    lmsalgado
    Member

    I was having the exact same problem, but with normal WP (not WPMU).

    My problem was that I instaled wp and bbPress both in subfolders, like:

    http://www.mysite.com/wordpress

    http://www.mysite.com/bbpress

    The problem was on cookies, since bbPress was creating them on root and wordpress both on root and on ./wordpress – but it seems that the ‘good cookie’ was the one on ./wordpress.

    The ideal solution would be to set WP to use cookies only on root, but I wasn’t able to do it in a simple way. So I configured bbPress to set cookies on ./wordpress.

    This was done by simply adding a line to bb-config.php:

    $bb->cookiepath = ‘./wordpress’;

    Now it seems that all is working fine.

    Hope it helps you too ;)

    _ck_
    Participant

    The proper header for the page apparently is not being sent until there is a logged in user.

    I’ll see if I can reproduce this. Is it in kakumei theme?

    Update: this works fine on my setup:

    http://bbshowcase.org/forums/topic/put-your-test-posts-here?bbtheme=kakumei#post-302

    You might have something sending whitespace before all the headers can be sent so the page encoding gets broken until the user is logged in. Are there any errors visible when you do a “view source” or any javascript errors?

    #64867
    mrhoratio
    Member

    I’ve tried mod_rewrite, but running into problems with the wp_redirect functions in bbPress redirecting the page after the URL has been rewritten, so that the URL changes back to the longer form.

    For example, this mod_rewrite rule:

    RewriteRule ^profile/username forums/profile/username [L]

    will rewrite:

    http://www.example.com/profile/username

    to:

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

    Except, that after its been rewritten, bbPress forces a redirection, causing the URL in the browser window to change to the longer form.

    #64826
    _ck_
    Participant

    Be sure to add it to the plugin browser so more people will see it:

    https://bbpress.org/plugins/requests/

    #64820

    In reply to: User languages?

    _ck_
    Participant
    #64702
    _ck_
    Participant
    #64855
    _ck_
    Participant
    #64854
    chrishajer
    Participant

    It made sense to me, but I didn’t think it would be happening any time soon. Since WordPress just got this functionality in 2.5, I figured it would be a while until bbPress got it since it’s not quite to version 1 right now. The projects they took on for the Google Summer of Code were related to import/export, not anything like this, that I know of.

    https://codex.wordpress.org/GSoC2008#Web_Forums_Export.2FImport_Standard_and_Tools

    #64851

    In reply to: Reply Bug

    gerikg
    Member

    maybe it’s bb-attachment plugin??

    line 97

    // insane bbPress workaround – adds multipart enctype to the new post form via uri patch

    function bb_attachments_enctype() {add_filter( ‘bb_get_option_uri’,’bb_attachments_uri’,999);}

    function bb_attachments_uri($uri) {remove_filter( ‘bb_get_option_uri’,’bb_attachments_uri’,999);

    return $uri. ‘bb-post.php” enctype=”multipart/form-data” hack=”‘;}

    let me contact the maker.

    #64716
    Sam Bauers
    Participant

    @isaacgreen

    You guessed right. :)

    #64862
    mrhoratio
    Member

    It looks like it indeed breaks something. If you comment out wp_redirect in the functions.php, you will be able to use mod_rewrite to rewrite a URL to a bbPress page. However, this breaks authentication, and causes bbPress to think you are not logged in, even if you are. Not sure how to fix this.

Viewing 25 results - 57,301 through 57,325 (of 64,396 total)
Skip to toolbar