CosmicBoards Alpha 3

The source code looks good so far, I'm going over it now and will reply in a while with my results. 🙂
 
Surprised anyone looking at the source code would say anything positive. 😛

If you find anything dangerous, like a security issue, DO NOT POST IT HERE. email it to [email protected]. (or PM it).
 
The software is great I beta tested it myself! 🙂 Everyone should convert to it even FP. :lol:
 
It does look stylish man, keep up the great work, I may have to give it a go!

😎
 
Not too keen on what I have seen so far, the layout looks all wrong in IE, but as it a work in progress will comment further once you have a stable version out.

Question I have now is why create your own?
 
If it is open source I assume you are using a true open source license like the bsd or mit license am I right?

If you are using the gpl you are usign a free software license making it free software.

the lgplv2 is open source though.

Anyways everything is looking good so far.

I notice your skin is easier to edit now. I think I will start making skins for it when it becomes more stable.

Edit: I have found one problem though.

For your curved borders you are using css3. It is also only working for firefox.

I suggest adding adding these -

Code:
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-topleft:10px;
-webkit-border-radius-topright:10px;
-o-border-radius-topleft:10px;
-o-border-radius-topright:10px;

The above should get every major web browser showing correctly. The only ones that won't see it correctly is IE8.
 
Woot a bsd license supporter 😀. Anyways I was just putting it out there man 🙂.
 
I can't get it to install, when I go to /wm/, it's just blank.
 
The software is good and works well. However, I don't like the look personally. You've done an amazing job though!
 
@AppleFlavouredDog: Delete /wm/lock.html. Also, if you posted that bug report, I responded. 🙂

@Midnight: Thanks. and Damien is working on a new style. This will become the default and the current default will become a secondary theme packaged with the software.
 
@volux:

http://support.cosmicboards.com/admin/

I hope you don't mind the "disparaging". That's what happens when you visit the ACP without authorization. :lol: Anyway, it does show the menu names and all. For a full preview, you can always download it.
 
Well cosmic this forum software is showing hope. You already have someone making a site for cb themes lol.
 
By the way, I have just fixed all reported bugs for PL2. I am going to release it later today I think. Please report any other bugs you see and we'll see if they can make PL2.

current changelog:

- /root/edit.php
--- Line 11. Added " or admin == 1"

- /root/includes/topic.php
--- Line 285. applied secure() and apply_bbcode() to $row['signature'].

- /root/wm/lock.html
--- Deleted file.

- /root/register.php
--- Lines 18-20. Added "} else { header("Location: ".url); }
 
That is great news. I will be reporting bugs as I see them 😀.

Might I suggest adding a simple donate link. So you can get some money backing your project 🙂.

Or are you gonna wait for a stable release?
 
Back
Top Bottom