Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 Re: FluxBB discussion » FluxBB Converter - Help wanted » 2010-12-31 10:31:05

Christian

Please try to keep support for PHP 5.1 and 5.2.

@taylorchu:

FluxBB is designed to run with minimal system requirements, so it should align with real world requirements.

#3 Re: FluxBB discussion » Quick jump on index » 2010-11-08 16:47:15

Christian

Ohh, I think I understand now.

#4 Re: FluxBB discussion » Quick jump on index » 2010-11-08 13:58:22

Christian

Not PUN_ROOT, but $base_url is used to build absolute URLs, Franz. wink

@Mpok:

What's the issue with absolute URLs when integrating FluxBB?

#5 Re: General support (1.4 / 1.5) » Summer-/Wintertime autochange » 2010-11-01 21:01:30

Christian

There is no automatic function which switches daylight saving time on or off.

There is an option in your profile, which adds an hour, if you check it.

#7 Re: Core development » Pull Request "#27: Reorganized quick searches" » 2010-11-01 19:47:05

Christian

I'm a bit unsure, if there's too much text at the right side in picture 2, that's why I made picture 3.

Beside of that, in 1.3 these links were only on the index site... (If we decide to also show them on viewforum now, it would be awesome to let them only list new/active/unanswered topics in the particular forum)

Did you notice, that I put the breadcrumb on the index site?

#8 Re: Core development » Pull Request "#27: Reorganized quick searches" » 2010-11-01 17:55:46

Christian

Not sure, what looks and feels best. I think it would be quite nice to have all of the links somewhere in the top area.

Just some quick mockups:

fluxbb_links_mockup_index_01.png
fluxbb_links_mockup_forum_01.png
fluxbb_links_mockup_forum_02.png

#9 Re: Core development » Pull Request "#27: Reorganized quick searches" » 2010-11-01 00:15:16

Christian

I quite like that the jump box is now displayed on every page and I am perfectly fine with having it on the index page.

The top placement of the search links makes sense and I would also place the 'mark forum as read' link right under the subscribe to forum link.

In theory, the mark as read links may not be used a lot, but we should keep them for forums wih a visit timeout greater than 30 mins.

What did you do with the 'show unanswered posts' link?

#10 Re: Core development » Pull Request "#27: Reorganized quick searches" » 2010-10-31 23:44:35

Christian

Franz, can you please post some screenshots, just to get more people involved...

#11 Re: General support (1.4 / 1.5) » Unable to view own profile » 2010-10-31 14:51:53

Christian

The Essentials page is a part of your own profile. There is nothing wrong with it.

#12 Re: Modifications (1.4 / 1.5) » [MOD] Category Collapse » 2010-10-15 12:25:23

Christian

The look is given by the existing style of a forum, I did this for.

The mentioned forum setup already uses jQuery, so I decided to also use it...

Why don't you make the "old" category collapse into a mod for 1.4.2 and release it here, instead of bothering me? tongue

#13 Modifications (1.4 / 1.5) » [MOD] Category Collapse » 2010-10-15 00:28:37

Christian
Replies: 5

Just finished my first real mod:

Persistent jQuery based category collapse.

Demo: http://www.fluxbb.de

Download: http://fluxbb.org/resources/mods/category-collapse/

#14 Modifications (1.4 / 1.5) » [PLUGIN] Author Update » 2010-10-14 22:08:40

Christian
Replies: 0

I updated guardian34's AP_Author_Update plugin to work with FluxBB 1.4.2.

Download here: http://www.fluxbb.de/forum/viewtopic.php?id=119

#15 Re: Modifications (1.4 / 1.5) » [PLUGIN] Languages and styles stats/reset » 2010-10-14 22:07:29

Christian

I'm sorry, I'm to lazy to install a Git client at the moment.

But feel free to check them in.

#16 Modifications (1.4 / 1.5) » [PLUGIN] Languages and styles stats/reset » 2010-10-14 20:52:09

