Forums

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

You are not logged in.

#1 Re: FluxBB discussion » Languages » Yesterday 16:17:23

Franz

To be honest, I'm not really willing to maintain language packs for old versions...

#3 Re: General support (1.4 / 1.5) » how do i make login and post link? what is the syntax? » Yesterday 12:58:57

Franz

How about something like this?

if ($fid == 2) // your members forum ID
{
    // Display link...
}

#4 Re: General support (1.4 / 1.5) » how do i make login and post link? what is the syntax? » Yesterday 12:03:18

Franz

Actually, just do it this way...

Find this in login.php:

if (!isset($redirect_url))
	$redirect_url = 'index.php';

And add after:

if (isset($_GET['topic_reply']))
	$redirect_url = 'post.php?tid='.intval($_GET['topic_reply']);

Then all you need to do is change the login link to login.php?topic_reply=1234 (where 1234 is the ID of the forum which you want to create a reply to).

#5 Re: General support (1.4 / 1.5) » how do i make login and post link? what is the syntax? » Yesterday 11:44:10

Franz

You need to change login.php:
1. Add a hidden form field to the login form with the HTTP_REFERRER as value.
2. When checking the submitted form, redirect to the URL set in that field.

#7 Re: Modifications (1.4 / 1.5) » [Req] Quick Replay on every topic,and "Post new topic" link for guests » 2012-05-21 21:36:00

Franz

If anything, I would actually prefer keeping the "Register or login to reply", but add a special URL parameter that causes e.g. the login script to redirect the user back to the new reply page if login was successful.

EDIT: Wait, we don't even have those. Looks like we had them in v1.3. Then yeah, we should have those again, with simple redirection to the previous page. I should really log out from time to time. smile

#8 Re: General support (1.4 / 1.5) » Problem with RSS author » 2012-05-21 21:04:37

Franz

Ah, gotcha.

I just checked the code, and you're right, the feed only takes into account the email setting of the user who made the post, but ignores whether you are admin or not. So, to change this, find this line in extern.php:

if ($cur_post['email_setting'] == '0' && !$pun_user['is_guest'])

And replace it with this:

if ($pun_user['g_id'] == PUN_ADMIN || ($cur_post['email_setting'] == '0' && !$pun_user['is_guest']))

#9 Re: Modifications (1.4 / 1.5) » [Req] Quick Replay on every topic,and "Post new topic" link for guests » 2012-05-21 20:03:29

Franz

I actually like the second suggestion - maybe a nice suggestion for v2.0!?

#10 Re: FluxBB discussion » hdiff file v1.4.9 ==> v1.5.0 ? » 2012-05-21 18:29:45

Franz

Sorry for the delay, I had difficulties generating them, not sure why.

#11 Re: General discussion » How can I upload French language pack for 1.5.0 » 2012-05-21 12:30:05

Franz
Otomatic wrote:

Would it be so complicated to make this as for the "mod"?

Yes. smile

It is much simpler this way - spreading the work of registering for GitHub between the collaborators vs. having to develop something like this: simple choice for me...

#12 Re: General support (1.4 / 1.5) » Problem with RSS author » 2012-05-19 17:53:54

Franz

This is a feature, not a bug. smile

The point is that you are not allowed to see the email of that author on the forums, so you are also not in the feed.

#13 Re: General support (1.4 / 1.5) » Something weird going on with line breaks » 2012-05-18 07:18:18

Franz

Can you make an example post both with one linebreak somewhere and three somewhere else and then show us the generated HTML source code?

A link would also help...

#14 Re: Modifications (1.4 / 1.5) » [MOD] FluxBB Jquery Captcha » 2012-05-17 21:44:40

Franz

I suggest you also upload this modification to our repository.

Looks very cool. smile

#15 Re: FluxBB discussion » Diferent Announcements for Guests » 2012-05-17 08:35:01

Franz
Newman wrote:

Then add a new announcement row in config named o_announcement_messageFORGUESTS table and edit it and then add it to your cache or just edit your cache_config with the appropriate field name "o_announcement_messageFORGUESTS"

Deleting (and letting FluxBB restore) the cache is easier than manually editing it.

#17 Re: General support (1.4 / 1.5) » Ukrainian language for FluxBB 1.4 » 2012-05-16 21:45:14

Franz

Just send me the package, I will upload it.

#18 Re: Show off » Need help to integrate - will pay » 2012-05-16 19:41:54

Franz

1. What is the problem with editing the tpl files? They contain normal HTML, plus some specific tags, which are required so that the actual content of FluxBB pages will be inserted there.
2. You can add your site's header and footer code to the template files.

Hope that helps.

#19 Re: Programming » Coding » 2012-05-16 16:55:45

Franz

Is this supposed to be a popup over your website? I don't understand the code block...

#20 Re: FluxBB discussion » How can I upload French language pack for 1.5.0 » 2012-05-16 16:54:28

Franz

Just send it to me and I will upload it.

The process at GitHub is quite simple: you can fork the repository and then either edit the files online at GitHub or pull the repository to your computer with Git and edit there.

#21 Re: FluxBB discussion » re-installing fluxbb » 2012-05-14 13:55:03

Franz

Have you already upgraded?

Removing all the plugin files and cleaning up the database to look like this should be enough then.

#22 Re: General support (1.4 / 1.5) » Ukrainian language for FluxBB 1.4 » 2012-05-14 11:55:39

Franz

Hey animan, thanks very much for your willingness to contribute!

The simplest way to help is to register at GitHub, fork our language repository and submit a pull request once you have fixed everything.

#23 Re: General support (1.4 / 1.5) » pulsecms photo gallery into a post/page fluxbb forum » 2012-05-14 11:43:39

Franz
teJ20 wrote:

This is a support forum

Precisely, and a free one. No one here gets paid for support, we don't guarantee quick answers. This is not a very common request, so don't expect a very quick answer.

We do notice these posts, you do not need to bump them.

#24 Re: General support (1.4 / 1.5) » pulsecms photo gallery into a post/page fluxbb forum » 2012-05-14 10:45:11

Franz

Have you taken a look at the code in include/parser.php?

Also, patience. No reason to post three times in 18 hours.

#25 Re: Feature requests » Require a home » 2012-05-14 10:43:16

Franz

Sorry, I do not understand. Do you want to create a new home page, like a portal?

Board footer

Powered by FluxBB 1.5.0