You are not logged in.
- Topics: Active | Unanswered
#576 Re: General discussion » Word Association Thread » 2008-09-23 13:16:45
- Paul
Olive
#577 Re: FluxBB discussion » Creation of Forums » 2008-09-21 12:07:27
- Paul
Gizzmo wrote:or maybe change it to how the group section works.
Select the category you want to add a new forum to, it will redirect you to a form to fill out with ALL information, (it would look exactly the way the edit forum looks.) then hit submit and add the forum.
I like that idea.
Or you could have two links on the submenu "Manage forums" and "Create forums". You then use the same form for both which will either be in edit mode or append mode depending on how you arrived at the form. If its in append mode when you add a forum you are redirected back to the same form following submit so you can create another. If its in edit mode you get redirected back to the manage forums page. I have no idea how complicated that would be to code though.
#578 Re: FluxBB discussion » Can we have some news... » 2008-09-21 11:54:42
- Paul
I finished the markup and am now trying to finish the css. I'm really busy right now so I'm fitting it in as best I can. I'm not going to commit anything until its finished. Fixing bugs one at a time just gets in the way.
#579 Re: FluxBB discussion » "FluxBB.org Forums » Modifications / plugins": isn't visible that 1.2 » 2008-09-19 11:20:31
- Paul
Paul wrote:The problem arises when you go to a topic from somewhere other than the index page e.g. the list of active topics on the front page.
Forgive me, I fail to see how that is problematic.
If you go via the index page then you know which forum you clicked and in which category it was. If you go to a topic from elsewhere and categories have forums with the same name then you don't know which one you are looking at.
#580 Re: Core development » Logo » 2008-09-18 17:52:53
- Paul
I don't like it much as a favicon and I really don't like it as a logo. I'm not that keen on anything I've seen so far. I would try and come up with an idea but I don't have the time. Is a logo really that urgent at the moment?
#581 Core development » Moderate forum broken » 2008-09-17 16:36:43
- Paul
- Replies: 2
Maybe I'm doing something stupid but moderate forum page navigation doesn't seem to be working.
#582 Re: FluxBB discussion » "FluxBB.org Forums » Modifications / plugins": isn't visible that 1.2 » 2008-09-16 18:19:38
- Paul
Well we could go back to using "index" as the first item of the breadcrumbs which would create more space. Since the category containers have an id assigned it would then be a matter of making the category link go to the relevant anchor on the index page.
The problem arises when you go to a topic from somewhere other than the index page e.g. the list of active topics on the front page.
#583 Re: Announcements » International support » 2008-09-16 15:26:14
- Paul
That would probably do it. In fact, I think it is good practice for every website that includes user contributed content to have an obvious way of complaining to the people in charge.
#584 Re: Announcements » International support » 2008-09-16 14:40:47
- Paul
You are liable for whatever the law says you are liable for. Generally speaking disclaimers are worthless. Their main purpose is to baffle or frighten the ignorant.
However, in reality there is probably not much of a risk. The important thing is to publicise a mechanism for making a complaint and then acting on any complaints made.
#585 Re: FluxBB discussion » Logo » 2008-09-16 13:57:22
- Paul
Its two brackets and a pipe <|> [|] (|)
#586 Re: Modifications (1.2) » multinlingual forum names, caching with js, a style, and a question » 2008-09-16 13:56:07
- Paul
The background colour for the left column in posts is actually a very wide border on postright and postfootright. You need to change the border colours for those elements.
#587 Re: Announcements » International support » 2008-09-16 10:31:27
- Paul
I couldn't quite see the point of cloning the static pages. Wouldn't it make more sense to put the content of the site in langauge files and then use a langauge switcher (as lie2815 seems to be suggesting). It also makes it significantly easier to maintain the site.
As a side note, I'm not that thrilled about being legally responsbile for content I don't understand.
#588 Re: General discussion » Word Association Thread » 2008-09-15 17:34:19
- Paul
Bubble
#589 Re: Feature requests » Ability for user to delete him self. » 2008-09-15 00:59:09
- Paul
I would have thought a more useful implementation would be delete request facility rather than delete. The admin could then do a search for all users with the delete request flagged. Though of course it would only really be useful on a busy forum with enough requests to make it a nuisance to deal with them individually.
#590 Re: FluxBB discussion » Logo » 2008-09-14 22:42:29
- Paul
Well that would make quite a nice status icon and favicon.
#591 Re: Core development » Progress » 2008-09-14 22:33:03
- Paul
I've sorted out all the markup but ran out of time with the css. I'm going to have to do it bit by bit during next week as I'm tied up with work. Do whatever you need to do with markup/language files and I will sort out any conflicts. Just don't bother to fix reported markup/css bugs.
#592 Re: FluxBB discussion » Database size? » 2008-09-12 13:02:38
- Paul
The database on this board is currently 14.48 MB.
#593 Re: Core development » Newlines in inline tags » 2008-09-11 11:38:09
- Paul
I have no strong preference either way.
#594 Re: Feature requests » Post Previw: topic title » 2008-09-09 11:27:21
- Paul
Moved.
#595 Re: Core development » Beta 3 Todo list » 2008-09-09 10:57:01
- Paul
A template system preferably by Friday ![]()
#596 Core development » Progress » 2008-09-06 22:25:48
- Paul
- Replies: 10
I'm putting the final stages to the markup particularly a few tricky bits like listing extensions which I've been putting off. I'm also rewriting the stylesheet to make it something approaching production quality. I won't be doing any more commits until the final commit as I'm spending too much time trying to update and keep svn working at the same time. At that point it will be beta ready as far as I'm concerned (subject to bugs being found).
I'm about to get really busy with work so I've given myself until next weekend to finish everything. In fact, I have to finish it by next weekend.
#597 Re: General discussion » Google announces own webbrowser "Chrome" » 2008-09-02 19:05:29
- Paul
The good news is it seems to be rendering things pretty much as it should.
#598 Re: Show off » Free Forum Hosting » 2008-09-02 18:58:21
- Paul
Because it might stop working at a moments notice.
#599 Re: General support (1.2) » IE layout issues. » 2008-08-31 22:38:25
- Paul
With IE it is usally floats and the clearing of floats that is the culprit. The other thing is that IE thinks that 50% + 50% = 101%. Thats why if you have two floats next to each other they need to be 49% wide not 50%.
#600 Re: General support (1.2) » IE layout issues. » 2008-08-31 22:30:56
- Paul
One little tip. When you get problems like that it sometimes helps to give the various blocks a bright background colour just for testing. It makes it easier to see what is actaully going on and how the various bits fit together.
