BNoiZe Posted June 8, 2013 Posted June 8, 2013 Hi, I'm currently working on a theme for froxlor which tries to create a look which is a little bit cleaner. Screenshots and the download can be found on GitHub: https://github.com/BNoiZe/Sparkle Changelog + new, * fixes, - removed 2013-06-15 v1.0 + Initial Release + Header design + New progress bars (more compatible) + Reformatted many views + Completely redesign traffic views * Various Bugfixes - Removed old progress bars
d00p Posted November 14, 2013 Posted November 14, 2013 As Sparkle is now part of Froxlor, this thread is no longer needed -> close
BNoiZe Posted June 8, 2013 Author Posted June 8, 2013 so, besides the green buttons, where's the change? As I said, still much work in progress. Changed the borders, added shadows, currently trying to get a header-bar with with the buttons for the user controls (hopefully this is possible). Currently swapping many of the images. I just wanted to achieve a look which is a little bit cleaner without changing the navigation on the right too much.
Sephiroth Posted June 10, 2013 Posted June 10, 2013 Looks great - but maybe a suggestion: Disable gravatar per default - not all need these type of spyware ;-)
Sephiroth Posted June 10, 2013 Posted June 10, 2013 And i encountered some bugs when your window is large enough - "webspace"-bar overlaps the "traffic"-label in the customer-window (the bars are not placed beneath but instead beside each other) )
BNoiZe Posted June 10, 2013 Author Posted June 10, 2013 Looks great - but maybe a suggestion: Disable gravatar per default - not all need these type of spyware ;-) And i encountered some bugs when your window is large enough - "webspace"-bar overlaps the "traffic"-label in the customer-window (the bars are not placed beneath but instead beside each other) ) Removed the gravatar by default, bug with overlapping bars has been fixed.
Sephiroth Posted June 11, 2013 Posted June 11, 2013 yeah no more overlapping - see attached image for new display error :-D
Sephiroth Posted June 12, 2013 Posted June 12, 2013 And the security question if you switch the setting "Special Logfile" for a domain in "Edit Domain" as admin always appears on the top of the site and has no function so you can't change that setting with this theme.
BNoiZe Posted September 30, 2013 Author Posted September 30, 2013 Sparkle is now fully compatible with Froxlor 0.9.29. Please report bugs you may find.
BNoiZe Posted June 13, 2013 Author Posted June 13, 2013 yeah no more overlapping - see attached image for new display error :-D Bug has been resolved in my last commit. And the security question if you switch the setting "Special Logfile" for a domain in "Edit Domain" as admin always appears on the top of the site and has no function so you can't change that setting with this theme. Bug hast been fixed. Was a problem with gravatar support.
BNoiZe Posted June 13, 2013 Author Posted June 13, 2013 And the security question if you switch the setting "Special Logfile" for a domain in "Edit Domain" as admin always appears on the top of the site and has no function so you can't change that setting with this theme. Bug has been fixed in my last two commits!
d00p Posted June 14, 2013 Posted June 14, 2013 looking forward to integrate this possibly in 0.9.29.1
Sephiroth Posted October 1, 2013 Posted October 1, 2013 Looks great - but please add the new ssl-icons to the user-domain-view so we can access the domain-ssl-settings from your theme. Maybe you want to apply to the froxlor team as theme maintainer? ;-)
BNoiZe Posted June 14, 2013 Author Posted June 14, 2013 looking forward to integrate this possibly in 0.9.29.1 That would be real cool! I also have a question: What's the format of 'lastlogin_succ' in the database? Can't format it to a usable date in any way?
d00p Posted June 14, 2013 Posted June 14, 2013 it's a unixtimestamp...you can format that with PHP's "date" function and a format-string, e.g. echo date('d.m.Y', 1371145856); would output: 13.6.2013
BNoiZe Posted June 14, 2013 Author Posted June 14, 2013 it's a unixtimestamp...you can format that with PHP's "date" function and a format-string, e.g. echo date('d.m.Y', 1371145856); would output: 13.6.2013 What would be the best way to get lastlogin_succ into the template? Currently trying to format $userinfo['lastlogin_succ'] with JS, is there a formatted Date inside $userinfo?
d00p Posted June 14, 2013 Posted June 14, 2013 no there isn't, displaying it in a template would require a defined php-variable in a .php file (the one that uses that template), e.g. /* * right before the eval() of the template */ $last_login_formatted = date('d.m.Y, $userinfo['lastlogin_succ']); eval(...); then in the template you can use this variable like so; <div id="lastlogindate">{$last_login_formatted}</div>
BNoiZe Posted June 14, 2013 Author Posted June 14, 2013 So I stayed with the JS solution, because I don't want to edit the base files of froxlor. Added last login to header: Restyled the sorting arrows: Also: - Gravatar support hast been removed (messes up the theme in many areas) - Restyled footer - Several bugfixes
Sephiroth Posted June 14, 2013 Posted June 14, 2013 Thanks a lot - but bars are not displayed correctly - see attached image
BNoiZe Posted June 14, 2013 Author Posted June 14, 2013 Thanks a lot - but bars are not displayed correctly - see attached image Please try my latest commit with updated progress bars!
BNoiZe Posted October 1, 2013 Author Posted October 1, 2013 Looks great - but please add the new ssl-icons to the user-domain-view so we can access the domain-ssl-settings from your theme. Maybe you want to apply to the froxlor team as theme maintainer? ;-) Sorry forgot to upload the files with the corrections for ssl-settings. Should be fine now! Becoming the theme maintainer for froxlor is not my decision
d00p Posted October 1, 2013 Posted October 1, 2013 well, you just have to ask... just join us on IRC and we can talk
BNoiZe Posted June 14, 2013 Author Posted June 14, 2013 I just pushed a new update to github. Restyled traffic graph in customer view Restyled traffic view in admin view Also: - Restyled ticket search - Removed old progressbar styling - Bugfixes All changes can be reviewed on GitHub: https://github.com/BNoiZe/Sparkle/commits/master
Question
BNoiZe
Hi,
I'm currently working on a theme for froxlor which tries to create a look which is a little bit cleaner.
Screenshots and the download can be found on GitHub: https://github.com/BNoiZe/Sparkle
Changelog
+ new, * fixes, - removed
2013-06-15 v1.0
+ Initial Release
+ Header design
+ New progress bars (more compatible)
+ Reformatted many views
+ Completely redesign traffic views
* Various Bugfixes
- Removed old progress bars
28 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.