Plone: Archetypes: override or hide title attribute

This post was written 8 years ago.
Tue, 29 Jun 2004
when defining a content type, if you use the name 'title' for a field, you can apply any label you want to it and it will still behave as a title e.g.:-


StringField('title',
required=1,
searchable=1,
widget=StringWidget(label='Office Name'),
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Hurst shifter T-shirt

This post was written 8 years ago.
Tue, 29 Jun 2004
I just saw a really cool retro/vintage "Hurst Shifter" t-shirt in BS8 on Park street, It's got a cartoon of a hot rod with a huge gear stick sticking out of the top with the word "HURST" written down the side. I like it for so many different reasons, not least because Hurst happens to be my surname and it would be kind of ironic.

I nearly bought it there and then, but have been a bit frivolous with t-shirt purchases recently, so i'm going to sleep on it ;-)
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Flat Screen

This post was written 8 years ago.
Tue, 29 Jun 2004
Last night I plugged a 17" LCD monitor into my dog-slow laptop, it works a treat and so the ugly beige flickering 80's throwback monitor was quickly dispatched back to the shed.

While I was messing around with the settings, the dead laptop screen momentarily came back to life in all it's semi-pink former glory.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

muse at Glastonbury

This post was written 8 years ago.
Mon, 28 Jun 2004
Last night I caught muse at Glastonbury (on TV, not standing in the mud). Those boys sure can rock. It partly inspires me to pick up my guitar again, and partly inpires me to stick it on ebay....

I've been neglecting my music recently, mostly due to lack of spare time, but i'm also in a rut musically, everything I come up with is really mediocre, probably because there isn't any significant angst in my life at the moment. I'm one chilled puppy - now where did I put those beach boys "pet sounds" MP3's.....
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Guide to Van Life

This post was written 8 years ago.
Fri, 25 Jun 2004
Read Still Stoked Lifestyle's Guide to Van Life and Autumnal Travel Tips last night. It reminds me of something I keep meaning to write up about the adventures I had in my van seven (seven!!!) years ago. (underlined on my lengthy and ever expanding "to do" list.....)
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

The diary of a surf skate explorer

This post was written 8 years ago.
Thu, 24 Jun 2004
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

not the best weather for skateboarding

This post was written 8 years ago.
Wed, 23 Jun 2004
puddle in hotwells

which is why I walked to work today.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Reminder to Matt

This post was written 8 years ago.
Tue, 22 Jun 2004
Matt, could you bring that spare mobile into work cheers ;-)
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

i've switched (mentally)

This post was written 8 years ago.
Mon, 21 Jun 2004
Just been eyeing up a 12" powerbook someone brought into the office - if I ever suddenly find myself with enough spare cash to buy another laptop it has to be one of those...
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Fathers Day

This post was written 8 years ago.
Mon, 21 Jun 2004
For Fathers day, I got the new Antihero DVD Tent City and some Herbs (Basil, Sage and Curry) for the garden. Well Chuffed.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

uphill cycling

This post was written 8 years ago.
Fri, 18 Jun 2004
why anyone would cycle up a hill for fun is completely beyond me.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Plone: remove member self registration

This post was written 8 years ago.
Fri, 18 Jun 2004
I wanted to set up a plone site with no "join" tab - I found what I needed here

basically go the root of the plone site and click the security tab, then scroll down and find Add Portal Member, then uncheck Aquire and check manager and owner only - this removes the join tab

the join_form will still be there though.... looking in to that

UPDATE: to remove join_form, or to make it accessible to managers only:-
-go into the ZMI and locate portal_skins/plone_forms/join_form
-click" customise"
-click the "security" tab at the top
-find "view" in the list
-uncheck "aquire"
-check "manager" if you want to enable managers to add members
-save changes

The above will present anaonymouse users with the log-in form if the attaemt to browse directly to join_form
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Zope/Plone get physical path of object

This post was written 8 years ago.
Thu, 17 Jun 2004
python: '/'.join(obj.getPhysicalPath())
where object is the object you are working on. I found this format in O'Reilly Learning Python because for some reason
 string.join(obj.getPhysicalPath(),'/') 
(which should do same thing) was returning an error
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Example Portal Catalogue query - return most recent object of particular type

This post was written 8 years ago.
Thu, 17 Jun 2004

context.portal_catalog(Type='Note', path=thisObj, sort_on='Date', sort_order='Reverse')[:1]


This will return the most recent "Note" in a particular folder(ish object), defined by thisObj (to see how thisObj was created see previous post)
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Police helicopter

This post was written 8 years ago.
Thu, 10 Jun 2004
I was woken up this morning by a police helicopter hovering over our street for ages. "Surley they must have to go and refuel soon?" I thought, as I tried to drown out the distant whirring with the duvet. As my rational mind started up and took over duties from my dreaming mind I realised it was just the electric fan across the room vibrating on the wooden floor.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Plone 2.0.3 Error global name 'to' is not defined

This post was written 8 years ago.
Thu, 10 Jun 2004
This is a (easily fixed) bug with 2.0.3

see:-
http://plone.org/collector/3209
http://plone.org/documentation/errata/plone-2-0-3

Basically you need to edit the file Products/CMFPlone/PloneTools.py (on windows usually C:\Program Files\Plone 2\Data\Products\CMFPlone\PloneTools.py). Open this in a text editor (you'll need one which open UNIX style files - notepad will be all over the place), then change line 89 to
 if not self.validateEmailAddresses(mto):

then you will need to save the file and restart plone.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Don't text me

This post was written 8 years ago.
Thu, 10 Jun 2004
Because I wont be able to read it. Just got back from Hengrove skatepark and i've broken the screen on my phone. The stupid thing is that for some reason I decided my phone would be safer in my pocket than in my rucksack in the corner. Did I fall from a considerable height onto my rucksack? no.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Have you seen him?

This post was written 8 years ago.
Tue, 08 Jun 2004
have you seen him?
archived comments
Try Wallows....maybe the pink motel....I hear rumors about a ramp in a desert....we're still looking....

Matthew Keller 2007-06-03 03:25:15
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Tested: underwater capabilities of philips portable baby monitor

This post was written 8 years ago.
Mon, 07 Jun 2004
After several seconds of comprehensive and exhaustive underwater testing (I accidently knocked it into the washing up bowl) I have concluded that the device is unsuitable for aquatic environments, and has in fact seized to function altogether, even after drying out. A tomy walkabout "classic" with cool LED display has taken it's place, no plans to test this one in the same way.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

New Job, new direction

This post was written 8 years ago.
Tue, 01 Jun 2004
I am now both allowed and happy to say that I have started a new job as a developer at Netsight in Bristol. I walked to work today - so much nicer than queuing in traffic on the Portway- but plan to skate now i've sussed out the best route. I also didn't have lunch at my desk for the first time in years - i'm spoilt for choice up there (about how best to blow loads of cash on convenience food) in the heart of Clifton.

I'm also shaking off the MS shackles as I will be be aiming towards becoming a specialist in Zope and Plone. This is very cool, as for the last four years or so I have worked extensively on various content management systems, mainly bespoke, and had already realised how fruitless it is building a home grown solution when something as advanced and comprehensive as Zope exists.
This post was written 8 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments