Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,926 through 36,950 (of 64,532 total)
  • Author
    Search Results
  • #106913
    Swaree
    Member

    Is it possible to tag the spammers reply as spam rather than the entire conversation/topic???

    #38903
    abdessamad idrissi
    Participant

    you know, some people are not ashamed posting spam on this opensource community making or lovely forums dirty!

    Whenever I see one, I tag it “spam”, I hope there’s an automated process that puts spam-taged posts in a freez-mode until reviewed by admin.

    A function/system that allows bbpress.org forums users to contribute in fighting spam would be really appreciated.. I’ll be the first one to use it :)

    #106907
    brassblogs
    Member

    Okay – spam reply above is… not helping. (and really has nothing to do with the price of eggs in China…)

    But anyway.

    I suppose I should RTFM, no? I just saw the sticky post on this subject, and I fall under the category of “ur doin it rong.”

    In case anyone else needs to know, when you create a child theme, it goes in your themes directory, not as a subfolder in the WordPress parent theme. Duh.

    More coffee in the morning would be a good habit for me to take up.

    #106890
    abdessamad idrissi
    Participant

    Thanx Andre; Genious idea!

    #106889
    Andre
    Participant

    Another option is to create a page, title it whatever you like but I titled my example “Forum”. Put “[bbp-forum-index]” including the brackets as the content of the page and publish it.

    Then go to Settings -> Reading in the Admin panel. Change the “Front Page Displays” option to page and select “Forum” or whatever you named the page.

    #38901
    brassblogs
    Member

    Hey all –

    I’m hoping I’m just missing something here, but I’m trying to create a new template (to match a WordPress theme I’m working on). I’ve created a folder within the bbp-themes folder, and added a stylesheet and one file (I’m just testing it right now to get a feel for how the theming system works): page-front-forums.php.

    The thing is, when I do this, ALL of my themes in the WordPress back end (under appearance > themes), save the twenty Ten (default WP theme and the bbPress version) go away. ALL of them. Now, the current theme is still working on the front end of the site, but on the back end, there’s no themes at all – they are all gone.

    So can anyone tell me what I’m doing wrong here? Am I putting the bbPress theme files in the wrong place? Or is this some kind of bug?

    #95561
    bradsucks
    Participant

    Still having the same topic tag issues (nothing found) — no URL collisions or anything. Just mentioning it since I don’t see it in the bug tracker.

    janoochen
    Member

    I created this template:

    <?php

    /**
    * Template Name: bbPress - Topics Created
    *
    * @package bbPress
    * @subpackage Theme
    */

    // Begin Template
    get_header(); ?>

    <div id="container">
    <div id="content" role="main">

    <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>

    </div><!-- #content -->
    </div><!-- #container -->

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    And placed it in the bbp-twntyten/ directory

    But all I get is:

    This user has not created any topics.

    Any suggestions?

    (and I’m logged in as admin).

    bimaljr2
    Member

    I am using BBPress version 1.0.3 with default theme.

    Also I see that there is a dropdown at the left sidebar on this forum to change to status to resolved. How can I add this same functionality to my BBPress forum?

    bimaljr2
    Member

    Hello,

    I have just started to study BBPress structure. I am familiar with WordPress.

    I like to know how can we apply “resolved” or “not resolved” status to any Topic?

    Thanks.

    #106888
    janoochen
    Member

    Another options is to place all the content of page-front-topics.php to front-page.php.

    #95560
    CrownOfMars
    Member

    I’m wanting to change the default page.php being used. I found this earlier on in this thread.

    add_filter( ‘bbp_template_include’, ‘foo’ );

    function foo( $file ) { return ‘page-forums.php’; }

    This is no longer working. It worked perfectly on a previous site but not this current one. I get the following error:

    Warning: include(page-forums.php) [function.include]: failed to open stream: No such file or directory in C:Program Filesxampphtdocsspawp-includestemplate-loader.php on line 43

    Warning: include() [function.include]: Failed opening ‘page-forums.php’ for inclusion (include_path=’.;C:Program FilesxamppphpPEAR’) in C:Program Filesxampphtdocsspawp-includestemplate-loader.php on line 43

    The page-forums.php file does exist so that’s not the problem. Any ideas?

    master5o1
    Participant

    I’ve asked for hosting and it’s approved. I removed the zip because i need to figure out which one of my copies is the best to put into the browser.

    Currently I’ve just been editing the live plugin on my Tartarus test site, and then copying to test-and-edit on a more default WP+bbP on my dumping ground.

    Tartarus = http://beta.tartarus.co.nz

    dumping ground = http://dump.master5o1.com/wpbb/

    You should get this into WordPress Extend. If it works as advertised, it could be quite popular.

    #106887
    abdessamad idrissi
    Participant

    thanx man :) I searched before but with wrong keywords

    #92717
    spunkygidget
    Participant

    Did you ever figure out how to move from Community Server to BBPress? I’d like to do the same.

    #106886
    cm
    Member
    #38825
    omtc
    Member

    hi guys i would like to customize the new bbpress plugin. i’m using the automatic theme integration, ie my theme does not natively support bbpress. how would i go about editing the files?

    thanks

    #106804
    omtc
    Member

    thanks ryan.

    my wp theme insn’t compatible with the new bbpress plugin ie it doesnt have a bbpress child theme. so i would do the changes in twenty ten theme?

    thx for ur help

    #106898
    abdessamad idrissi
    Participant

    UPDATE:

    I went deep to try to find out what is causing this problem then I noticed that; topics with long titles are the ones who suffer from this issue.

    for example;

    a topic with a name السينما “تقرأ وتشاهد will show, but a topic with a name like: السينما المغربية تعيش طفرة رغم أزمة قاعات العرض won’t show! instead a 404 error is outputted.

    PS: I opened a ticket @http://bbpress.trac.wordpress.org/ticket/1564

    #38883
    abdessamad idrissi
    Participant

    I used to run v1.0.3 then I decied to go plugin version..

    I did an import but since my forums contains arabic topics; some topics didn’t make into the new version, also, even if they show in my forums when you click on a topic title to view it, it leads you to 404 page.

    I noticed articles contains characters such as; ! , ? are not handled by the WordPress importer.

    another thing is the search field provided in the twenty ten theme: it doesn’t search inside the forum but inside the blog -how to enable forum searching?

    Thanx for the great work and keep on moving :)

    PS. you can compare Arabic and Latin written topics on my forum here: http://forumcine.ma/forums/forum/forum-general/koi-d-9/

    #38880

    I would like to step a support forum using BBPress within a current “regular” site. I am not sure how to set some things up. I would like to have the following URL structure…

    /support/forums/[forum name]/[topic name]

    I have setup a page with the URL /support/ because I want it to be the “home page” for support (will add list of latest topics with list of forums, .etc).

    On the forums setup page by “archive slugs” should I set the Forum archive slug to “support”? Will this break anything?

    Also, I find that there is very little documentation around to read to find help. I know this is still in beta, but is there plans for more robust documentation?

    Thanks,

    Kalman

    #106883
    master5o1
    Participant

    FYI. You can’t ignore yourself or anyone who can moderate.

    #38877
    abdessamad idrissi
    Participant

    Hi there,

    what is the the perfect option to get my blog show my forums on first page? I mean, appart from a link to /forums

    by an httaccess redirect?

    abdessamad idrissi
    Participant

    go import your old bbpress in from (tools menu)

Viewing 25 results - 36,926 through 36,950 (of 64,532 total)
Skip to toolbar