Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,826 through 51,850 (of 64,087 total)
  • Author
    Search Results
  • #73214
    chrishajer
    Participant

    Are you just talking about moving a topic in your bbPress install to a different forum in the same bbPress install? At the bottom of the topic page (in 0.9.0.4) there is a drop down “Move this topic to the selected forum: ” with a list of forums. That is how you would move a topic from one forum to another in the same bbPress installation. If you don’t have that link at the bottom of the topic page, you probably don’t have permission to move it (i.e. you’re not keymaster, admin or moderator.) Members can’t do this on their own. Some one in charge needs to do it.

    #73228
    chrishajer
    Participant

    1. No, that is to prevent search engines from caching a copy of your site. It will still be indexed, you’re just telling the search engine not to cache the site.

    2. PHP. You need to do a little PHP that says “if this is the first post, then show the adsense, otherwise, don’t.”

    advertisements after the first message

    3. It’s not that easy. It’s better to create a bbPress template that looks like your WordPress template. But you can read others experiences by browsing the integration tag.

    4. Why do you think page views should be showing up? That’s not built in.

    What version of bbPress did you install, and what plugins did you install?

    #73224

    In reply to: Categories for 0.9

    chrishajer
    Participant

    0.9 supports subforums, but in 1.0 categories are built in. To me, a category is a parent forum that does not allow posts. It’s not built in to anything but the 1.0 alphas right now.

    This plugin states that it works up to 0.9.0.2:

    https://bbpress.org/plugins/topic/forum-is-category/

    #7286
    bpluv4ever
    Member

    Hello,

    I have started a bbPress forum on my site. But not being able to do few things properly and hence seeking help. Kindly guide me.

    1. My page header section contains a meta tag like this…

    <meta NAME=”robots” CONTENT=”noarchive”>

    Is this OK? I guess this is used to block spiders, isn’t that?

    2. I want to show a adsense ad inside the first post only. But when I edited the Post.php and reloaded the post page, I found that the ad is appearing in every post. How to limit that ad for the first post only?

    3. Is it possible to use WordPress blog’s header on bbPress (Replacing forum header with blog’s header) without integration?

    4. Page Views is not appearing in the forum menu. How to fix that?

    Waiting for some helping hands. Thanks in advance.

    – Bapun

    #73227

    In reply to: Highlight Forum Pages

    ale77dan
    Member

    After a more deep forum search I found this

    https://bbpress.org/forums/topic/global-variables-in-header-not-passed-to-body

    Thanks a lot anyway.

    #7214
    ale77dan
    Member

    Hello bbpress forum!

    I successfully integrated bbpress into my WordPress installation. I have shared user database and header/footer function.

    Now I want highlight the Forum Tab in the header menu, of course only when people are showing forum pages. I read in this forum that I can use $forumpage variable. So, I can use it in a conditional function, like <?php if ($forumpage = TRUE) { echo ” id=”current””; } ?>

    But, such variable is always TRUE, also in non bbpress page.

    Where is the trouble?

    Sorry for my little english!

    #73211
    sumit1988
    Member

    err.. (1.)forums with different databases or (2.) just different forums in ONE bbPress Install?

    1. export database, import to the new one except of the options- tables and so on

    2. Log in to bbPress, go to your Topic you want to move (frontend), go to the bottom of the page to the “move topic to” section and select the forum you want. Click on “move” or something similar – done.

    #6883

    Topic: Admin panels like WP

    in forum Themes
    jbbrwcky
    Member

    Hi,

    Is there a template similar to functions.php in wordpress where you can integrate a backend in to control various bits and pieces of bbpress?

    Thanks,

    Richard

    #66154
    racejunk
    Member

    kswif:

    You mean you trying to get it working like I have on my site?:

    http://newsedge.webjunk.com

    #6640

    Admin Can Post Anything, from _CK_ is a great plugin and works perfectly in the latest stable version of bbPress.

    Is there anyway to make both Administrator and Moderator able to insert html content?

    Best regards,

    Filipe Deschamps

    #73196
    josh_
    Member

    we only have bbpress running on a shared host.

    #73195
    bobbyh
    Member

    Are you running anything else, or just bbPress? Is this your own server or a shared host?

    #6639
    josh_
    Member

    hi all,

    i’ve been running a small private bbpress forum for about 6 months now. overall things have been working quite smoothly. we have one persistent problem though; our sql connections occasionally spike and max out giving us the “oh dear” page until things settle down. until a few weeks ago i was blaming our host, but now that i’ve been monitoring the server with ‘mysql administrator’ i can see that it’s the connections that are the problem. usually we’ll be running just fine at about 10-20% connection capacity and then wham, spike to 90-100% and down we go for a few minutes (occasionally more).

    how can i figure out what’s causing these spikes? any help would be greatly appreciated.

    #73184

    In reply to: Problem with Forum

    What version of bbPress are you using?

    Is it integrated with WP?

    #73193
    Shagalaga
    Member
    #6636
    iDope
    Member

    I would like to submit an anti-spam plugin I have made for bbPress. How do I submit it to the bbPress plugins browser? There seems to be no info on this either on the site or in the forums.

    #55819

    Maybe you can take a look at this plugin:

    https://bbpress.org/plugins/topic/admin-can-post-anything/

    I’m not sure if it works on current bbPress versions though.

    #73186

    In reply to: bbpress error

    chrishajer
    Participant

    Are you using a language file other than English?

    What version bbPress did you install?

    #6633

    Topic: bbpress error

    in forum Installation
    zhao1
    Member
    #55818
    atkins
    Member

    can you set so only moderators and admin can post the you tube videos in bbpress

    #6637
    tgiokdi
    Member

    I’m using a nice hack for wordpress that lets me install wordpress once, and have multiple urls use those files, so when updating day comes, there’s a single update to be done. Is this possible with bbpress? If so, would anyone like to share how to? I’d be willing to test

    #73190
    chrishajer
    Participant

    Before you go getting your hands dirty for anything, you will find that most of the functionality you desire has probably already been accounted for in a plugin:

    https://bbpress.org/plugins/

    #73189
    chrishajer
    Participant

    Plugin “Read only forums” might be what you’re looking for:

    https://bbpress.org/plugins/topic/read-only-forums/#post-1019

    This showed how to prevent members from adding new posts:

    https://bbpress.org/forums/topic/no-new-posts-for-members#post-11656

    #73188

    In reply to: what is forum_id?

    chrishajer
    Participant
    #73187

    In reply to: what is forum_id?

    chrishajer
    Participant

    What version are you using? There were some performance improvements, including adding indexes, but it would depend on your version.

    Also, rather than hacking your installation, please consider filing a trac ticket to be sure the fix is evaluated and implemented for everyone.

    https://trac.bbpress.org/

Viewing 25 results - 51,826 through 51,850 (of 64,087 total)
Skip to toolbar