Forums

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

You are not logged in.

#1 Re: Core development » Spam blocking idea » 2009-09-14 18:58:22

Strofanto

I have noticed I have no spam in my forums because I have the email confermation upon registration. I know some server don't have a SMTP so it cannot be made mandatory, but ain't there anyway to make a similar activation system?

#2 Re: Core development » Any plans? » 2009-02-24 23:13:39

Strofanto
Reines wrote:

having someone allocate tasks (or at least list what needs done and let people choose tasks) would be useful?

Surely. I've been silent but I've checked the forums daily. I'm at loss when checking what to do. If someone assigned us the tasks, or we picked tasks from a list, it would be much easier to work.

#3 Re: General support (1.2) » delete memberlist » 2009-02-14 10:05:14

Strofanto

In userlist.php, after

define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';

put

if ($pun_user['g_id'] != PUN_ADMIN)
    header('Location: index.php');

EDIT: Sorry I misread.
Use the code above to disable the userlist, then to hide the link open include/functions.php
Search

    if ($pun_user['g_read_board'] == '1' && $pun_user['g_view_users'] == '1')
        $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

And replace with

    if ($pun_user['g_id'] == PUN_ADMIN)
        $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

This should do.

#4 Re: Core development » FluxBB 1.4 » 2009-02-11 12:11:22

Strofanto
FSX wrote:

- Rename constants/function from PUN_* to FORUM*

Wouldn't this break backwards compatibility?

#5 Re: Programming » Looking for a text editor » 2009-02-07 20:05:18

Strofanto
Pedro wrote:

FSX,  I was in fact aware of that... but 25 steps for having it up and running... that's not the way I use my computer.

At the end of the page there's a link to compiled binaries.

#6 Re: Programming » Looking for a text editor » 2009-02-07 09:21:32

Strofanto

Editplus is a good tool as well.

#7 Re: Core development » FluxBB 1.4 » 2009-02-06 16:00:48

Strofanto

You're right.

#8 Re: Core development » FluxBB 1.4 » 2009-02-06 15:59:17

Strofanto

What about the 1.3 color scheme? personally I like it better than 1.2

#10 Re: Core development » FluxBB 1.4 » 2009-02-06 15:45:14

Strofanto

Should 1.4 theme be changed to 1.3?

#11 Re: Feature requests » Root account protection » 2009-02-06 15:29:01

Strofanto

Make yourself a forum administrator and undercover admin, that way you'll never lose admin rights to anyone.

#12 Re: Feature requests » More topic possibilities » 2009-02-06 15:26:19

Strofanto

I'm pretty sure print topic was intended to be in the code since there's a print.css file in the style folder. I doubt it would be in the 1.3 legacy though.
As for PDF, doesn't it require a PHP plugin?

#13 Re: Core development » New Alerts » 2009-01-27 19:44:22

Strofanto

Do alerts only appear when there's an hotfix available?

#14 Re: General support (1.2) » how to move topic to another forum » 2009-01-24 17:47:29

Strofanto

Wait, we're talking about topics not posts, is that correct?

#15 Re: General support (1.2) » how to move topic to another forum » 2009-01-24 17:43:07

Strofanto

Look at the footer, there's a list of moderators functions on the left.

#16 Re: Programming » External application and FluxBB authentication » 2009-01-20 17:02:27

Strofanto

Correct assumption. Thanks for the clarification.

#17 Programming » External application and FluxBB authentication » 2009-01-20 16:30:45

Strofanto
Replies: 2

I would like to use FluxBB authentication data from a website that's on a different host. I would like to know what's the best way to do it. I was thinking of tracking Flux' cookie to check the user id or the usergroup id. Is it reliable and secure? If so, what do I need?

If it makes any difference, I can access the SQL database remotely.

Thanks.

#18 Re: Core development » Ticket 57: Check over install.php » 2009-01-15 18:40:58

Strofanto
$board_title = 'My FluxBB forum';
$board_descrip = 'Unfortunately no one can be told what FluxBB is - you have to see it for yourself.';

Worth translating?

#19 Core development » Ticket 57: Check over install.php » 2009-01-15 17:50:57

Strofanto
Replies: 3

Do strings like

exit('The file \'config.php\' already exists which would mean that FluxBB is already installed. You should go <a href="'.FORUM_ROOT.'index.php">here</a> instead.');

and

exit('You are running PHP version '.PHP_VERSION.'. FluxBB requires at least PHP '.MIN_PHP_VERSION.' to run properly. You must upgrade your PHP installation before you can continue.');

count as hardcoded? Should I move them to a language file?

#21 Re: Core development » Translating the main site » 2009-01-15 17:05:45

Strofanto

Do you want to keep the layout?

#22 Re: Core development » Translating the main site » 2009-01-15 16:59:02

Strofanto

Can we help with the changes to make?

#23 Re: Core development » Your names » 2009-01-15 16:44:35

Strofanto

Andrea Brando

#24 Re: General support (1.2) » Only loginform when not logged in » 2009-01-13 15:09:06

Strofanto

Assuming that you've included FluxBB's common.php, try with

if($pun_user['is_guest'])
{
    // your code
}

#25 Re: FluxBB discussion » fluxbb.org/lang/ ? » 2009-01-13 10:41:27

Strofanto

Neutral about what? FluxBB is a forum software not a political party, it is neutral indeed.

Board footer

Powered by FluxBB 1.5.0