Forums

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

You are not logged in.

#1 Re: Feature requests » Features » 2008-05-21 19:57:50

Greg
damaxxed wrote:

Ok, JS doesn't display the E-Mail address when it's disabled, but what about images? Do you really think harvesters have that much processing power to OCR scan that much images?

Do you realise how much money is in spam? They can always just buy more servers smile

#2 Re: FluxBB discussion » Options during extension installation? » 2008-05-21 08:00:59

Greg
elbekko wrote:

You probably can, using the message() function in the install code.

Possible, but not a good way to do it, and I doubt it would work as well as what I'm getting at -.-

#3 FluxBB discussion » Options during extension installation? » 2008-05-21 04:30:47

Greg
Replies: 4

Lets say I'm are adding a cash extension to my forum. I click install and the extension is put in, but then you must go through and change values. What if the extension install process could determine the defaults you wanted instead or better yet stop certain hook data that would never be used? There is also other benefits to allowing this.

1. Say we don't want cash displayed in viewtopic but we don't want to have the if statement there, during install the option to disable it from being in the code would be there.

2. Less time spent modifying default values put in by the extension dev.

3. Ability to set multiple default configurations for the user to choose from.


Might seem like a lot of work, but I can see it being very useful.

#4 Re: FluxBB discussion » Any specific things I need to do to include my own hooks? » 2008-05-17 00:34:49

Greg
Smartys wrote:

You want to add hooks to your own extension code? Very different case. smile
That's not only acceptable, it's encouraged: extensible extensions are awesome. tongue
We don't have a standard for naming hooks in extensions just yet, but I would prefix it with the extension ID.

smile

#5 Re: FluxBB discussion » Any specific things I need to do to include my own hooks? » 2008-05-17 00:24:16

Greg
Smartys wrote:

Do you mean "I want to add hooks somewhere within the code where they're not already"?
If so, don't. Suggest places to add them. The whole idea behind the extension system is that users should not have to modify the source ever,

I mean a script not in the core. I'm aware of the DO NOT EDIT CORE EVER idea -.-. I'm just not sure if I can simply change the name.

Example (admin/users.php):

($hook = get_hook('aus_ip_stats_selected')) ? eval($hook) : null;

Changed to (extensions/ext_name/admin/file.php):

($hook = get_hook('asc_ip_stats_selected')) ? eval($hook) : null;

Seems too easy to me sad

#6 FluxBB discussion » Any specific things I need to do to include my own hooks? » 2008-05-17 00:16:05

Greg
Replies: 4

I'm working on an extension which would benefit greatly if it could use it's own hooks. Is there anything special I need to do in order to add them?

#7 Re: General discussion » Weird, MSN won't connect for me :( » 2008-05-17 00:10:33

Greg

Thats why GTalk pwns smile Uses less resources then even the most basic MSN. I use the most basic MSN because I think Live will use more resources then PS CS3 -.-

#8 Re: Feature requests » add_table in the dblayer classes :) » 2008-05-17 00:06:01

Greg

LOL I was just about to post this. I figured there must be a good reason smile

#10 Re: Feature requests » Configurable invisibility for user groups » 2008-05-16 05:40:33

Greg

Just curious, why exactly would you want this? Is the point of a discussion forum not to discuss? What does hiding from the online list achieve? Would help others understand too I think -.-

On that note, not a core feature I'd like to see. Extension would be easy enough I guess.

#11 General discussion » Whos gonna win the Stanley Cup? » 2008-05-15 23:53:11

Greg
Replies: 0

Being Canadian I have to care smile

Finals will be Wings / Pengs and Pengs will win in Game 6 smile

Board footer

Powered by FluxBB 1.5.0