fel64 (@fel64)

Forum Replies Created

Viewing 25 replies - 776 through 800 (of 1,001 total)
  • @fel64

    Member

    How to do it? Write a MySQL query that transfers the info.

    Otherwise you could use the bb Post plugin, edit the relevant posts so they get created as threads, and then delete them in WP.

    In reply to: Outlet

    @fel64

    Member

    What weird indentation does it do with the b-quote tags? Check your database if the weird indentation is there also.

    @fel64

    Member

    I think bb requires a certain PHP mail class, which Dreamhost may not have. Did the problem start when you swapped provider?

    @fel64

    Member

    I’m quite interested in how you did it, but I don’t see display:block property on your .threadpost anymore? :/

    Yeah I think that’s the same thing, I was making it too complicated. :)

    In reply to: Code backtick bug

    @fel64

    Member

    What do you mean? Backticks wraps text in bothpre and code tags?

    Not sure of the effects of code in standard XHTML, could be styled pretty easily … but perhaps it’s just easiest to use both pre and code?

    @fel64

    Member

    Thanks for posting a solution!

    What does bb->debug do? What was the error you got?

    @fel64

    Member

    It looks very nice :) Does the badge plugin work via the usermeta table?

    I see you also took the approach of min-height to make your posts large enough for the avatar and userdetails on the side. I do that too, but it bothers me slightly; I’d rather have something properly fluid – can’t figure out a way of doing it without tables or tag soup though. :(

    By the way, if you put the min-height property on .threadpost rather than on .post it will also take the signature into account, which might make quite a difference.

    In reply to: How I change theme?

    @fel64

    Member

    I think you have a problem!

    You’re logged in as “admin”? “admin” is the only user?

    Did you change the account? Your account needs to have the “Keymaster” role! Keymaster > Administrator. Only the Keymaster can change the theme I think.

    If you have changed the role of the “admin” account to Administrator, you may have to reinstall.

    In reply to: How I change theme?

    @fel64

    Member

    Themes have to be put in /forum/my-templates/theme-name/, not in bb-templates. So you would put the Crystal files in /forum/my-templates/crystal/ (make the my-templates folder if you don’t have one). Then go to the “admin” area, click on “Presentation” then click on the theme you want. :)

    @fel64

    Member

    Hello Individual,

    are you using the Latest Discussions plugin? There is no simple switch to flick that I know of.

    The way to do it I think is to find all stickies – perhaps there’s an API function, perhaps you need a quick database query – output them, count them and output the remaining number of threads the way it’s done now. You could work that into the current plugin. If you don’t want to get your hands dirty, perhaps someone will do it for you. :)

    No problem,

    fel

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    Didn’t you say there will be no Automattic documentation before 1.0 release? Obviously codex.bbpress.org is the best, but that would be official … and we haven’t got official.

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    bbwiki.com is taken, but http://www.bbreference.com is not. If it’s understandable it doesn’t matter that much anyway. :)

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    I don’t know if recognised or not, but I’m all for it.

    @fel64

    Member

    What makes you sure it’s not a bozo issue? Sounds exactly like one to me. If it is, the fix is here.

    If you’ve got good reason to think it’s not a bozo issue, sorry. 😡

    @fel64

    Member

    To make the fix work, thierry, you have to change the field to 0 and save with the plugin applied. It doesn’t automatically unmark them I think.

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    It’s not really out of our hands. We could do something.

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    So you guys wanna keep sitting or anyone fancy not waiting around for however long?

    @fel64

    Member

    The site linked to in the ticket has a login area showing. Perhaps just copy their stylesheet changes as a quick fix?

    In reply to: Plugin: Avatar Upload

    @fel64

    Member

    Now if only there was a way to display a default image if the user hasn’t uploaded one.

    That’s the point of the identicon jobbie, it assigns everyone a unique and easily distinguishable image when they sign up. :)

    Louisedade, bb_init is called before bb_head I think. In your avatar.php template file it should also be class="bbcrumb" rather than id="breadcrumb", at least if you want the same styling as everything else.

    @fel64

    Member

    I haven’t got that, and nor do you Trent. Incidentally the bb forums feed you linked to is empty but entitled “Comments on: Forums”, tagline “Just another WordPress weblog”.

    In reply to: Hooks & Filters Docu

    @fel64

    Member

    It’s not actually meant to be instructions, more like a list of hooks and filters Trent. I just included that as an aside for someone starting out.

    I’m sure you two have seen some more filters or hooks yourself, so help out and add them please. The point is, rather than waiting around for documentation, start getting some makeshift documentation up ourselves.

    post_text is a filter called on the text leaving the database I think, it’s what the emoticons use.

    @fel64

    Member

    it doesn’t matter if you login at bbPress or WordPress when you are integrated.

    Unfortunately it does, I reckon that the cause of a problem I’ve been having – when you register in WP, it only calls WP hooks, register in bb and only bb hooks are called. Short of duplicating plugins and changing the hooks/function names etc, I don’t think there’s anything you can do, and that’s obviously a real hassle.

    Maybe a trac ticket is in order, to get some coordination between appropriate hooks?

    In reply to: Plugin: Avatar Upload

    @fel64

    Member

    Strange – what is the error?

    Besides, the code should be this instead I think!

    href="<?php bb_get_option( 'uri' ); ?>/avatar-upload.php?id=<?php echo $user->ID; ?>"

    Small error in the documentation. If you’re feeling lazy, feel free to hard-code your forum’s URL in instead.

    In reply to: Plugin: Avatar Upload

    @fel64

    Member

    Should work; if it doesn’t please tell me! Instructions are there.

    http://www.loinhead.net/files/identar.zip

    @fel64

    Member

    Not yet!

Viewing 25 replies - 776 through 800 (of 1,001 total)