You are not logged in.
- Topics: Active | Unanswered
#1 Re: Modifications (1.4) » [MOD] Spam Profile Protection: AntiURL » 2010-11-07 06:20:58
- sirena
Wouldn't simply adding 'rel="nofollow' to any URL links in the profile fields do the same job?
#2 Re: General discussion » Email clients » 2010-10-29 01:34:58
- sirena
Been using this and it's earlier incarnations for over 10 years now:
http://www.chaossoftware.com/intellect.asp
It's much more than an email client, but it does email very well. And it is very stable, has bayesian anti-spam, ability to scan headers of remote POP accounts before download, does IMAP and POP3, SSL, is updated frequently etc etc. Best of all it isn't bloated or buggy like Outlook or Tbird.
It's shareware (USD $60) but with a full trial for 21 days.
#3 Re: Feature requests » Full OpenID » 2010-10-23 01:17:57
- sirena
OpenID has a long discussion history here.
There are lots of pros and cons with OpenID. It isn't all sweetness and light.
#4 Re: Modifications (1.4) » Very Simple Anti-Bot Registration MOD for postings » 2010-10-17 10:28:36
- sirena
That is of course the best way to do it. My suggestion is a bad one ![]()
I wrongly assumed that your mod of post.php might bypass the Administration > Forums permissions.
#5 Re: Modifications (1.4) » Very Simple Anti-Bot Registration MOD for postings » 2010-10-17 04:45:57
- sirena
Looks good.
As an alternative to letting guests post across your whole forum, you could just specify one particular forum as open to guests, and leave the rest only available to registered users.
To do this you could probably put the code modification you made to post.php within some PHP that looked something like: 'if forumID=x, run your code, otherwise run everything as normal'.
#6 Re: Modifications (1.4) » Chat on your forum like on facebook » 2010-10-03 20:05:11
- sirena
Aha. So it basically helps integrate PHPFreechat - http://www.phpfreechat.net - into a Flux site.
Could be useful
#7 Re: Modifications (1.4) » Chat on your forum like on facebook » 2010-10-03 18:20:32
- sirena
Do you have an example of it in use?
#8 Re: Modifications (1.4) » A few mods (in progress) » 2010-09-29 21:45:28
- sirena
Thanks for these. The reCaptcha and SFS mods in particular will be very helpful.
#9 Re: Modifications (1.4) » Calendar (for v1.4) ? » 2010-08-22 00:05:36
- sirena
Yes, it's a big mod with a long history. Be sure you are working from the latest version ![]()
There are also a few useful add-ons to the calendar mod (eg the categories feature) which might usefully be brought across to 1.4* too.
#10 Re: Announcements » FluxBB 1.4.2 released » 2010-08-09 23:20:35
- sirena
Still no simple anti-spam measures in the core?
I thought something like a simple changeable text Q and A was to go into Flux register/post after 1.4.0...![]()
#11 Re: Modifications (1.4) » UserMap » 2010-06-26 21:57:05
- sirena
???
#12 Re: Modifications (1.4) » [Mod] FluxRewrite Essentials - 2.0.0 » 2010-06-23 21:22:43
- sirena
Maybe you could change the name of the download to something more meaningful than 1.1.1.zip ?
#13 Re: Modifications (1.4) » [Mod] Another Private Messaging / Topic System - 3.0.1 » 2010-06-22 11:15:15
- sirena
There were I recall some XSS bugs in 1.2 versions of this mod.
Are they all fixed? ![]()
#14 Re: Announcements » FluxBB 1.4.0 released » 2010-06-20 02:43:03
- sirena
Interesting.
This is how that page looks in Opera 9 and Firefox 3.0.11:

