You are not logged in.
- Topics: Active | Unanswered
#1 Re: Announcements » Tracking Installs » 2008-09-21 21:45:57
- Vovochka
Why is this mod so important?
http://fluxbb.org/trac/ticket/43
http://fluxbb.org/trac/roadmap
To tell the truth, I'm disappointed. Milestone "1.3 Beta3 - Feature Freeze" is still not reached, but there is the new one "1.3 RC1", which includes new features as this addon.
Developers, when finally we'll see stable FluxBB version? Are you writing for writing (not for result)?
#2 General discussion » Licensing » 2008-06-18 10:35:30
- Vovochka
- Replies: 6
As far as PunBB now just copies FluxBB (here and here) I have a question.
What licences can I use to public my mods? I don't want BunBB just to replace my name and release my mods as their own; or just keep somewhere invisible my name and add new copyrights.
Under what licences can I release my mods if I don't want anyone to reuse/modify my code without my permission? And how these licences concern gnu gpl (FluxBB is released under it).
Thanks
#3 Re: General discussion » PunBB RC Released » 2008-06-18 10:08:38
- Vovochka
Meow wrote:The "PunBB team" haven't developed anything since May 6, 2008.
i belive their are using a diffrent SVN..
svn://punbb.informer.com/public/punbb-1.3-RC
and just 1 revision ![]()
#4 Re: General discussion » Very confused about FluxBB and PunBB » 2008-06-18 09:43:33
- Vovochka
http://www.gnu.org/licenses/gpl.html
PunBB breaks 5.a because all FluxBB copyrights are removed.
#5 Re: Programming » Stripping empty lines » 2008-06-04 07:18:20
- Vovochka
MattF, Ok, don't proceed <textarea>
And maybe some other tags ![]()
Just tried this
preg_replace('/[<br>]+/','<br>',$text)
$text = '<b>hello</b> bla bla bla';
$text = preg_replace('/[<br>]+/','<br>',$text);You'll be surprised by output ![]()
http://php.net/manual/en/reference.pcre … syntax.php
#6 Re: Feature requests » Extension system » 2008-06-04 07:04:15
- Vovochka
Fluxbb stores hooks code in DB, but when it uses them, they are cached in cache_hooks.php
#7 Re: Announcements » FluxBB 1.3 Beta3 - June 1st 2008 » 2008-06-02 18:50:37
- Vovochka
Few days sooner or later, it doesn't matter.
Good luck!
Let b3 be a real release ![]()
#8 Re: Programming » Stripping empty lines » 2008-05-28 07:18:59
- Vovochka
Cheers.
I'll make sure to double check against that when I do it. That's used on the code box isn't it?
Yes, you're right. Good luck ![]()
#9 Re: Programming » Stripping empty lines » 2008-05-27 19:49:45
- Vovochka
MattF
Be careful with <pre> tag.
#10 Re: FluxBB discussion » UPDATE LOW_PRIORITY alternative & connection handling idea » 2008-05-23 22:54:57
- Vovochka
1. What benefits will server get (not user)?
I (as user) don't care, how fast page for me will be generated (0.1 sec or 0.008 sec) I won't see difference and be uncomfortable.
2. I think that transactions are better way to preserve database integrity. In MySQL these are InnoDB and BDB tables. I don't know other DB types but as far as I see in FluxBB core, SQLite & PostgreSQL work with transactions
#11 Re: Feature requests » Better URL-format (without any ids...) » 2008-05-23 16:22:16
- Vovochka
Some ideas:
http://fluxbb.org/forums/forum/9/feature-requests/to
http://fluxbb.org/forums/f9-feature-requests/or better
http://fluxbb.org/forums/feature-requests-f9/This topic can have this url:
http://fluxbb.org/forums/better-urlformat-without-any-ids-t598/p2/#12 Re: Programming » div same-height persentage columns » 2008-05-21 08:55:19
- Vovochka
I used this code http://vovochka.org.ua/test/works.html
I want to handle div positions with css. When I tried to swap blocks 2 & 3, block 1 disappeared
http://vovochka.org.ua/test/fails_css.html
Even if I change div's positions in html (for SEO purposes) I get the same trouble http://vovochka.org.ua/test/fails_html.html
Tested on Firefox 2.0.0.14, Opera 9.27, Safari 3.1, IE 7
#13 Re: Feature requests » Make $forum_extensions array » 2008-05-20 16:30:26
- Vovochka
You should look here
http://fluxbb.org/forums/topic/425/dependencies/
Upd: or just get everything you would like to know from the database
#14 Re: Programming » div same-height persentage columns » 2008-05-20 15:36:56
- Vovochka
It doesn't matter whether I change css or html. "Block 1" is not displayed any more.
I just uploaded new examples. Link is the same.
#15 Re: Programming » div same-height persentage columns » 2008-05-20 14:43:59
- Vovochka
damaxxed, thanks for helping!
Here are the examples:
http://vovochka.org.ua/test/
I just changed id's of divs
<div id="block_2"> to <div id="block_1">
& vice versa
#16 Re: Programming » div same-height persentage columns » 2008-05-20 14:12:49
- Vovochka
Well, question is still opened.
Link to layout I posted has troubles with columns order. When I try to change their positions one of them disappears
#17 Re: Programming » div same-height persentage columns » 2008-05-20 13:50:57
- Vovochka
Thank you very much!
I thought I will never find out how to do that
Here is direct link to the example:
http://www.positioniseverything.net/art … qualheight
#18 Programming » div same-height persentage columns » 2008-05-19 21:30:58
- Vovochka
- Replies: 10
Is it possible to make:
1. cross-browser (X)HTML div code
2. that has few percentage width columns
3. of the same height
4. And div positions were defined in css
Or it can be made only with tables?
I saw some tricks with when one column is fixed, but in my case they all must be percentage
Thanks
P.S: Sorry for my unclear speech. English is not my native language
#19 Re: Feature requests » Multilingual ext description » 2008-05-19 15:43:09
- Vovochka
Where would it be getting multilingual descriptions from though?
From this site (if it will provide such information. If FluxBB site will have multilingual subdomains, then maybe people who drive those subdomains will make some kind of translations for mod descriptions)
#20 Re: Feature requests » Multilingual ext description » 2008-05-19 13:09:26
- Vovochka
Search if there is a description for extension in admin's native language & show it to him. Of course if it would be possible
(I just know that there would be a repository and multilingual site.)
#21 Re: Feature requests » Multilingual ext description » 2008-05-19 12:56:19
- Vovochka
When there would be an extensions repositary & multilingual fluxbb.org (as we were told) I'll think about making extension that will automatically search and get description on user's lang settings. (of course if it would be possible & reasonable)
#22 Feature requests » Multilingual ext description » 2008-05-18 21:02:07
- Vovochka
- Replies: 15
If we have ability to have translated AP & installer, why can't extensions descriptions be translated too ![]()
#23 Re: FluxBB discussion » Fluxbb ... And the Future .... Whats gonno be » 2008-05-18 15:50:20
- Vovochka
Probably Connor means that in fluxbb core updates will be checked only for core (it has a connection).
And there will be ability to check whether there are updates for extensions (but this option will be not in core, maybe, official ext (it will have a connection))
#24 Re: FluxBB discussion » Amount of queries » 2008-05-18 12:27:18
- Vovochka
I see 9-10
#25 Re: FluxBB discussion » Fluxbb ... And the Future .... Whats gonno be » 2008-05-18 12:18:45
- Vovochka
SuperMAG - I agree that the notification system should be in the core. Whether or not the dev team decides to include a "one click upgrade" feature for extensions in the core is up to them - that feature could be an extension.
It is already there
UPD: but it notifies only about core, not extensions.
