You are not logged in.
- Topics: Active | Unanswered
#1 Re: FluxBB discussion » FluxBB + confluence wiki » 2012-02-10 16:30:26
- Franz
Well, we don't currently.
One could try to swap out the adapters, but at least with FluxBB it will not be easy until v2.0 (when it should be really easy).
#2 Re: FluxBB discussion » FluxBB + confluence wiki » 2012-02-10 16:06:26
- Franz
What language is Confluence written in?
Also, does it allow for easily swapping out authentification adapters? If that is the case, it might be easier to try integrating FluxBB's user mechanism into Confluence, which has proven to be fairly easy in the past.
#3 Re: Show off » So fast and light :) This is my FluxBB forum » 2012-02-09 13:37:02
- Franz
If you tell me where exactly...
#4 Re: Feature requests » Thumbs Up / Thumbs Down ratings for topics/threads » 2012-02-08 09:18:36
- Franz
Your best bet would be to ask the author directly or reply to that thread.
#5 Re: FluxBB discussion » Languages » 2012-02-07 22:59:08
- Franz
Thanks a lot! Good catch.
I fixed this now.
#6 Re: General support (1.4) » Showing logged in user status on the Wordpress site. » 2012-02-07 21:21:41
- Franz
That means you need to define PUN_ROOT in your WordPress theme, too.
Probably to something like this:
define('PUN_ROOT', dirname(__FILE__).'/../../../forum/');(Sorry for not getting back to you earlier.)
#7 Re: Show off » So fast and light :) This is my FluxBB forum » 2012-02-07 21:09:22
- Franz
Glad you like it!
Are you planning to customize your theme?
#8 Re: FluxBB discussion » Installers » 2012-02-07 21:08:43
- Franz
It's possible that you can use one of these two modifications:
- Mod installer plugin
- Patcher
#9 Re: Modifications (1.2) » Mod request: Admin function by Poll outcome » 2012-02-03 09:16:36
- Franz
Hey,
interesting request.
Authentication adapters should be easily replaceable in FluxBB 2.0, so you'd have to wait (a while) for that.
#10 Re: General support (1.4) » Intermittent Error: Unable to connect to PostgreSQL server. » 2012-01-30 16:33:41
- Franz
Oh wow. Quite the unlikely cause ![]()
Glad you fixed it.
#11 Re: General support (1.4) » Intermittent Error: Unable to connect to PostgreSQL server. » 2012-01-30 15:33:56
- Franz
Please enable debug mode and paste the complete error!
#12 General support (1.4) » HOWTO: Enable debug mode » 2012-01-30 15:33:25
- Franz
- Replies: 0
When debug mode is enabled, FluxBB will display
- more detailed error messages if/when something goes wrong.
- script generation time in the footer.
- no. of queries executed in the footer.
You can enable debug mode by adding this line to your config.php:
define('PUN_DEBUG', 1);To get even more detailed information on queries, you can also add this line:
define('PUN_SHOW_QUERIES', 1);NOTE: Debug mode is only intended for debugging and should be turned off again when you are done with debugging. This is especially relevant for the second constant which adds query information to every single page, not just error pages.
#13 Re: Programming » IE6-compatible drop-down menu » 2012-01-29 18:48:18
- Franz
Not for this particular audience.
#14 Re: General support (1.4) » "Add" forum to my site? Help » 2012-01-29 16:19:00
- Franz
Are you trying to integrate FluxBB into your WordPress site (so that it has the same header including menu)?
If so, there is a tutorial I wrote: http://www.develophp.org/2010/05/23/int … te-part-1/
#15 Re: General support (1.4) » How to remove board title in header, add link to image instead? » 2012-01-29 16:17:07
- Franz
What program did you use to open main.tpl? It should never be empty, else your forum would not work.
With this approach, you could simply edit every theme's main.tpl differently (use the default include/template/main.tpl if the style doesn't have one).
#16 Re: General support (1.4) » How to remove board title in header, add link to image instead? » 2012-01-28 10:49:10
- Franz
There is a placeholder <pun_title> in include/template/main.tpl (or in style/YOURSTYLE/main.tpl).
You can replace that with whatever HTML you want.
#17 Re: Programming » IE6-compatible drop-down menu » 2012-01-27 12:46:14
- Franz
I know, I know.
The audience is everything but tech-savvy. That is the reason and it's a pain.
#18 Re: General support (1.4) » Multiple Domains » 2012-01-27 12:17:44
- Franz
I haven't. If you'd like to see that, I suggest you create that, and we'll think about it once we get to alpha5 or beta.
EDIT: Though, to be honest, if we do our job well, this should be one of the things easy to achieve with extensions.
#19 Re: General support (1.4) » Multisite support? » 2012-01-26 12:39:51
- Franz
Well, FluxBB does not allow to do this by default, and it requires heavy modifications.
There have been threads about this topic, you could have found them. Maybe this will help you:
http://fluxbb.org/forums/viewtopic.php?id=3072
#20 Re: FluxBB discussion » Move Polish support to fluxbb.org subdomain? » 2012-01-23 19:46:56
- Franz
For now I would suggest simply pointing that domain to their forum, too. We are absolutely not ready for translating the whole site yet (and not willing to do what comes with that - what about international support etc.?).
Problems I see, though:
Some people might complain about not getting a subdomain for their support forum.
Even though you're a developer, this is not (yet) an official support forum. We don't want to get people confused over that

#21 Programming » IE6-compatible drop-down menu » 2012-01-23 16:36:30
- Franz
- Replies: 6
Can anybody here recommend a good, simple drop-down menu that works reliably on Internet Explorer 6?
(Don't spear me, the audience is rather late on technology.)
Alternatively, can anybody help me fix an existing one for IE6? I have no clue, as always.
#22 Re: General discussion » Google translate FluxBB -> PunBB » 2012-01-23 12:14:33
- Franz
Yeah, I've seen that before, too (with French and Polish, I think). But not always.
Is there anything we can do about things like that?
#23 Re: General support (1.4) » Multiple Domains » 2012-01-23 09:09:44
- Franz
You would have to add some PHP code to recognize the current domain name and then use that to modify the value of $pun_config['o_base_url'], e.g. at the end of include/common.php.
If you're not sure how to do it, we can surely help.
#24 Re: General support (1.4) » turkce dil paketi (Turkish language package) » 2012-01-22 17:40:09
- Franz
Assuming you're asking where you can find the Turkish language pack (thanks, Google Translate):
there doesn't seem to be one at the moment. You can see all currently available language packs in this list.
#25 Re: Modifications (1.4) » [MOD] reCaptcha Anti Spam » 2012-01-19 08:20:06
- Franz
There is a README in every mod package. Just follow the instructions in there - they could not be more detailed...
