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

Notification

Icon
Error

how to config multi site/domain?
kingwilliam
#1 Posted : Friday, 8 July 2011 9:07:51 PM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong



because i have 2 family have individual domain for family gallery, and each user have individual URL.

may i know how to just type corresponding url entry the corresponding gallery in GSP 2.5.0 and without type any aspx ?

thank you!

William
Roger Martin
#2 Posted : Sunday, 10 July 2011 7:13:55 PM(UTC)
Roger Martin

Rank: Administration

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

You will have to use URL routing. I don't provide support for setting this up, but you can find lots of info on the internet.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
kingwilliam
#3 Posted : Sunday, 10 July 2011 8:50:17 PM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong

Roger

Thank you for your reply, I already solve this problem before i create this post. I just want to bring out the new version with this different between previous.

thank you!
Roger Martin
#4 Posted : Monday, 11 July 2011 5:20:41 PM(UTC)
Roger Martin

Rank: Administration

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

I guess I don't understand your question. If you are asking if there are any differences in the query string parameters between 2.4 and 2.5, the answer is no.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
kingwilliam
#5 Posted : Tuesday, 12 July 2011 2:18:34 AM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong

Everything are worked fine, I already success separate all user have individual url.

THANK YOU!

but, I have another problem occure. I have 3 gallery, first gallery everthing work fine. but 2nd & 3rd the left & right arrow can't work within the album.

how doesn't work
1. entry the album {everythig are show, normal}
2. click the 2nd photo {the 2nd photo will show, normal}
3. click right arrow {the 3rd photo will show, but photo description is still show 2nd photo description, browser bottom left conner with yellow tri-angle}
4. click right arrow {no respond}
5. if I click left arrow {the 1st photo will show, but photo description is still show 2nd photo description, browser bottom left conner with yellow tri-angle}
6. click left arrow {no respond}
7. click right arrow {the 3th photo will show, but photo description is still show second photo description, browser bottom left conner with yellow tri-angle}
8. click right arrow {no respond}

{dead loop between step 5-8,}

remarks :
1. this problem still occure at slide show
2. if you need, i can PM my gallery URL to you.
3. I don't why, because 3 gallery are same SQL and same folder, just between user1.aspx, user2.aspx & user3.aspx
Roger Martin
#6 Posted : Tuesday, 12 July 2011 6:49:47 AM(UTC)
Roger Martin

Rank: Administration

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

Could be a javascript error. If you send me the URL, I can take a look.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
kingwilliam
#7 Posted : Tuesday, 12 July 2011 7:22:00 AM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong

Roger Martin
#8 Posted : Tuesday, 12 July 2011 8:17:23 AM(UTC)
Roger Martin

Rank: Administration

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

The broken sites are missing jQuery. Check your jQuery path in the site admin area.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
kingwilliam
#9 Posted : Tuesday, 12 July 2011 8:54:58 AM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong

but I don't undetstand why 1 site can work fine, but other 2 site are fail, because all are same setting?

remarks:
I already change the jquery to ~/gs/script/jquery-1.5.min.js and
~/gs/script/jquery-ui-1.8.9.cutom.min.js
but still can't work
I still trying >.<

jquery-1.5.min.js is buildin and jquery-ui-1.8.9.cutom.min.js is download from internet
Roger Martin
#10 Posted : Tuesday, 12 July 2011 9:39:25 AM(UTC)
Roger Martin

Rank: Administration

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

I see what you mean - the jQuery path applies to all galleries in an application, so if it works for one, it should work for all. That may be a bug.

As a workaround, try adding a jQuery reference to the <head> section of your aspx page (grace.aspx and tzechoi.aspx):

Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>

Roger Martin
Creator and Lead Developer of Gallery Server Pro
kingwilliam
#11 Posted : Tuesday, 12 July 2011 9:49:52 AM(UTC)
Rank: Member

Joined: 7/01/2010(UTC)
Posts: 13
Location: Hong Kong

thank you for your code. all gallery are worked fine after add your code to first line.

but, all special effect are missing, but never mind. thank you for you help.

THANK YOU!
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.