Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Folder structure ?
demoxx
#1 Posted : Saturday, 7 February 2009 7:06:03 AM(UTC)
Rank: Newbie

Joined: 7/02/2009(UTC)
Posts: 2

Hallo

Can you customize Gallery Server Pro to display folder structure, like ex treeview, and not borthring with Albums?

Reason I ask is,
I archive my pictures in folders called like this:

Code:
Mypictures
|------->2007 (year)
| |------>01 (month)
| | |----->01 (day)
| | |-----> .
| | |-----> .
| | |----->31 (day)
| | .
| | .
| |------>12 (month)
|
|------->2008
|------>01
| .
| .
|------>12
Roger Martin
#2 Posted : Sunday, 8 February 2009 8:58:37 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

I'm not sure what you mean by "not borthring with Albums." It sounds like you want to keep albums but display them in a treeview format. If that's the case, I'll note it as a feature request.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
smasood_ali
#3 Posted : Thursday, 23 September 2010 5:41:16 AM(UTC)
Rank: Member

Joined: 23/09/2010(UTC)
Posts: 4
Man
Location: Toronto

Roger Martin wrote:
I'm not sure what you mean by "not borthring with Albums." It sounds like you want to keep albums but display them in a treeview format. If that's the case, I'll note it as a feature request.


Rogers, first of all thanks for your great work. I wish i can contribute in some way.

Currently i want to display the folder structure with complete image path as we host and then distribute images to clients. Is this change implemented already ? I started working on it. If i succeeded i will send you the code
Roger Martin
#4 Posted : Thursday, 23 September 2010 8:32:44 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

2.4 will contain an option to show an album treeview along the left side. See the attached screenshot for what the current development snapshot looks like.

Is that what you are looking for?
Roger Martin attached the following image(s):
Roger Martin attached the following image(s): treeview_preview.png
Roger Martin
Creator and Lead Developer of Gallery Server Pro
smasood_ali
#5 Posted : Thursday, 23 September 2010 8:48:37 AM(UTC)
Rank: Member

Joined: 23/09/2010(UTC)
Posts: 4
Man
Location: Toronto

Roger Martin wrote:
2.4 will contain an option to show an album treeview along the left side. See the attached screenshot for what the current development snapshot looks like.

Is that what you are looking for?


It says i dont have permissions to view attachments.
Roger Martin
#6 Posted : Thursday, 23 September 2010 9:13:49 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Sorry - still working through some issues on my recent forum upgrade. Should be fixed now.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
smasood_ali
#7 Posted : Thursday, 23 September 2010 12:08:47 PM(UTC)
Rank: Member

Joined: 23/09/2010(UTC)
Posts: 4
Man
Location: Toronto

Roger Martin wrote:
Sorry - still working through some issues on my recent forum upgrade. Should be fixed now.


Still cant see. Showing a X on the image. Click the image. a screen pop ups showing a loading sign. No image was shown.

i manage to display the path like this.


private string mediaobjectPath = string.Empty;

string modifiedMediaObjectPath = this.mediaobjectPath.TrimStart(new char[] { '/', Path.DirectorySeparatorChar });
modifiedMediaObjectPath = modifiedMediaObjectPath.TrimEnd(new char[] { '\\', Path.DirectorySeparatorChar }).Replace("\\", "/");

if (Request.IsSecureConnection)
{
moVirtualPath.InnerHtml = "https://" + Request.Url.Authority + "/" + modifiedMediaObjectPath + "/" + mediaObject.Original.FileName;
}
else
{
moVirtualPath.InnerHtml = "http://" + Request.Url.Authority + "/" + modifiedMediaObjectPath + "/" + mediaObject.Original.FileName;
}
Roger Martin
#8 Posted : Thursday, 23 September 2010 12:13:03 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Sorry - I broke it after I fixed it. :-)

At any rate, it doesn't quite look like what you are after.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
smasood_ali
#9 Posted : Thursday, 23 September 2010 12:57:46 PM(UTC)
Rank: Member

Joined: 23/09/2010(UTC)
Posts: 4
Man
Location: Toronto

Roger Martin wrote:
Sorry - I broke it after I fixed it. :-)

At any rate, it doesn't quite look like what you are after.


Still nice to have a tree view.

Thanks for answering.

on other note is Gallery server pro PCI complaint, i know you are a busy guy so you can just say yes or no. I know this is kinda stupid question but my IT staff needs to know.
Roger Martin
#10 Posted : Saturday, 25 September 2010 8:31:59 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

I am not familiar with the term PCI.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.