Germán Arduino | 2 Sep 2010 13:35
Picon
Gravatar

A bit of publicity :)

I asked to add Pharo, Seaside and Pier on http://www.findbestopensource.com/

Seems that are added!
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Johnathan Doe | 3 Sep 2010 16:21
Picon
Favicon

customize comments section

Hey Guys,

I am new to the Squeak/Seaside/Pier stack.  I have a question about comments in the out of the box Pier blog.

I see there are input fields for Author and Website when creating a comment.  How do I add an input box for email?

Thanks


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Lukas Renggli | 3 Sep 2010 19:25
Picon
Gravatar

Re: customize comments section

Hi Johnathan,

Have a look at PBComment>>#descriptionWebsite and create a similar
description and accessors for the e-mail address.

Lukas

On 3 September 2010 16:21, Johnathan Doe <slink44 <at> hotmail.com> wrote:
> Hey Guys,
> I am new to the Squeak/Seaside/Pier stack.  I have a question about comments
> in the out of the box Pier blog.
> I see there are input fields for Author and Website when creating a comment.
>  How do I add an input box for email?
> Thanks
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>

--

-- 
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Dale Henrichs | 3 Sep 2010 21:03
Favicon
Gravatar

New versions of configurations for Magritte2, Pier2 and PierAddons2

Magritte   2.0.5.1
   - fixed deprecated #and:and:

Pier       2.0.6.1
  - PierSeaside
   - moved #isRestful to class-side
   - modified PRContentsWidget>>#onAnswerCommand: to trap MAError rather
     than the more general Error.
  - Pier-Pharo-Persistency
   - fixed senders of #ifNotNil:
   - fixed reference to WAKom

PierAddOns 2.0.6.1
  - Pier-Blog
   - fixed senders of #ifNotNil:
  - Pier-Setup
   - fixed senders of #ifNotNil:
   - removed legacy code
   - removed more legacy code

Tests are green in GLASS1.0-beta.4 and Pharo1.0. One test failure in 
Squeak4.1 (MAExtenstionsTest>>testTimePrintOn:).

Dale
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Damir | 4 Sep 2010 13:06
Picon
Favicon

Pier2 Book-Engine: Disable "Add a Note" View


Hi Group, 

I´m a newbie in smalltalk and in Pier. 
I´m developing for more as a decade in sap-enviroment, but now it´s time to
learn something new ;-) 

After installing the one-click-pier2 image from the hudson server,
everything works fine! 
Is it possible to disable the "Add a Note"-Component? 

Thanks for your help! 

Best regards, 
Damir 

-----
--
Damir Majer
... be agile: www.majcon.de
--

-- 
View this message in context: http://forum.world.st/Pier2-Book-Engine-Disable-Add-a-Note-View-tp2526638p2526638.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Lukas Renggli | 4 Sep 2010 13:25
Picon
Gravatar

Re: Pier2 Book-Engine: Disable "Add a Note" View

Hi Damir,

Welcome to Pier!

> Is it possible to disable the "Add a Note"-Component?

Sure. Login as admin and edit /system/templates/environment. This is
the page that describes the layout of your book. The note component is
embedded with '+/system/components/notes+', just remove that part if
you don't want it.

Lukas

--

-- 
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Damir | 4 Sep 2010 13:33
Picon
Favicon

Re: Pier2 Book-Engine: Disable "Add a Note" View


Hi Lukas,

thank you for your help!

Best regards,
Damir

-----
--
Damir Majer
... be agile: www.majcon.de
--

-- 
View this message in context: http://forum.world.st/Pier2-Book-Engine-Disable-Add-a-Note-View-tp2526638p2526650.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Johnathan Doe | 6 Sep 2010 09:12
Picon
Favicon

RE: customize comments section

Thanks Lukas,

I am using the Pier 1.2 from piercms.com.

I looked at PBComment prior to posting this question.  I figured that this has something to do with solving my problem.

I took a look at it again and I did not see a #descriptionWebsite.  I did see a website and website:.  I am not sure if that is what you meant.

I made an email and email:.  I am now unsure as to how to display this new field when someone wants to leave a comment.  Is there a class that controls the view for the comments?




> From: renggli <at> gmail.com
> Date: Fri, 3 Sep 2010 19:25:23 +0200
> Subject: Re: customize comments section
> To: smallwiki <at> iam.unibe.ch
>
> Hi Johnathan,
>
> Have a look at PBComment>>#descriptionWebsite and create a similar
> description and accessors for the e-mail address.
>
> Lukas
>
> On 3 September 2010 16:21, Johnathan Doe <slink44 <at> hotmail.com> wrote:
> > Hey Guys,
> > I am new to the Squeak/Seaside/Pier stack.  I have a question about comments
> > in the out of the box Pier blog.
> > I see there are input fields for Author and Website when creating a comment.
> >  How do I add an input box for email?
> > Thanks
> >
> >
> > _______________________________________________
> > Magritte, Pier and Related Tools ...
> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
> >
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Lukas Renggli | 6 Sep 2010 11:18
Picon
Gravatar

Re: customize comments section

> I looked at PBComment prior to posting this question.  I figured that this
> has something to do with solving my problem.
> I took a look at it again and I did not see a #descriptionWebsite.  I did
> see a website and website:.  I am not sure if that is what you meant.
> I made an email and email:.  I am now unsure as to how to display this new
> field when someone wants to leave a comment.  Is there a class that controls
> the view for the comments?

The descriptions are on the class-side.

Check-out the documentation listed here for more information on Magritte:

http://www.lukas-renggli.ch/smalltalk/magritte

Lukas

--

-- 
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Johnathan Doe | 6 Sep 2010 13:11
Picon
Favicon

RE: customize comments section

thanks, it worked.

i totally forgot to look at the class-side of the object.

> From: renggli <at> gmail.com
> Date: Mon, 6 Sep 2010 11:18:21 +0200
> Subject: Re: customize comments section
> To: smallwiki <at> iam.unibe.ch
>
> > I looked at PBComment prior to posting this question.  I figured that this
> > has something to do with solving my problem.
> > I took a look at it again and I did not see a #descriptionWebsite.  I did
> > see a website and website:.  I am not sure if that is what you meant.
> > I made an email and email:.  I am now unsure as to how to display this new
> > field when someone wants to leave a comment.  Is there a class that controls
> > the view for the comments?
>
> The descriptions are on the class-side.
>
> Check-out the documentation listed here for more information on Magritte:
>
> http://www.lukas-renggli.ch/smalltalk/magritte
>
> Lukas
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gmane