Topic: Extensions by Reines

Please note that a lot of these are currently out of date.

I have uploaded these to http://www.jamierf.co.uk/misc/?p=fluxbb if anyone wants them (for using, modifying, updating, ideas, etc), I'm not sure what revision they work on though, and will not be updating them until we have a stable release.

Ones that should work on 1.3-legacy can be found at http://www.jamierf.co.uk/misc/?p=fluxbb/1.3-legacy.

Last edited by Reines (2009-07-23 10:54:38)

Re: Extensions by Reines

If anyone finds any bugs please let me know, also if anyone has any suggestions for extensions they would like (though I don't promise to actually do them tongue).

Important: Some of these will not work on the 1.3-beta2 release of FluxBB, as they make use of a hook which was renamed since then (revision 105).

Last edited by Reines (2008-05-20 23:34:19)

Re: Extensions by Reines

Excellent Extensions.

Re: Extensions by Reines

yea and about the colorued groups ... what if some one makes an extension online today ... well the colour of the users be automathecally change if that happpens ...

thanks

EDIT: opps you already maded that ... lol

Last edited by SuperMAG (2008-05-16 03:13:28)

Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Re: Extensions by Reines

SuperMAG wrote:

yea and about the colorued groups ... what if some one makes an extension online today ... well the colour of the users be automathecally change if that happpens ...

thanks

EDIT: opps you already maded that ... lol

lol big_smile If people make extensions no it wont automatically work with them, though if someone tells me about it then I can try update it to work aslong as the extension has hooks in good places.

Re: Extensions by Reines

Gay you stole my easy extension for sigs sad

Re: Extensions by Reines

Your job seems quite interesting. Thanks !

Re: Extensions by Reines

0.4 - Fixed missing refresh of config cache on install

There is no need. FluxBB deletes all cache files while installing ext.
admin/extensions.php, line 170 wink

Re: Extensions by Reines

Vovochka wrote:

0.4 - Fixed missing refresh of config cache on install

There is no need. FluxBB deletes all cache files while installing ext.
admin/extensions.php, line 170 wink

Ah smile cheers

Re: Extensions by Reines

PS:
you should use
$forum_db->query('INSERT INTO '.$db_prefix.'config (conf_name, conf_value) VALUES(\'conf_name\', \'conf_value\')') or error(__FILE__, __LINE__);

Probably your present code can cause troubles with non-MySQL db (If you make this red message smile )
I have no ability to check pgSQL/SQLite

Re: Extensions by Reines

You should use query builder, actually.

Re: Extensions by Reines

Online Today doesn't work in my forum. Maybe I've done something wrong but don't know what. I edited the template but only in the header.
If U guys want to have a look : www.apa-sante.fr/flux

Re: Extensions by Reines

square wrote:

Online Today doesn't work in my forum. Maybe I've done something wrong but don't know what. I edited the template but only in the header.
If U guys want to have a look : www.apa-sante.fr/flux

What version of flux1.3 are you running? It will only work on > revision 105 (which means not beta2).

Re: Extensions by Reines

Take a look into the source:

<b>Notice</b>:  Undefined variable: description in <b>/homepages/0/d201402802/htdocs/apa-sante/doctype.php</b> on line <b>8</b><br />
" />
<b>Notice</b>:  Undefined variable: charset in <b>/homepages/0/d201402802/htdocs/apa-sante/doctype.php</b> on line <b>13</b><br />
"/>
<b>Notice</b>:  Undefined variable: style_couleur in <b>/homepages/0/d201402802/htdocs/apa-sante/doctype.php</b> on line <b>19</b><br />
.css"  />
<b>Notice</b>:  Undefined variable: pun_user in <b>/homepages/0/d201402802/htdocs/apa-sante/doctype.php</b> on line <b>20</b><br />
.css" />

Especially the last error shows that you are using some old extensions from punBB?

Re: Extensions by Reines

Reines wrote:
square wrote:

Online Today doesn't work in my forum. Maybe I've done something wrong but don't know what. I edited the template but only in the header.
If U guys want to have a look : www.apa-sante.fr/flux

What version of flux1.3 are you running? It will only work on > revision 105 (which means not beta2).

Ok I think I'm still with beta2 smile

Thanx

Re: Extensions by Reines

Felix wrote:

Especially the last error shows that you are using some old extensions from punBB?

Yes I did. Fixed ! THX !! big_smile

Last edited by square (2008-05-17 13:18:53)

Re: Extensions by Reines

The Signature Restrict extension is good but there's one thing you may want to do for the next version. The scroll bar is always displayed even if the signature is below the limit, example:
http://sixpop.com/images/file/28703700.jpg
Which isn't really needed.

Musicians Forum
The Community for all musicians and fans.

Re: Extensions by Reines

Tommy wrote:

The Signature Restrict extension is good but there's one thing you may want to do for the next version. The scroll bar is always displayed even if the signature is below the limit, example:
http://sixpop.com/images/file/28703700.jpg
Which isn't really needed.

Is this on IE? I didn't notice that when testing, though granted only used Firefox.

Re: Extensions by Reines

I'm using firefox and It's like it.  I'm using FluxBB 1.3 Beta.

Musicians Forum
The Community for all musicians and fans.

Re: Extensions by Reines

Should be fixed now, try version 0.3 and let me know. Thanks.

Re: Extensions by Reines

Perfect, thank you.

Musicians Forum
The Community for all musicians and fans.

Re: Extensions by Reines

Online Today works perfect now ! Good Job smile

Re: Extensions by Reines

Does Online Today work for 1.3 beta?

Musicians Forum
The Community for all musicians and fans.

Re: Extensions by Reines

Tommy wrote:

Does Online Today work for 1.3 beta?

No, the hook it uses changed name in revision 105 and beta2 was sometime before 105.

25

Re: Extensions by Reines

That's Good !