Christian
Replies: 6

I updated Connor's AP_Languages_and_styles plugin to work with FluxBB 1.4.2.

Download here: http://www.fluxbb.de/forum/viewtopic.php?id=118

#17 Modifications (1.4 / 1.5) » [PLUGIN] Forum stats » 2010-10-14 20:50:21

Christian
Replies: 0

I updated Smarty's AP_Forum_stats plugin to work with FluxBB 1.4.2.

Download here: http://www.fluxbb.de/forum/viewtopic.php?id=117

#18 Re: Feature requests » Self delete » 2010-10-14 18:02:26

Christian

Yeah, I do speak german. big_smile

Thanks for posting the link!

You are right, an option to delete the account would be useful, but it's not a must in regard to this paragraph. You can simply ask the user to send an e-mail to the board admin, if he wants his account to be deleted.

Indeed, this might be also useful for non-german installations.

Let's see what the others say...

#19 Re: Feature requests » Self delete » 2010-10-14 17:11:43

Christian

Can you name that law?

#20 Re: General support (1.4 / 1.5) » How to use the parser on a new page? » 2010-10-10 21:03:16

Christian

I have posted some code over at fluxbb.de, which exactly does what you want:

http://www.fluxbb.de/forum/viewtopic.php?pid=525#p525

You can specify how many topics are catched and from which forums.

#21 Re: Feature requests » Stick topic option in post.php » 2010-09-16 14:39:03

Christian

Franz, please take into account, that this option gets only displayed for admins and moderators.

If one more option adds so much clutter, then please remove the hide smilies option as well. I have not used this one on any post I have ever made.

#22 Re: Core development » Notify mod authors when new FluxBB version is released » 2010-09-16 14:28:59

Christian

Not like a newsletter. This should be a simple reminder.

#23 Core development » Notify mod authors when new FluxBB version is released » 2010-09-16 13:53:28

Christian
Replies: 4

I think it would be useful to send a short notification to mod authors, when we release a new FluxBB version and ask them to check / update their mod and the version compatibility list in our repository.

#24 Re: Feature requests » Stick topic option in post.php » 2010-09-16 13:31:02

Christian

edit.php change line 22:

$result = $db->query('SELECT f.id AS fid, f.forum_name, f.moderators, f.redirect_url, fp.post_replies, fp.post_topics, t.id AS tid, t.subject, t.posted, t.first_post_id, t.closed, t.sticky, p.poster, p.poster_id, p.message, p.hide_smilies FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'topics AS t ON t.id=p.topic_id INNER JOIN '.$db->prefix.'forums AS f ON f.id=t.forum_id LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND p.id='.$id) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

add after line 91:

$stick_topic = isset($_POST['stick_topic']) && $is_admmod ? '1' : '0';

update line 104:

 $db->query('UPDATE '.$db->prefix.'topics SET subject=\''.$db->escape($subject).'\', sticky = '.$stick_topic.' WHERE id='.$cur_post['tid'].' OR moved_to='.$cur_post['tid']) or error('Unable to update topic', __FILE__, __LINE__, $db->error());

add after line 215:

if ($can_edit_subject && $admmod)
{
if (isset($_POST['stick_topic']) || $cur_post['sticky'] == '1')
$checkboxes[] = '<label><input type="checkbox" name="stick_topic" value="1" checked="checked" tabindex="'.($cur_index++).'" />'.$lang_common['Stick topic'].'<br /></label>';
else
$checkboxes[] = '<label><input type="checkbox" name="stick_topic" value="1" tabindex="'.($cur_index++).'" />'.$lang_common['Stick topic'].'<br /></label>';
}

#25 Re: Feature requests » Stick topic option in post.php » 2010-09-16 12:34:12

Christian

Updated the line number, because I was using a modified source file before.

I will also post a patch for edit.php later.

Board footer

Powered by FluxBB 1.5.0