36 comments found.
Thank you.
I dont know what you mean, can you give me an example?
greetz
Mark:
An example would be: A dashboard is an area where the administrator easily can see the latest actions/development. Like: How many people has viewed the article? Which article is read the most? Which pictures are downloaded the most? Have I gotten any new subscribers to my newsletter? How many articles are pedning? Have I gotten any new orders?
The second picture on this website (http://www.adminizio.com/template-views.php – this is a commercial product) has sort of a dashboard. Another example is when you login to Google Analytics
I now know what you mean i will build it this weekend!
greetz
Any black versions?
Would i be able to use this admin panel with ASP .NET?
Thanks
Looks very very very good. All the Javascript is like icing on the cake.
@josh2bmd: a black version will come
@oskardiazdeleon: i thinks so but well i am not a ASP or NET person
@Phoenix_Zero: Thanks!!
5 stars. Mark you’re the man. Thanks for making the updates! I’m sure it will get even more use now!
@syndix: Thank You!!!
Mark,
When using the tabs within a box, (in this example I’m using the 1000px one column box) If I try and build a form in a tab the fields go outside (vertically) of the tabs.
So it’s like content > full column > box > tabs > tab > form
Any idea of how I could work around this? Maybe not use the preset div tags you have for the foms and not using the labels tag? I have thought of maybe building a table with the form in it and seeing if that would work but I’d prefer not to have to build a table each time I want a form in a tab.
Any ideas would be great!
The jQuery UI tabs uses a separate css file whitch can come in conflict with the main css file, i will email you about this.
greetz
I am new to this…how do you apply skins to existing admin pages?
Thanks, Will
All of the admin skins here a custom skins that means that you have to fit the skins your self to the admintool you are using.
I have a problem when setting any tab but the Main Page tab as active – I have emailed you about this. If you could please provide a fix that would be great.
You didn’t use the proper code, send you the solution
Want to know when a file gets updated by email?
Hey there, i hope you or someone else can help me.
i have updated the jquery library to 1.8.23 and want to add a date range with input fields.
But only the first date will work, the second would not be initialized
the function in head after i load the other js files<script> $(function() { $( "#datepicker" ).datepicker({ defaultDate: "+1w", changeMonth: true, numberOfMonths: 3, onSelect: function( selectedDate ) { $( "#datepicker-to" ).datepicker( "option", "minDate", selectedDate ); } }); $( '#datepicker-to' ).datepicker({ defaultDate: "+1w", changeMonth: true, numberOfMonths: 3, onSelect: function( selectedDate ) { $( "#datepicker" ).datepicker( "option", "maxDate", selectedDate ); } }); }); </script>my inputtags
<div class="inputfield"> <label for="from">von:</label> <input type="text" name="from" id="datepicker" class="datepicker" > <label for="to">bis:</label> <input type="text" name="to" id="datepicker-to" class="datepicker"> </div>
i try many versions but i didn´t find a working solution!
thanks
I cant see where the script starts, if it’s located in the head section, change the anonymous function:
($(function(){
in to
$(document).ready(function($){
Hi, is this only a template or is this a real administration panel? can i use all of the html templates from themeforest with this panel? is it ready to start? Is a manual with it? Thanks. Timur
All ThemeForest admin panels are only a collection of UI elements, so these are not working admin panels. If you are looking for a backend panel or CMS you should look for an wordpress template which comes with a backend.