• Anonymous
  • Login
  • Register
BlogSphere - Feature Request: Category Name displayed (for by month also)


When selecting a category Blogshpere uses the 'Block_Name_Story' configuration field? I would rather see the category that was selected.

Here is a little code that I have used to get the parameters from the url using fromula

SearchString := "&RestrictToCategory=";
NullValue := "";
FirstValue := @Middle( Query_String_Decoded ; SearchString ; "&" );
IsBlank := @Contains( Query_String_Decoded ; SearchString + "&" );
Value := @If( IsBlank ; "" ; FirstValue = "" & @Contains( Query_String_Decoded ; SearchString ) ; @Right( Query_String_Decoded ; SearchString ); FirstValue );
@If( @IsDocBeingLoaded ; @If( Value = "" ; NullValue ; Value ) ; "" )

This could apply to the by month view also, but the month number is used instead of the month name like it is displayed in the side block.



Taken Actions by Owners



Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.