|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
I have ben installing the dashboard feature 3 times manually, and thought that has to be enough... I tried to look after a package for this feature without luck. I looked at the weather and 2 rainy hours later I have a package :)
you can download it from here
<a href="http://ebita.dk/pakker/umbracodashboard.zip"></a>
//Ronnie
.NET/Umbraco developer @ ebita ApS
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
<a href="http://ebita.dk/pakker/umbracodashboard.zip">Download</a>
.NET/Umbraco developer @ ebita ApS
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 507 Location: Melbourne, Australia
|
Hey Ronnie... this sounds like a great idea.
One problem, the installer doesnt work with virtual folders - tries to install to /config/... instead of config/, so with virtual foldeers it tries to install below the site's root.
Wishes he could work with Umbraco all the time.
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
The path looks like this /config/Dasboard.xml Are you sure you have write permission to the config folder?
//Ronnie
.NET/Umbraco developer @ ebita ApS
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 507 Location: Melbourne, Australia
|
The problem is that the preceeding / (/config) forces the script to go to the site root (localhost/) instead of the virtual folder root (localhost/umbraco/).
no matter i'm trying to set up on my hosted server now, so if i can get it working (3rd time lucky) should be all good. i'll keep u posted
Wishes he could work with Umbraco all the time.
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 408 Location: Amsterdam
|
I am really interested in the Zip upload, i installed it, but i can not find this feature? The other functions do work, so install is correct i Assume.
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
I placed the zipUpload in the devoper section, isnt it there?
I will change zipUpload to be placed in the media section instead of the developer section tonight.
.NET/Umbraco developer @ ebita ApS
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
I have now created a new version of the package. you now have the posibility to install the instruction board to :o)
<a href="http://www.ebita.dk/pakker/umbracoDashboard.zip">download</a>
.NET/Umbraco developer @ ebita ApS
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 507 Location: Melbourne, Australia
|
hey thanks for that.. installed and working (not fully explored yet but seems good)
This actually got me thinking... wouldn't it be cool to create a full website hosting environment for clients through Umbraco.
<a href="http://forum.umbraco.org/1676#post-1676">See my post here if you're interested...</a>
Wishes he could work with Umbraco all the time.
|
|
 Rank: Aficionado
Joined: 8/4/2006 Posts: 106 Location: London
|
The ZIP upload gives a input string is null if you don't select a location (would be nice if it defaulted to the Media folder or gave a warning).
It would also be nice, in my view, to add the zip upload to the core Umbraco? I can imagine most people will always bulk upload when first creating a website.
|
|
Rank: Aficionado
Joined: 7/19/2006 Posts: 179 Location: Pittsburgh, Pennsylvania, USA
|
Beautiful. Thank you!
Jason
|
|
Rank: Devotee
Joined: 7/26/2006 Posts: 35
|
I am having af bit of trouble with the instrucitons board, so what could I be missing.
It I enbable the intruction board, I get an error: Object reference not set to an instance of an object
So obviously I must be doing someting wrong
Jeg drikker Cola Light fordi jeg kan li' det - virkelig!
|
|
Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
I'm having a problem with zipUpload. When I try to upload a zip to a folder in the media library, I get a "Could not find a part of the path" error. The zip with my images is created in the data folder with a guid, along with two additional empty folders, but an error is reported:
C:\Inetpub\wwwroot\mba\data\a4994948-1765-465a-ad0d-4bc4ef4941e7front_pagefront_page\barman.jpg
It looks like there is a missing directory seperator? Anyone have else have this problem or a fix?
Thanks, Tom
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
@Tom: It might be a problem when you have a zip-file with folders in it. For me the zip-upload works great if I just have zipped files.
But I have started on modifying the zip-upload, to create the same structure in the Media-tree as the folders in the uploaded zip-file. And the files will also follow umbracos current file-name-standard (from /a4994948-1765-465a-ad0d-4bc4ef4941e7image.gif to /1234/image.gif)
|
|
 Rank: Addict
Joined: 3/17/2008 Posts: 953 Location: Nyborg, Denmark
|
Hi Tobbe!
I've done that update already, and also including a progress bar for large files (based on NeatUpload). I'll release it soon (the NeatUpload makes it a little tougher to install, though)
Jeeeez, did I really start this :-)
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
@Niels: Great. I will focus on something else then :-)
|
|
Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
@Niels
I'm really looking forward to the update supporting folders in zips -- I've got about 2600 images in hundreds of folders to move over.
Thanks!
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Can you elaborate on what the 'Instruction Board' is and what should be placed in the 'SourceNode' and "PropertyAlias' options for this to work properly? Also, I installed sucessfully, but then when I click on the 'Content' section, I see this error: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] umbDashboard.instructions.Page_Load(Object sender, EventArgs e) System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +750 Any ideas what I did wrong? Thanks for your help! Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
I found that manuallyediting the config/Dashboard.xml file fixed many of my problems, though I still don't know what the 'instruction board' is about... Here is what my Dashboad.xml file looks like now, in case anyone else is getting an error: Code: <?xml version="1.0" encoding="utf-8" ?> <dashBoard> <entry section="default">/usercontrols/dashboard/LatestEdits.ascx</entry> <entry section="content">/usercontrols/dashboard/LatestEdits.ascx</entry> <entry section="default">/usercontrols/dashboard/newestItems.ascx</entry> <entry section="content">/usercontrols/dashboard/newestItems.ascx</entry> <entry section="member">/usercontrols/dashboard/memberSearch.ascx</entry> <entry section="media">/usercontrols/dashboard/zipUpload.ascx</entry> <!--<entry section="default">/usercontrols/dashboard/instructions.ascx</entry> <entry section="content">/usercontrols/dashboard/instructions.ascx</entry>--> </dashBoard>
Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
As far as I can remember "The instruction board" use a nodeId and then shows the page in the dashboard :hmm:
.NET/Umbraco developer @ ebita ApS
|
|
|
Guest |