Forum Replies Created
-
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: OutletWhat weird indentation does it do with the b-quote tags? Check your database if the weird indentation is there also.
In reply to: Registration Email Not Being Sent – new issueI think bb requires a certain PHP mail class, which Dreamhost may not have. Did the problem start when you swapped provider?
In reply to: My Forums: Temporada De PatosI’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 bugWhat do you mean? Backticks wraps text in both
pre
andcode
tags?Not sure of the effects of
code
in standard XHTML, could be styled pretty easily … but perhaps it’s just easiest to use bothpre
andcode
?In reply to: The Chinese tags will be wrongThanks for posting a solution!
What does
bb->debug
do? What was the error you got?In reply to: My Forums: Temporada De PatosIt 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?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?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 themy-templates
folder if you don’t have one). Then go to the “admin” area, click on “Presentation” then click on the theme you want.In reply to: sticky to latest discussionsHello 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 DocuDidn’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 Docubbwiki.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 DocuI don’t know if recognised or not, but I’m all for it.
In reply to: New Posts not showing upWhat 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. 😡
In reply to: Fix bbPress Plugin 0.8.1-1To 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 DocuIt’s not really out of our hands. We could do something.
In reply to: Hooks & Filters DocuSo you guys wanna keep sitting or anyone fancy not waiting around for however long?
In reply to: please help to fix the “style-rtl.css”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 UploadNow 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 beforebb_head
I think. In your avatar.php template file it should also beclass="bbcrumb"
rather thanid="breadcrumb"
, at least if you want the same styling as everything else.In reply to: Latest Topics for NonWP SiteI 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 DocuIt’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.In reply to: login form on wordpress sidebarit 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 UploadStrange – 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 UploadShould work; if it doesn’t please tell me! Instructions are there.
In reply to: bbPress themes / templates directory, does it exist?Not yet!