Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
I've made a pass throughout he piercms.com website to make it
up-to-date. I removed all the contents referring to Pier 1.0 and
updated the contents where possible. Also I changed the download link
to point to the latest stable build. Please let me know if I missed
something.
Lukas
--
Lukas Renggli
www.lukas-renggli.ch
I have the latest Pier One-Click working well with no problems. But I
wanted to upload a Pier image to SeasideHosting and I assumed the
One-Click version wouldn't work there. So I obtained a new Pharo1.3
image and loaded the latest configurations of Seaside, Magritte and Pier
into it. When I stared Comanche, Seaside came up up OK in my browser and
Magritte was included in the Applications list but not Pier.
I tried PRPierFrame registerAsApplication: 'pier' kernel:(PRKernel
instanceNamed: 'pier') and it does add a pier application to the Seaside
application list but it appears to be an older version of Pier without
the enhancements of the sample Pier page in the One-Click Pier.
Is the Pier One-Click sample webpage included in Pier2.0? If so, can
someone please advise how best to register Pier as an application in
Seaside so that it comes up the same as in One-Click Pier?
Is there a simple way to set up a Pier site so that the page bottom menu
[New Session, Configure, Halos, etc] doesn't display itself until after
login? I wish to do this when working on localhost, before the site
deployment stage.
Thanks for your help.
Bruce Prior
Hi!
What is a good way to translate dates (for example) on a Pier site? If I put
Russian words in ChronolyConstants class >> initialize, site stops to work
(because of incorrect Date representation in HTTP response?). For sure, I
can hack it in some places by using something like #printStringRussian, but
it's ugly. Is there a better solution? TIA
--
Dennis Schetinin