No style gets called - this is all there is in the HTML when you navigate down from Index > Test forum > test post :
<div class="linkst">
<div class="inbox crumbsplus">
<ul class="crumbs">
<li><a href="index.php">Index</a></li>
<li><span>» </span><a href="viewforum.php?id=1">Test forum</a></li>
<li><span>» </span><strong>Test post</strong></li>
</ul>
<div class="pagepost">
<p class="pagelink conl"><span class="pages-label">Pages: </span><strong class="item1">1</strong></p>
</div>
<div class="clearer"></div>
</div>
</div>???
Edit - a note from the Flux download page:
Note: FluxBB v1.4.0 should work with any SQLite 2 version, however SQLite 3 is currently not supported.
Maybe that is the issue.
#15 Re: Announcements » FluxBB 1.4.0 released » 2010-06-19 17:02:11
- sirena
At the moment, on
http://fluxbb.org/downloads/
the link to upgrading flux 1.2:
http://fluxbb.org/downloads/upgrade.html
says this:
Sorry, this page is currently disabled until our move to Git is complete (...and the upgrade script has been altered to support git).
#16 Re: General support (1.4) » Release » 2010-06-16 11:08:15
- sirena
Twitter? Bah humbug.
Why buy new, when FluxxBB will do?
- ie just put any news up here first ![]()
#17 Re: Show off » LotosSimple style » 2010-06-02 21:14:56
- sirena
That is a very attractive style.
I could see only one minor issue with the alignment of text on the index page under Opera 9 (my current default browser):
Ultimately you should be able to upload the style here:
http://fluxbb.org/resources/
If that doesn't work, an alternative download link would be great.
#18 Re: Feature requests » Improving performance for large topics » 2010-05-31 16:55:58
- sirena
I'm relaxed. I'm very happy with the Flux approach. It's all good.
The MyBB example was just for info. It is interesting how other projects with similar goals tackle similar problems. Maybe there is something useful to see. Or maybe not. ![]()
#19 Re: Feature requests » Improving performance for large topics » 2010-05-31 07:29:51
- sirena
Another reference point is how MyBB handles large topics, which seems very snappy: eg
http://discussion.dreamhost.com/forum-8-page-599.html
MyBB's forumdisplay.php I think has the code for handling this.
http://www.mybb.com
#20 Re: General support (1.4) » Fluxbb CSS very in-efficient, according to page speed analyser » 2010-05-30 17:33:46
- sirena
An interesting read.
That article though lacked any discussion about the impact of CSS structure on page rendering, and therefore apparent performance, as opposed to just CSS code-parsing speed.
Only one of the commenters picked this matter up, but how the CSS-controlled page is visually 'painted' by the browser is also a notable issue in CSS optimization.
In table-based layouts, nesting tables within tables can be notoriously slow because the browser needs to know about the structure and dimensions of all interior tables before constructing them on screen. And you would never set all of your body content within one over-arching table. So breaking up nesting and choosing layouts that could be parsed and displayed sequentially was the way to get apparent speed.
It strikes me that similar issues apply to CSS layouts. Significant element, wrapper or 'box' nesting can't be good for apparent rendering speed, starting from the BODY element down.
#21 Re: Modifications (1.4) » Mods updated to FluxBB 1.4 / my plugins for FluxBB » 2010-05-29 23:14:17
- sirena
Daris, what about the update of your private message system mod ?
Any news.
Does this represent the latest Daris 1.4 version available?:
http://trac6.assembla.com/fluxbb-pl/bro … Mod-1.2.4c
I am hoping that any update of this mod to 1.4 reflects the improvements and fixes made by Koos in his 1.2.4c version of this mod:
http://www.punres.org/viewtopic.php?pid=25581#p25581
#22 Re: Feature requests » DEL & INS tag » 2010-05-29 08:51:06
- sirena
I like.
#23 Re: Feature requests » Improving performance for large topics » 2010-05-28 10:02:21
- sirena
Well done. It's a good move.
#24 Re: Feature requests » Improving performance for large topics » 2010-05-27 22:12:07
- sirena
I don't see any reason to try to optimize the two-query approach anymore. Especially if it is more compatible with other DBMS.
Agreed. The code at http://fluxbb.org/forums/viewtopic.php?pid=32253#p32253 seems to do the job commendably, judging by the test. Looks like it would be a useful addition to the flux code.
#25 Re: Feature requests » Improving performance for large topics » 2010-05-25 20:56:27
- sirena
So what was the conclusion here?
Are there going to be any code changes to flux?
