Hi people!
I was wondering if I can do what I need to do. When you create a Post (add
command inside a blog) you are ask first which type to ask and a name. You
can put "zaraza post" as name and type "Post". Then you go to another page
(second one) where you put all the information of the post (included the
name again ("zaraza post" in this case)).
Suppose you have a pier site and the final user can add posts (not create
the blogs, just post). I would really love to have a link that says "click
here to post" or something like that. In this case, the type we ALWAYS be
"Post". And as the title is asked again in the second page, I ask: is there
a way that from a simple link I simulate an add of a Post type and this goes
directly to the second page ?
In other words...if there is only one "type" option, can I skip this step
and go to the seconds step ?
I think this email was very confusing, sorry.
Thanks in advance,
Mariano
Hello Lukas,
Is the report column sorter supposed to be able to handle nil values?
This code (below) looks like it is trying to be tolerant But what if
one= 'string'.
two = nil.
thanks in advance
Keith
====
sort: aFirstObject and: aSecondObject
| one two |
one := self valueFor: aFirstObject.
two := self valueFor: aSecondObject.
(one respondsTo: #<=) ifFalse: [
one := self formatter value: one.
two := self formatter value: two ].
^ one <= two
Hi folks,
I have a couple of questions about Internacionalization in Pier. I am
developing a website and I would love it can have multiple languages
(spanish, english, and so on). My "final user" is able to add posts or leave
comments for example. So, I see two thinks I should care:
1) Pier comments: can this support multilanguage ? For pier components I
refer to the html output of the components. For example, when you add a
post, you have: "title", "author", etc...
2) My own page text. I have several pages with text. Which is the best
approach to support multilanguage for this ?
Any tip is welcome.
Cheers,
Mariano
Lukas,
I am trying to get my head around what is happening to the renderer.
For my application I subclass the PRViewRenderer, so I can tweak how
things are rendered. For example I use the standard "content with style"
layout (unedited) which uses horizontal rules in a specific way.
Therefore I render horizontal rules as <div class="hr"></div> instead of
the standard. I also find that the rendering of paragraphs is
unpredictable and unhelpful so I take that out too.
What is the plan for the renderer and where are the hooks to change it?
Ideally, I want my default renderer to be configured by my choice of
frame. If I use one frame to embed content in another seaside app (e.g.
gjallar) I want to be able to render appropriately for that context.
regards
Keith
Hi,
I would like to port Magritte-roe for gst.
Before I start, I would like to know if there are any dependencies to
PostgreSQL.
I know roe only works with PGsql on squeak, but the gst version has
support for other sqls. I saw some 'pg_*' in the sql requests, but as I
don't know PGsql, I don't know if that matters.
Cheers!
Nicolas
Hi folks. I am developing website which I need google index it quite fast. I
want to use Google Webmaster tools and I was wondering if Pier can help me
with the sitemap.xml.
Is this possible ?
Thanks!
Mariano
Hi folks!
I have a simple question with the Post Ticker. With the edit command, I can
specify the source. In my case, I have this: "/Blog de algo de turismo"
which is a simple blog. However, in my web I have more than one blog and I
would like the Post Ticker to show new posts not from a particular blog but
for any of them. Is this possible ?
Thanks
Mariano
I was just reading and watching the latest blog entry at piercms.com regarding the new editing features. Pier is really coming along and it looks like a lot of good effort is going into it. I constantly waffle between Plone and Pier and thought the following post might be relevant to the edit changes in Pier.
http://limi.net/articles/simplifying-plone/simplify-plones-editing-experien…
Taun
Can I use the existing Magritte and Pier with 2.9, or do these need
to be updated?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(a)stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion