Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,476 through 63,500 (of 64,515 total)
  • Author
    Search Results
  • #52579

    In reply to: IE Display Problem

    chrishajer
    Participant

    I fixed this inadvertently but I am trying to figure out how. On the front page of my forum, I have “Hot Tags” across the top and the “Latest Discussions” beneath, and both are the same width (760px I think.) The CSS is div #wrapper div #main div #hottags p .frontpageheatmap.

    screenshot http://www.riversideinfo.org/wp-content/uploads/hottags.png

    I could have sworn when I first installed bbPress the tags were on the left in a 150px wide div #hottags.

    Are the hot tags supposed to be on the left in a 150px wide div, or above the latest discussions? Are the hot tags and heatmap supposed to be different things on different pages?

    The reason I bring this up is that mine displays fine in IE and FF with the frontpageheatmap all the way across, but maybe I am missing the hottags? If I can figure out what is different about mine, maybe that will help clear the div issue on topiQ’s site. In IE, that hottags div is pushing everything else down the page.

    #52258
    ardentfrost
    Member
    #52578

    In reply to: IE Display Problem

    Null
    Member
    #50136

    In reply to: UTW Error

    Anonymous User 96400
    Inactive

    this bug is caused by the function is_tag(), which both utw and bbpress use, so what i just did right now was search through the utw-plugin-folder with dreamweaver for that tag, found it three times and changed it to is_utwtag(). no idea if i can just do that without problems appearing later but for now it seems to work.

    #1113
    aleko
    Member

    I’ve installed bbpress with wordpress integration, the database integration works correctly thanks your guide. But… when i try to see my posts i have this error:

    (

    Parse error: syntax error, unexpected $end in /home/mhd-01/www.alessandropagano.net/htdocs/blog/wp-includes/gettext.php(307) : eval()’d code on line 1

    1 post)

    you can try to show this at http://www.alessandropagano.net/blog/forum/

    I’ve heard that this could be related with language settings… but my config.php have the default setting (define(‘BBLANG’, ”);)

    Thanks in advance, i hope to hear you soon!

    #1112
    topiq
    Member

    Hi folks!

    My site http://cessi.pytalhost.com/bbpress is not displayed correctly with the ?!”$%ยง Internet Explorer. The Latest Discussion and the Forums are displayed far too low on the page. Has any1 else this problem or does any1 know how to solve it.

    Greetings,

    topiQ

    #52075

    In reply to: Simply doesn’t work

    plus64
    Member

    You need to change all links for bbpress and put bbpress in front of them, so they look like

    ^bbpress/tags

    etc…. and removed

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress

    as you can only ever have one of those in an .htaccess file, and connect it to your wordpress one as well. If you get all of that :X

    #52543
    Trent Adams
    Member

    Ryan, I stand corrected. I have bbpress-post which makes the topics unresolved by default, but any topic created in the forum is marked as mu (not support question). That is not telling you anything new beause you already knew this ;-)

    I have created an enhancement ticket in TRAC. Thanks for pointing that out.

    Trent

    #1111
    weirdtherapy
    Member

    My first bbPress Template:

    http://www.borderline-hacks.at/borderline-hacks-forum/

    The image of it:

    http://www.weirdtherapy.com/images/borderline-green-01-shot.jpg

    If you want to download it to (change and) use it, you can do so here:

    http://www.weirdtherapy.com/zip/borderline-green-ads-01.zip

    There is (commented) space where you may place ads, I added the psd file for the logo, and the text in the header is random (to be truth I only added it because I couldn’t think of anythink else and I wanted it to be finished :) ) and easy editable(… i think / hope). There is also a seperate ie.css for the internet explorer.

    Two of the ads would be shown on every page because they are in the header – I only ad this information cause I think I read somethink in the forum here that there might occur problems with google .. well something like that – so keep that in mind pls.

    grretings

    #52468
    Trent Adams
    Member

    If you mean adding forum as WP page, maybe check out:

    https://bbpress.org/forums/topic/166?replies=6

    As well, do a search in the wordpress.org forums because I am sure there is more examples in that forums.

    Trent

    #52414
    Trent Adams
    Member
    #51523
    Trent Adams
    Member

    Zeug has some interest in getting his anarchy plugin for bbPress. Here is what I have come across lately:

    http://an-archos.com/?page_id=415&cp=10#comment-523

    Trent

    #52475

    In reply to: Download Templates

    Trent Adams
    Member

    Currently, bbPress doesn’t have any facilities for downloading templates, but if you search through this forum, I believe there are a couple of users that have released some templates for download.

    In the meantime, you can check out the following for doing some templates of your own:

    https://bbpress.org/documentation/customization/

    The goal in later versions of bbPress is to integrate a template system much like WP and possibly even have the ability to use WP templates, but that is not in the immediate future.

    Trent

    #1106
    talgalili
    Member

    Hi people.

    I just finished translating the bbpress to hebrew (via po to mo), but the style-ltr.css is not working at all (and after opening it, I can see why).

    Can any one PLEASE help and make some right to left css file ?

    Thanks,

    Tal.

    #52514

    In reply to: bbPortal

    Null
    Member

    Hmm indeed something to add

    Short answer for now:

    It doesn’t differ anything from bbPress. Basicly it adds a portal page and a menu to bbPress. This way you can use the portal page to display important news on a frontpage or even blog, using your bbPress forum.

    #52502
    Ryan Fitzer
    Member

    You’re totally right! I was looking all over the admin to find out how to make a post sticky, but it’s right there at the bottom of the actual post. I was used to an older version of bbPress (only used it briefly). Thanks so much for the help.

    #52483
    chrishajer
    Participant

    I did not see this problem until today when I looked at my site in IE7. The H1 was HUGE. I added this to the BBPRESS/bb-templates/style.css around line 37 (just after the blockquote definition):

    h1 {

    font-size: 2.0em;

    }

    h2 {

    font-size: 1.5em;

    }

    Now the headings are approximately the same size in IE and FF, and retain the styling of the rest of the stylesheet (for #header h1 and #front-page #main h2).

    #52500
    Ryan Fitzer
    Member

    Oh yeah, BTW, I meant the posts area. Sorry, new to bbPress.

    #52498
    spencerp
    Member

    Ryan, I can’t really remember if I had this happen before or not, but.. taking a guess here.. does this sound like something similar to what you’re having?

    https://bbpress.org/forums/topic/146?replies=4#post-935

    spencerp

    #52513

    In reply to: bbPortal

    ear1grey
    Member

    Perhaps one for the FAQ: How does bbPortal differ from bbPress? (i.e. what does it add, who might be interested?)

    #1103

    Topic: bbPortal

    in forum Plugins
    Null
    Member

    Hi,

    With a lot of help from the people of this forum, I’d manage to create a portal page (such of) voor bbPress, called bbPortal.

    You can download it here:

    http://www.bbportal.org

    Have fun with it!

    #52327
    jaxxx
    Member

    still no joy I’m afraid. this time it runs for a lot longer and I don’t get any errors, but it doesn’t update any of the tables. i’ll try and take another look at the weekend.

    #51379

    In reply to: Plugin – Messengers

    M
    Member

    This isn’t a plugin, it’s a core file edit, if I’m not mistaken…

    If so it’s probably best to warn people of this, because any changes made to core files are undone with future bbPress updates if the file is overwritten.

    I have extra profile fields implemented on my local server, I just need to upload it to my main site. I’ll post it later.

    #52486
    AphelionZ
    Participant

    Do you have pretty permalinks? that seems to really, really help the most out of all the SEO tricks that are already most taken care of for you (graciously) by the bbpress coders

    #52495
    acooper154
    Member
Viewing 25 results - 63,476 through 63,500 (of 64,515 total)
Skip to toolbar