June 8, 201312 yr 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 Edited June 15, 201312 yr by BNoiZe
June 8, 201312 yr Author 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.
June 10, 201312 yr Looks great - but maybe a suggestion: Disable gravatar per default - not all need these type of spyware ;-)
June 10, 201312 yr 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) )
June 10, 201312 yr Author 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.
June 12, 201312 yr 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.
June 13, 201312 yr Author 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.
June 13, 201312 yr Author 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!
June 14, 201312 yr Author 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?
June 14, 201312 yr 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
June 14, 201312 yr Author 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?
June 14, 201312 yr 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>
June 14, 201312 yr Author 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
June 14, 201312 yr Author Thanks a lot - but bars are not displayed correctly - see attached image Please try my latest commit with updated progress bars!
June 14, 201312 yr Author 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
June 14, 201312 yr Author My last commit for the moment: A completely new icon set. Good night for now
June 15, 201312 yr It would be nice if you would not comment every commit/change here on its own...how about a complete changelog once in a while?
June 15, 201312 yr Author It would be nice if you would not comment every commit/change here on its own...how about a complete changelog once in a while? Okay sorry! Going to give support with single posts and post changelogs once in a while as a single post and a overview about all changelogs in the first post. I hope this is okay?!
September 30, 201312 yr Author Sparkle is now fully compatible with Froxlor 0.9.29. Please report bugs you may find.
Archived
This topic is now archived and is closed to further replies.