Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,826 through 49,850 (of 64,513 total)
  • Author
    Search Results
  • tomschulze
    Member

    Yup, I do… even though I thought that for WP 2.8.x this is no longer required. Anyway, it doesn’t make a difference whether it’s activated or not, I’ve tried both.

    #77429
    bradleyscott
    Member

    Oh and just so you have the links: mywnde.com/socialbb = bbpress install

    mywnde.com = wpmu install

    #31356
    bradleyscott
    Member

    I am running WPMU 2.8.2 and just grabbed bbPress 1.0.2 They are on separate db’s that are both located on the same localhost.

    When integrating, I used the advanced features and set everything up according to what I was supposed to.

    When I login to bbpress, it just refreshes the page as if I had not logged in. I can tell that the Key is technically working because if I enter a wrong password on purpose, it sends me to an error page, so I’m guessing something is off with the Cookies.

    Any suggestions… all the solved issues regarding these problems are all 2+ years old. I am assuming things have changed.

    #77396
    Jim R
    Participant

    Not sure I’m changing both the cookie keys, but I am making sure they match. BTW…I’m using WPMU. Latest versions of both products.

    #76744
    Arturo
    Participant

    thanks Sam! is possible have the pot in the next hours?

    #77285
    Arturo
    Participant

    very cool! when the new site online?

    #76672
    anandasama
    Member

    That is navigation for the front page, not topics.

    My topics navigation works fine with permalinks but I also have the same problem with permalinks on the latest discussion (like on endrant.org).

    I use Plugin: “Topics Per Page” .. I Added the replace in htaccess with no luck.

    Using bbpress 1.0.1

    Is there any other plugin or built in function that do the same trick for latest discussions?

    Seems bbpress.org works with permalink / latest discussion pagination.

    How do their code look like?

    _ck_
    Participant

    This will remove the ability for moderators to see IPs anywhere in bbPress.

    add_filter('get_roles','no_view_ip');
    function no_view_ip($roles){unset($roles['moderator']['capabilities']['view_by_ip']); return $roles;}

    It will work in bbPress 0.9 or 1.0.

    In 1.0 you can just put it into functions.php in your template folder or make it into a mini-plugin for 0.9

    #77395
    Sean Metzgar
    Member

    this video helps greatly.

    https://bbpress.org/forums/topic/basic-integration-screencast

    (you can skip some of the beginning, it’s him installing wordpress.)

    #77394
    Sean Metzgar
    Member

    You need to ensure you’re changing the cookie keys located in the bb_config and wp_config files. Also make sure you’re using the appropriate wp/bbp integration plugin.

    #31353
    craig777
    Member

    I have a problem with IE not displaying the left bar nav when viewing the admin dashboard. When using firefox I can see it fine :

    Forums

    Topics

    Posts

    Appearance

    Plugins

    Users

    Tools

    Settings

    In IE its just white space. Running bbpress 1.0.1. IE 6. Firefox 3.0.12.

    #77413
    johnhiler
    Member

    This is the plugin that enables this in 0.9:

    https://bbpress.org/plugins/topic/page-links-for-bbpress/

    It was moved into the core in 1.0, so no need for a plugin if you’re on 1.0…

    TonyVitabile
    Member

    I’m very happy with the way my bbPress them has turned out. I’ve even managed to fix my drop down menus so they work — my function that spits out the

    tags was putting the before the

      tag for the level below. Once I fixed the placement of the tag, they worked great.

    My problem at this point is when I view a topic, my IP address shows up beneath my gravatar. That’s not in the code in topic.php. I believe it’s coming from the call to do_action(‘under_title’). This seems to be the only place that the gravatars can come into the post, as there doesn’t seem to be anything in the topic.php file related to them.

    Any ideas are appreciated.

    Tony

    #31350
    tanmccuin
    Member

    I’m beginning to experience an issue where-by when a certain arbitrary number of posts (or pages it seems) is reached, bbpress stops a) going to the latest page/post and brings you to the last full page. When you post a new post, it gets posted, but there is no way view this post unless you manually change the url to /[pagenumber]

    if you go to our forum and follow the following link (which is the link from the mainpage to the most recent post) http://www.aethereverywhere.com/discuss/topic/what-are-you-listening-to-right-now/page/8#post-736 you’ll see that it takes you to page 8, and to the bottom of that page – but in fact there are more pages than 8 as if you change the url manually to http://www.aethereverywhere.com/discuss/topic/what-are-you-listening-to-right-now/page/9

    you’ll be taken to the actual latest post.

    I’m completely lost. I noticed that if i change the number of posts to display per page, it sort of resets the forum and lets you view the last posts, but once it reaches the next arbitrary page number, once again you top being able to view pages and posts after that.

    If anyone can please help i would be so grateful i’m afraid this is beyond my area of expertise. PS. i do know for a fact that posts and posters are not getting moderated, though it may be related to askimet somehow.

    #31349
    Jim R
    Participant

    Both systems are using the same database, and they each recognize my User account information. However, when I log into one, it doesn’t log me into both.

    #76743
    Sam Bauers
    Participant

    I’ve made some changes to the upgrading page.

    #77284
    Sam Bauers
    Participant

    would be nice to add Gravatar size options in the admin panel

    Just set it in the various places in your theme.

    #77362
    enatom
    Member

    sorry, ill be using php pages, custom made, my pages will be outside of the /forum/ folder where bbpress will behoused, is it still possible to use its user system outside of the /forum/ folder.

    many thanks for helps.

    #77392
    johnhiler
    Member

    This Super Search plugin by _ck_ should let you do just that:

    https://bbpress.org/plugins/topic/super-search/

    #76742
    r-a-y
    Participant

    Thanks for the link to the changeset, _ck_.

    Upgraded smoothly!

    No prompts for db changes this time around. Nice!

    #77283
    citizenkeith
    Participant

    Looks great, Sam! I like the avatar size… would be nice to add Gravatar size options in the admin panel (hint). :)

    #77172
    anandasama
    Member

    I might have solved this whole business:

    BbPress MultiQuote (Based on Wp Quote Comments)

    – wysiwyg support (tinyMCE)

    – multiquote (No reloading or other problems)

    – Select area to quote and never be forced to quote the whole message.

    – Quote from previous pages (I got a solution for this. Just need to make the code)

    Might add nested quote support to it later.

    If there is any interest, I will make the code available here once Im done cleaning it up.

    atlegrimseid
    Member

    Hi and hello.!

    In my forum.php I use the following lines to show different content based on the forum-id:

    <?php if ( $forum_id == '2' ) : ?>
    blablabla
    <?php elseif ( $forum_id == '3' ) : ?>
    blablabla1
    <?php else : ?>
    blablabla2
    <?php endif; ?>

    Now, I need to show different content inside the topics (topic.php) based on witch forum the topic is posted in. For example if the topic is posed in forum_id 2, I would like to show “this post was posted in forum_id 2…”

    Any idea what I might use to make this come thru? I am running bbPress 1.1. :)

    – Thanks! :)

    #76741
    wiseacre
    Member

    Yes, .htaccess should be added to the list too. More eyes see better :)

    #76740

    Yeah, that too, wiseacre

    Third, keep the following files and directories.

    1. bb-config.php

    2. my-plugins/ (if you have it)

    3. my-templates/ (if you have it)

    4. my-languages/ (if you have it)

    I’d also suggest keeping .htaccess if you’ve modified it!

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