BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Sup RageZone,
Like the title says, i'm currently developing "BandzCMS" with a friend of mine.
It's a Content Management System written in PHP, PDO , with an easy template system.
I'm using RainTPL because i'm lazy. (Oh yeah, and because i like RainTPL :ott1: )
But me and my friend are kinda stuck on the 'template' right now, so we would like to hear y'all opinions.
Screen of Index: http://i.gyazo.com/02e02200eabf83d9d9d6d24add7ccccb.png
Screen of Register: (It's animated, with fadeIn) : http://i.gyazo.com/ba4895971a7d0bc8d465daf221f7aacd.gif
Screen of Me page (Sorry that the screens are dutch, we will be adding languages soon!) :
http://i.gyazo.com/cf167fd76d03a0c50575cf210b6e57fc.gif
snippet :
Any tips or idea's are welcome. This is my first CMS written from scratch so easy on me.
LOL
Kind regards,
Mozilla.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Looking good. Love the design so far!
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Quote:
Originally Posted by
Lunaa
Looking good. Love the design so far!
Thanks for the feedback.
- - - Updated - - -
Update: Me page rewritten.
http://i.gyazo.com/64087e063da5440b876c374a2b65bea6.gif
I need some idea's from y'all to fill up some empty space on the me page. Maybe a mini badge shop or something?
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
This is looking good so far. Ill sure give this a try when its released! Good luck with the rest of the development :D:
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Good luck on this! hating the background tho.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
I like the design.
Just a tip:
PHP Code:
if (! (ACCESS_LEVEL == 'ACCESS_ALL' || ACCESS_LEVEL == 'ACCESS_GUESTS' || ACCESS_LEVEL == 'ACCESS_USERS' || ACCESS_LEVEL == 'ACCESS_ADMIN'))
PHP Code:
if (ACCESS_LEVEL != 'ACCESS_ALL' && ACCESS_LEVEL != 'ACCESS_GUESTS' && ACCESS_LEVEL != 'ACCESS_USERS' && ACCESS_LEVEL != 'ACCESS_ADMIN')
Or you could just use an in_array call there.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Quote:
Originally Posted by
azaidi
I like the design.
Just a tip:
PHP Code:
if (! (ACCESS_LEVEL == 'ACCESS_ALL' || ACCESS_LEVEL == 'ACCESS_GUESTS' || ACCESS_LEVEL == 'ACCESS_USERS' || ACCESS_LEVEL == 'ACCESS_ADMIN'))
PHP Code:
if (ACCESS_LEVEL != 'ACCESS_ALL' && ACCESS_LEVEL != 'ACCESS_GUESTS' && ACCESS_LEVEL != 'ACCESS_USERS' && ACCESS_LEVEL != 'ACCESS_ADMIN')
Or you could just use an in_array call there.
Thanks for the tip :) Very helpfull.
Quote:
Originally Posted by
Exonize
Good luck on this! hating the background tho.
Thanks for you feedback. Any tips for the background?
Quote:
Originally Posted by
RetroPiggy
This is looking good so far. Ill sure give this a try when its released! Good luck with the rest of the development :D:
Thanks! You can easy make your own theme, you just need to know html and CSS :).
- - - Updated - - -
Small update on the me page ;
http://gyazo.com/b622dfa669e631fbac96eff348ace7ff.gif
We are starting on the community and news page now.
There will be a own houskeeping too.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Design of staff page is done , gonna code him now.
http://i.imgur.com/Ngal9Hr.png
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Is the final language going to be Dutch and we need to translate to desired language or will there be a language system to let the user pick between for example Dutch and English?
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Quote:
Originally Posted by
RetroPiggy
Is the final language going to be Dutch and we need to translate to desired language or will there be a language system to let the user pick between for example Dutch and English?
You can choose between Dutch and English
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Why did you add adverts???
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Quote:
Originally Posted by
RetroMakerD
Why did you add adverts???
It's a image. There goes something else instead of ads. But i'm thinking of what i can place there.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
What about a radio? Or Facebook Widget.
Re: BandzCMS [PHP] [PDO] [RainTPL] [Caching]
Quote:
Originally Posted by
RetroMakerD
What about a radio? Or Facebook Widget.
Thanks for the ideas.