Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,826 through 63,850 (of 64,450 total)
  • Author
    Search Results
  • #51315
    pixelfight
    Member

    Nevermind.. ;-)

    #51312

    In reply to: Timezone support

    Handy, there is no way to do this in bbPress core. A plugin could accomplish this, but I do not think the core will support it.

    (M, I believe HandySolo is asking about user-specific time zone settings.)

    #934
    pixelfight
    Member

    hi, Uhm..I think I followed all the directions..however no links are working once I log into my bbpress can someone help me out?

    http://www.chicagosnapshot.com/board/

    #933
    Chris_K
    Member

    [preface: I’m just a simple WordPress support moderator, which uses bbPress]

    It is very (very) conceivable this may be a dumb user question… but I’ll ask anyways.

    Is there a way to get post dates in the support forums (or any bbPress forum) to show the time in my time zone?

    Editing my user profile and poking around, I don’t see an option to set my proper time offset (I’m GMT – 7).

    I know it’s not a huge deal, but it’d be keen to see!

    #51308
    Atsutane
    Member

    I dont think they gonna change the theme system for now :)

    #932
    balkanboy82
    Member

    Design bugs:

    on this forums, profile page in FF 2.0: http://img166.imageshack.us/img166/1592/bug1tw5.jpg

    on bbpress login button is not inline with inputs: http://img237.imageshack.us/img237/1958/bug2ty6.gif

    Functionality bugs:

    I installed bbpress on my local computer and I can’t log out in FF. Simply don’t accept command.

    #931
    balkanboy82
    Member

    I really like bbpress a lot from the moment I saw it. I was checking templating system and I am sure I can make one theme for it and give it free.

    If you release new bbpress version with different templating system soon, there is no point to make theme for 0.73. Right?

    #51306

    Do you use MultiViews or the Rewrite Rules?

    If you use Rewrite Rules and you made them back when you were running bbPress 0.72, try clearing your .htaccess and regenerating the rules with the bb-admin/rewrite-rules.php

    #930
    Atsutane
    Member

    I donno what went wrong. But when i try to find post using tag, i got “500 Internal Server Error”. I have try disable pretty permalink and still no luck.

    Anyone know what went wrong? Using wordpress 2.0.5 and bbpress 0.73

    #50678
    M
    Member

    English, and yes I have the bbpress integration plugin installed in my wordpress plugins, as well as the display name plugin for bbpress.

    I have not yet upgraded wordpress to 2.0.5, am still running 2.0.4.

    #49844

    There should be no .htaccess in your bb-templates or your my-templates directory (some old versions of bbPress included on, so make sure you delete them).

    You need to generate the .htaccess file by the method described here: https://bbpress.org/documentation/faq/#pretty-permalinks and put it in bbPress’ root directory (the same directory with bbPress’ config.php file).

    #50677

    Are either of you using a translated version of bbPress, or are you both using English?

    I ask because I have heard of a strange thing or two with capabilities and non-enlish languages (though I’ve newer been able to confirm or reproduce).

    and M,

    Do you have the “bb-press integration” plugin installed in your WordPress blog? https://trac.bbpress.org/attachment/ticket/438/bbpress-integration.php

    (the download link is way at the bottom)

    #51012
    Atsutane
    Member

    nolageek, it was a bug on bbpress 0.73 – https://trac.bbpress.org/ticket/476

    For temp solution u need to disable akismet :)

    #49843
    chrislegend
    Member

    I’m having the same problem. I copied my htaccess file into bbpress/bb-templates and still no luck…

    My forum’s url = http://chrislegend.net/bbpress

    #49733

    In reply to: Email subscription

    snowcrash
    Member

    Not having email notifications is the only reason that stalls me from using bbpress with WP.

    While a lot of effort has gone into RSS integration, as others have said, it’s not straightforward for many ordinary users. Email is still dominant.

    I hope email notifications will be developed, or least a plugin please :-)

    thanks

    #51301
    ear1grey
    Member

    gnawph wrote:

    The bbPress designers would look foolish changing all of their IDs to Classes and wouldn’t conform.

    I’ve already stated that: “I’m not advocating the removal of any of the ID’s from templates”. I am, however, conscious that the reliance on ID based formatting in the default template is more likely to run in to integration problems in the long run.

    “Latest and Popular are different tables and shouldn’t be labeled the same”.

    Yes, latest and popular are different tables (their ids are different), but they are both examples of a certain kinds of table that show an ordered selection of items based on some kind of score (be it date or rating). So it’s better to define what that kind of table is, so use a class.

    “If code redundancy is an issue you could always go:#latest, #popular {

    Yes, this does have a similar effect, but, if I’m writing a plugin with UI elements then for it’s output to be shown correctly in TemplateX, either:

    1. I have to add CSS to the plugin which might work with TemplateX, but be incompatible with TemplateY, or
    2. The authors of X&Y must alter their css to cope with my plugin.

    This potential hassle just becomes less likely if template designers take an extra few minutes to consider what the more abstract classes in the design should be!

    BTW: class="tableonmainpage" might be better described as .mainpage > table {}

    #50444

    In reply to: Google sitemap

    lstelie
    Member

    Hello earlgrey

    The 06rc1 version seems to work very well

    (note : line 21 $version=0.6rc1; must be replaced by $version='0.6rc1';)

    The version number is still 051 in the xml file so it may be hardcoded somewhere in the code.

    By the way the correct link is 0.6rc1

    #50443

    In reply to: Google sitemap

    lstelie
    Member

    Hello earlgrey

    This is exact, I don’t use permalinks (for some strage reason, they work fine on my wordpres install but no for my bbpress install both been in subdirectory of the same account.. strange..)

    I didn’t make any change (the only one is the path to the xml file), perhaps I made a type when copy-pasting the content to the php file

    The link to release 0.6rc1 seem broken

    #50676
    M
    Member

    I’m glad to have happened upon this thread, after reading it I decided to check my own and found if I registered through the forum the user was set to Administrator in WordPress.

    While I’m no coding expert, I’ve enough experience working with WordPress and all it takes to set things up to be quite sure I have not made an error somewhere.

    Just as hasund said above, the new user is listed in a separate section under Authors & Users in my WordPress Dashboard – at the bottom under all admins, subscribers, editors, etc. Their

    I’m using the Role Manager plugin, could that be causing the trouble? The only step from bbPress that I did not follow was the Pretty Permalinks; every other step, plugin, etc. I followed to a T.

    This is a very serious issue, my entire site would have been vulnerable had I not found this thread and gone ahead and opened my forums this weekend as planned. I’ve removed my register.php file for the time being. I already have some people using my forum, but they are trusted friends who already have some access to the main site anyhow, thank goodness.

    #51251
    Atsutane
    Member

    Actually i don’t know what do you mean by “how the bbpress front page works?” Do you mean the page structure or do you mean the url structure?

    #51250
    hywl51
    Member

    Thank Atsutane.

    I set pretty permalink and got bbpress working.

    I am a newbie for PHP and eager to know how the box work behind the page. Can you please give me some advice or link about the question I mentioned before–how the bbpress front page works?

    Thanks

    hywl51

    #51299
    gnawph
    Member

    Users should have to rethink their CSS. Not using a ID selector just because a “newbie” doesn’t realize there can only be one element attatched to them is lame. The difference between ID and Class is one of the fundamentals of CSS. The bbPress designers would look foolish changing all of their IDs to Classes and wouldn’t conform. These selectors carry semantic meaning and without them your HTML code becomes less proffesional and harder to read.

    Latest and Popular are different tables and shouldn’t be labeled the same. If code redundancy is an issue you could always go:

    • #latest, #popular {
    • -or-

    • <table id=”latest” class=”tableonmainpage” >

      If somebody is going to be digging around and making their own theme they should really take 5 minutes to read a CSS tutorial.

    #51297
    gnawph
    Member

    Right. I’m sorry, but I don’t understand your point.

    I like the ID elements, much easier to understand the page.

    I’m doing a quick check of bbpress’s default templates and I don’t see too many IDs I’d even consider repeating inside the code.

    Is your poing that styling more than one ID with the same colors, padding, whatever, is redundant?

    #50442

    In reply to: Google sitemap

    ear1grey
    Member

    A small question, your XML shows plugin version 0.51, but I only have obvious records of versions <= 0.5, so if you’ve made changes/improvements please describe them here since it may help work out what’s up!

    In the mean time, try 0.6rc1 .

    The “debug hook” is enabled so you can force it to regenerate the sitemap by adding something to your favorites list.

    #51295
    gnawph
    Member

    Using classes for everything is pretty sloppy. When start hacking up the bbpress theme and come across an ID I know exactly whether or not that element is going to be repeated. When I work with a design that has strickly class based selectors I go crazy.

    Something like “class=header” is completely insane. There really should only be one header inside the site and you use an ID to signify that elements usage.

    For example when I take a look at /bb-templates/font-page.php and see <table id=”latest”> I already have a good idea of what all the code contained inside that <table> tag will be.

    Also if my page gets larger I can put “jump links” to those sections and help my users navigate my site.

    There are other properties of ID tags that do fancy stuff with javascript but I’m not quite sure what they are.

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