WebsiteBaker Support (2.8.x) > Templates, Menus & Design
New admin template
ruebenwurzel:
Hallo,
agree, would like to see it in the WB 2.8 package as a skinable version. :-D. But don't think this is doable, as with releasing the first RC (wich was planned on yesterday) we have feature freeze. So Argos please do what you can and send me as soon as possible a first version. Even if it is not 100% ready, we could use the RC testing phase to complete (bugfix :-D) it.
Matthias
Argos:
--- Quote from: ruebenwurzel on July 02, 2009, 04:25:23 PM ---agree, would like to see it in the WB 2.8 package as a skinable version. :-D. But don't think this is doable, as with releasing the first RC (wich was planned on yesterday) we have feature freeze. So Argos please do what you can and send me as soon as possible a first version. Even if it is not 100% ready, we could use the RC testing phase to complete (bugfix :-D) it.
--- End quote ---
I'm working on it Matthias! I'm pretty far, and so far I managed to do only some small changes in /pages/index.php and keeping the rest in the template files. But I have to do the Media section still, so there will be some major changes in core functions I guess. I plan to finish tonight, even it means working till deep in the night. So it will be as ready as possible tomorrow morning. I'll keep you posted, Matthias.
It's nice to see this admin template is appreciated :-D
chio:
I have played a little bit because I wanted to have those new previews in the FCK-Editor also.
For those who are interested:
In
/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
replace all td width="16" with td width="50"
replace this line:
--- Code: ---'<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"><\/a>' +
--- End code ---
with:
--- Code: ---'<img alt="" src="../../../../../../../admin/media/thumb.php?t=1&img='+fileUrl+'" width="50" border="0"><\/a>' +
--- End code ---
In
admin/media/thumb.php
replace
--- Code: ---$image = addslashes($_GET['img']);
--- End code ---
with
--- Code: --- $delpath = WB_URL.MEDIA_DIRECTORY;
$image = str_replace($delpath, '', ($_GET['img']));
$image = addslashes($image);
--- End code ---
Seems to work.
Problems:
The admin-Directory is hardcoded in frmresourceslist.ht ml
Non-Image Files have no icon. Seems the nopreview.jpg is missing. If I create one, the problem is solved.
I have no practice with this Javascript-stuff, maybe someone could help me?
doc:
Hi Argos,
--- Quote from: Argos ---I'm working on it Matthias! I'm pretty far ...
--- End quote ---
Thats very good news. As usual, "best things come last" :wink:
Keep up your good work.
Regards Doc
Stefek:
Just installed.
Very nice functionality.
Would love something of this kind in the "original" WebsiteBaker Bundle.
Somday...
Kind Regards,
Stefek
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version