Re: [Hypercontent-users] couple of points
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-07-17 17:54:40
|
Hi Carl, > 1 =96 The rotating image option doesn=92t work. I just get the =20 > following in a blank browser window.. Make certain you merge the changes to /config/pipelines.xml in CVS =20 with your local bootstrap repository; the rotation uses a new form =20 handler that's specified there in the image-edit pipeline. The new =20 classname is org.hypercontent.form.image.ImageRotateProcessor - make =20 sure it's in your classpath. > 2 =96 When browsing for links, the xml filename is displayed and =20 > then the page title in parentheses. The older version of the code =20 > I had displayed just the page title. Where is the code to change =20 > this since I only need the page title. The file is /screens/rss-directory.vm in the bootstrap. Line 25 =20 currently looks like this: #set ($title =3D $strings.concat($title,' (',$xmlencoder.encode=20 ($dublincore.Title),')')) To get just the metadata title, change that to #set ($title =3D $xmlencoder.encode($dublincore.Title)) I had changed it in response to user feedback at Columbia. Cheers, Alex |