OpenNTF.org - BlogSphere
BlogSphereOpenDocument&Start=1&Count=300&Collapse=1.1.1[/projects/pmt.nsf/ProjectView?ReadForm&Query=]

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

   Project: BlogSphere (Managed by )
Actions:

Hide details for The bugThe bug
Bug ID: NOSS-6D86J9
Description
Submitted by:Chad Schelfhout
Project Master Chef:Declan Lynch
Rocky Oliver
Tom Duff
Joe Litton
Christian Brandlehner
Bug type:UI
Brief Description:Block Titles
Severity:Low
Version2 Beta 6a
Status:

Details
Is there a reason that not every block has a title? Links don't have a title and Recent Googles is not showing it's title (Difference between Googles and Google).

Current Code:
title := @If(@LowerCase(type) = "misclinks"; "";
"<div class=\"BlockTitle\">" + @If(@LowerCase(type) = "html" | @LowerCase(type) = "dblookup"| @LowerCase(type) = "dbcolumn";
@Word(LeftBlockInfo[x]; "~"; 3);
@GetProfileField("BlogConfig";"Block_Name_" + type)
) + "</div>");

My Code:

title :="<div class=\"BlockTitle\">" + @If(@LowerCase(type) = "misclinks"; "Links";
@LowerCase(type) = "html" | @LowerCase(type) = "dblookup";
@Word(LeftBlockInfo[x]; "~"; 3);
@If(@LowerCase(type) = "googles";
@GetProfileField("BlogConfig";"Block_Name_Google");
@GetProfileField("BlogConfig";"Block_Name_" + type)
)
) + "</div>";


Action taken
Status:Rejected
Implemented in Release:
Fix Details:works as designed. You may open an Enhancement Request for @If(@LowerCase(type) = "misclinks"; "Links";

Modification history
Entered 09-Jun-2005 22:50 by Chad Schelfhout. Last Modified 10-Jun-2005 0:53 by Christian Brandlehner.

Feedback

Hide details for Block Titles ( on 06/09/2005 10:50:45 PM )Block Titles ( on 06/09/2005 10:50:45 PM )
Hide details for . . no (Christian Brand... on 06/10/2005 12:23:11 AM ). . no (Christian Brand... on 06/10/2005 12:23:11 AM )
Show details for . . . .  (Chad Schelfhout... on 06/10/2005 12:37:43 AM ). . . . (Chad Schelfhout... on 06/10/2005 12:37:43 AM )
Check out other projects
Switch to project: