OpenNTF.org - BlogSphere

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: BlogSphere (Managed by )
Actions:


Response
Subjectmaybe some answers...
Created 09/25/2006 02:37 PM by Manfred Peters.
Modified<none> by <none>.
Body

Hi Carsten,
some suggestions:

Problem 1:
check your configuration settings:
- Web
-- Internet Sites
--- YourSite: Domino Web Engine
---- Default lines per view page/Maximum lines
could be, your values are too small...

Problem 2:
just implemented a solution for that today (my template version is 2.5.6):

Module: $$ViewTemplate For Picture, additional <Computed Value>:
<!-- the picture -->
<Computed Value>
<this is the one to add>-----> <Computed Value>
<!-- disclaimer for private pic -->

Formula:
@ReplaceSubstring(PhotoText;"\"";"-")

Module: HTML\PhotosForPublic, Column HTML

replace the following part of the formula:
PictureHTML := "<span class=\"PictureThumbnail\">" + @NewLine +
"<a href=\""+link+"\">"+@NewLine +
image+"</a><br clear=\"all\">"+ @NewLine +
_Subject+ "<br>" +
@If(PhotoText!="";PhotoText+"<br>";"")+
_thisrating + "</span>";

Problem 3:
can you supply some more information? Notes version?

enjoy, Manfred