Re: Extensions by elbekko

Hrmm, that's probably a configuration issue on your end then hmm

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Yeh, I realise, however, its easily fixed by you and since my configuration is how WHM/Cpanel does it, it could well affect other people.

Re: Extensions by elbekko

I'll see about changing it then. But it still seems like a very odd error.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Yeh, I dunno why its doing that sad

Re: Extensions by elbekko

http://test5.myfluxbb.com/extensions/ge … i.perl.css does it too :S

Re: Extensions by elbekko

That really starts to sound like mod_security or something acting up.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Check the error_log, Connor: see what the actual problem is tongue

Re: Extensions by elbekko

[Mon May 12 19:47:48 2008] [error] [client 78.86.104.116] Premature end of script headers: geshi.perl.css

Re: Extensions by elbekko

That's odd. Make sure the files aren't corrupt.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Please, don't beat me smile I found some bugs
Custom Registration Timeout 2.1.1 by El Bekko - can't be reinstalled.

Easy Profile Fields 2.1 by El Bekko All bugs I've reported are still there

Mibbit IRC Chat 0.1 by El Bekko
1. can't be reinstalled
2. no URL schemes
3. $db variables (not $forum_db)
4. $forum_page['form_target'] = forum_link('extensions/epf/mibbit/mibbit.php?action=$1', 'process');
  redirect(forum_link('extensions/epf/mibbit/mibbit.php'), $lang_mibbit['Settings updated']);
5. I don't understand what is it for: "Leave a field name empty to remove it. Options are only required when selecting the Drop-down menu type"
6. variable $forum_page['fld_count'] is used before it is set
7. there is something wrong with html on extensions/mibbit/admin/mibbit.php, look at other admin pages

Piclens 0.1 by El Bekko
1. hook mi_new_action is not working. you have php error there in string <?xml version="1.0" encoding="utf-8" standalone="yes"?> two last symbols accounted as php tag
2. You'll have huge cache_ext_piclens.php file if you would have forum with many pics.

Rebuild extension 1.0 by El Bekko there should be "reinstall" link, not "install". But for developer it's ok

Smiley List 1.2.3 by El Bekko - you know, doubled code smile Maybe it will be solved soon

And as was figured out, mod developers should use $ext_info

Re: Extensions by elbekko

Righty.

Can't be reinstalled

Please be a little clearer on this. What exactly is going wrong?

no URL schemes

I'm waiting with URL schemes until they are final and properly documented.

I don't understand what is it for: "Leave a field name empty to remove it. Options are only required when selecting the Drop-down menu type"

That probably remained when I copied it from EPF.

$forum_page['form_target'] = forum_link('extensions/epf/mibbit/mibbit.php?action=$1', 'process');
  redirect(forum_link('extensions/epf/mibbit/mibbit.php'), $lang_mibbit['Settings updated']);

I don't see the problem here.

there is something wrong with html on extensions/mibbit/admin/mibbit.php, look at other admin pages

Can you be a bit clearer?

hook mi_new_action is not working. you have php error there in string <?xml version="1.0" encoding="utf-8" standalone="yes"?> two last symbols accounted as php tag

Urgh, why must people have short tags enabled? X(

You'll have huge cache_ext_piclens.php file if you would have forum with many pics.

I anticipated that, and there really isn't alot I can do about it. Unless you have a better solution.

there should be "reinstall" link, not "install"

Yes, I just didn't feel like making a language file for one thing that has a nearly similar meaning already in the standard language files.

And as was figured out, mod developers should use $ext_info

Most of my extensions use that, and it can't be used in external files.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

elbekko, could you please separate quotes with your notes. I don't understand what note goes to what quote smile

Re: Extensions by elbekko

Erm, it's pretty clear... quote first, then note.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

The GeSHi extension does odd things when combined with normal [code ] bbcode http://test5.myfluxbb.com/viewtopic.php?pid=2#p2

Re: Extensions by elbekko

Looks like you didn't close that code tag.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Well I did, thats the problem tongue

Re: Extensions by elbekko

First quote, then note smile

Please be a little clearer on this. What exactly is going wrong?

$forum_db->query("INSERT INTO ".$forum_db->prefix."config VALUES ('o_ext_mibbit_server', 'irc.freenode.net')");
$forum_db->query("INSERT INTO ".$forum_db->prefix."config VALUES ('o_ext_mibbit_channel', '#fluxbb')");

is executed if you reinstall (not delete & install again). You can do it when new mod version is uploaded. You should check EXT_CUR_VERSION. Look at portal by Daris


I'm waiting with URL schemes until they are final and properly documented.

OK

That probably remained when I copied it from EPF.

OK

I don't see the problem here.

you give links to unexisting pages. Left from EPF

Can you be a bit clearer?

http://i32.tinypic.com/34981l4.jpghttp://i26.tinypic.com/2qs4i0l.gif


I anticipated that, and there really isn't alot I can do about it. Unless you have a better solution.

Maybe database

Re: Extensions by elbekko

Ahah, that's what you get from copy/pasting smile
I'll fix it tomorrow.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

elbekko, could you also change a little mod Piclens 0.1 by El Bekko

// please replace
if(FORUM_PAGE == 'viewtopic')
    $GLOBALS['ext_piclens_foundimages'][$GLOBALS['id']][] = $url;
// by
if(defined(FORUM_PAGE)  &&  (FORUM_PAGE == 'viewtopic'))
    $GLOBALS['ext_piclens_foundimages'][$GLOBALS['id']][] = $url;

There are many cases when other mods require parser.php before FORUM_PAGE is defined

Thanks

Re: Extensions by elbekko

Sure, while I'm at it smile I'll also change that bit to not put in signatures.

Last edited by elbekko (2008-05-13 19:10:49)

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Right, I fixed most of it, but EPF will have to wait until I have a clearer head (it's a bit more complicated to solved the checkbox issue than I thought).

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

Nice extensions elbekko smile

On the GeSHi syntax highlighter, would it be possible to add the bbcodes in the help bbcode section on the next release? smile

Re: Extensions by elbekko

I could look into that smile

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Extensions by elbekko

@elbekko - Is it possible for you to modify the current smiley_list extension to also include other bbcodes such as: inserting code, code=php quote and all the rest and maybe make it configurable by the admin as to what is displayed to the user? I don't know why Flux does not have this in the core. It is such a pain to constantly keep adding it manually. Anyway, maybe if  you have time you can do it? Unfortunately I can't code so I am stuck. sad

Shedrock

Re: Extensions by elbekko

That would be an entirely different extension.
And it isn't in the core because it's useless for alot of people.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks