Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,701 through 38,725 (of 64,523 total)
  • Author
    Search Results
  • #36077
    ebc4539
    Member

    Hello,

    Installed BBPress in WP and was given the installation complete.

    Clicked on Activate Plugin and received the following error.

    The plugin does not have a valid header.

    Any help is much appreciated.

    ebc4539

    #78357

    In reply to: bbPress 1.0 in Finnish

    o_m
    Member

    I’m wondering what happened to the Finnish translation. I can see that there is a fi.po file in http://svn.automattic.com/bbpress-i18n/fi/branches/1.0/ but it can’t be used to translate the forum, can it?

    #37858
    Clickulate
    Member

    I hope someone can help me.

    I installed BBPress and it said everything was installed correctly. I even got a confirmation email saying.

    Your new bbPress site has been successfully set up at:

    http://mydomain.com/forum/

    Except when I go to this url I get a 404 error.

    I tried to integrate bbpress on this url to have a forum with my site.

    #95071
    Anonymous User 7670885
    Inactive

    @JJJ: In first post list, (maybe already asked) why don’t put also signature and search in forum/category?

    dreamgrowers
    Member

    How to get bbpress Login to use WordPress Login Page?

    I’ve customized my WP login quite extensively and would like to redirect logins to my wordpress login.

    Thanks in advance!

    wemaflo
    Member

    I just downloaded bbPress 1.0.3 to my webserver (Debian Lenny with ISPConfig) and unzipped it. After that I tried to reach the installation script in my browser on bbpress.example.com and got the following error messages:

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/clients/client4/web8/bb-config-path.php) is not within the allowed path(s): (/var/www/clients/client4/web8/web:/var/www/clients/client4/web8/tmp:/var/www/bbpress.example.com/web:/srv/www/bbpress.example.com/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /var/www/clients/client4/web8/web/bb-load.php on line 141

    Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/clients/client4/web8/bb-config.php) is not within the allowed path(s): (/var/www/clients/client4/web8/web:/var/www/clients/client4/web8/tmp:/var/www/bbpress.example.com/web:/srv/www/bbpress.example.com/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /var/www/clients/client4/web8/web/bb-load.php on line 165

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client4/web8/web/bb-load.php:141) in /var/www/clients/client4/web8/web/bb-load.php on line 179

    PHP open_basedir is set to:

    /var/www/clients/client4/web8/web:/var/www/clients/client4/web8/tmp:/var/www/bbpress.example.com/web:/srv/www/bbpress.example.com/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin

    bbPress is located in “/var/www/clients/client4/web8/web/” none of the bbPress files is located in “/var/www/clients/client4/web8/”. So why should bb-config-path.php or bb-config.php be there?

    How can I solve this problem?

    #37854
    coopersita
    Participant

    Hi,

    I’d like to have a forum on a site, where the comments are integrated with a forum. Similar to http://www.macrumors.com/.

    Is there a forum plugin that does that? I saw this: http://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/, but it doesn’t seem to be maintained, and some people say it’s not working anymore.

    Any ideas?

    Thanks

    #37853
    karabilal
    Member

    Hello my names seyfullah kara bilal I’m live in İstanbul and turkey. I love you Bbpress but,

    Fatal error: Call to undefined function is_email() in /home/cdrlr/public_html/forum/bb-includes/functions.bb-pluggable.php on line 583

    whats problem?

    #95068
    tooltrainer
    Member

    Oh also John, forgot to mention one thing… with regards to making a topic that cannot be replied to, I can’t use the “close” approach because it actually causes the topic to disappear visually, and nobody can see it. Not sure why, maybe it’s just a bug… but it’s certainly strange.

    Any idea how to fix it?

    Thanks,

    Jonathan

    #95066
    tooltrainer
    Member

    Hey John, welcome back. =)

    Re: unread posts, I actually had it created as a plugin and the basics work very nicely, just writing to wp_usermeta to keep track of what posts each user has read. Don’t know if that’s the best approach but it’s what myself and Pippin over at http://www.pippinspages.com came up with. He did the heavy lifting and gave me quite an education on WP plugin development!

    On to another question however… I see that bbP has options for “Allow users to mark topics as favorites?” as well as “Allow users to subscribe to topics” but they don’t appear to do anything. I hard-edited loop-topics.php to force those options to display and sure enouogh there are buttons for those things, but they never show up. Why is that? I’ve currently got two different plugins to try to achieve this functionality and it would be WAY better if it’s already built in, as it seems to be! Any insight on how to enable them?

    Thanks for what is definitely an awesome forum platform!

    Jonathan

    #57743
    aleskalex
    Member

    hey, thanks timskii

    it did great!

    i’m under wordpress 3.0.5 and the latest version of bbPress

    for defualt’s permalinks (standard profile.php?id=.. type)

    you can try this replacement:

    replace:

    $my_profile_destination = $my_forums_directory.”profile/”.esc_attr( str_replace( ” “, “-“, strtolower( $user_login ) ) ).”/edit”;

    with:

    $my_profile_destination = $my_forums_directory.”profile.php?id=”.$current_user->ID;

    isn’t there any WP plugin for this? we should take it into something more customizable. To make it easy to use, what do you think? I’m not experienced with lots of wp code but this could be helpful for others too.

    anyone willing to help?

    #99857
    tooltrainer
    Member

    Well with major help from Pippin over at http://www.pippinspages.com this weekend, I have this feature working quite nicely. It needs a touch more polish around a few of the edges but all in all it’s very nice. Talking to him I believe we plan to release it to the bbP Plugin project to use as you all see fit. I’ll keep you posted!

    Jonathan

    #104957
    tooltrainer
    Member

    Well with major help from Pippin over at http://www.pippinspages.com this weekend, I have this feature working quite nicely. It needs a touch more polish around a few of the edges but all in all it’s very nice. Talking to him I believe we plan to release it to the bbP Plugin project to use as you all see fit. I’ll keep you posted!

    Jonathan

    #95064
    Anonymous User 7670885
    Inactive

    I’ve try now latest plugin release and seems to works very good :)

    Why don’t start with a beta convert from standalone? ;)

    #99797

    In reply to: bbPress 1.0.3 released

    Locked – Believe it or not, swearing at developers is not the best way to get things done.

    [Some posts in this topic have been edited to remove vulgarity.]

    #104897

    In reply to: bbPress 1.0.3 released

    Locked – Believe it or not, swearing at developers is not the best way to get things done.

    [Some posts in this topic have been edited to remove vulgarity.]

    #37844
    irisma
    Member

    Hi there.

    I am trying to install bbPress on my WordPress website, but I’m not quite sure what I am doing. I downloaded the .zip, uploaded it onto my server, but I’m not sure where to place it to get the desired effect or how to even start the install prompt.

    I want to make the forum appear at this address, a page created with WordPress:

    http://www.swtortcg.com/forums/

    Thanks so much to anyone can help!

    #99796

    In reply to: bbPress 1.0.3 released

    Gautam Gupta
    Participant

    Ramiuz, the security hole is important. I recommend that you upgrade.

    #104896

    In reply to: bbPress 1.0.3 released

    Gautam Gupta
    Participant

    Ramiuz, the security hole is important. I recommend that you upgrade.

    #99795

    In reply to: bbPress 1.0.3 released

    Ramiuz
    Participant

    I´ve been using 1.02 for something like two years now. So the security hole is obvioysly not that important.

    I´ll wait for 1.1.

    #104895

    In reply to: bbPress 1.0.3 released

    Ramiuz
    Participant

    I´ve been using 1.02 for something like two years now. So the security hole is obvioysly not that important.

    I´ll wait for 1.1.

    #37842

    Topic: AdsCaptcha

    in forum Plugins

    I want to add adscaptcha in my bbpress login , register and post

    Can anyone tell me how can i do that

    Here is the method to integrate it in php

    http://www.adscaptcha.com/Resources.aspx#php

    Can you tell me how can i add it to my register.php , login and post

    #37840
    moogie1
    Member

    Hi,

    I’ve tried adding a new plugin to the repository using the form at http://bbpress.org/plugins/forum/requests. This went fine, I got the request done, but then — nothing.

    If I’ve understood correctly, I should have received an email with instruction/link to the SVN. This didn’t happen though.

    I did this a couple hours ago. Am I just too hasty, or is something not quite working? :)

    #95063

    Sorry for being absent the past few days; was away at a team event and did not have much time to reply.

    I have the hidden topic/reply issue resolved, but will need to test it before committing.

    @tooltrainer – You can “close” forums without making them hidden, which should act the way you need. Regarding marking topics as ‘read,’ bbPress has never kept track of previously read topics, but it could be done either with cookies, or the last_activity of the user. Thinking this might make a better plugin than a core feature, but we’ll see how the next few weeks looks. In the meantime, feel free to create a ticket at trac.bbpress.org and mark it as an ‘enhancement’ and I’ll research it. :)

    #99266

    In reply to: Import to Xenforo

    citizenkeith
    Participant

    We were pretty successful… we even managed to get attachments imported!

    http://xenforo.com/community/threads/bbpress-0-9-and-1-0-import-issues.12569/

Viewing 25 results - 38,701 through 38,725 (of 64,523 total)
Skip to toolbar