• Anonymous
  • Login
  • Register
BlogSphere V3 - Feature Request: Show number of entries in each month (side block)


I wanted the number of entries in each category to show up in brackets after the month in the archives side block.

Therefore I have added a new, forth column to lkp_Block_MonthArchive view, value: 1, total, no details in rows.

Then I have modified SideBlockByMonth() in RenderEngine.SideBlocks by replacing the line

RenderedHTML = RenderedHTML + |<li class="module-list-item"><a href="|+configDoc.cfg_basic_HomeURL(0)+|/archive?openview&amp;type=Month&amp;key=| + key + |">|+textKey(0)+|</a></li>|

by

RenderedHTML = RenderedHTML + |<li class="module-list-item"><a href="|+configDoc.cfg_basic_HomeURL(0)+|/archive?openview&amp;type=Month&amp;key=| + key + |">|+textKey(0)+| (|+Cstr(categoryViewEntry.ColumnValues(3))+|)</a></li>|



Taken Actions by Owners

No actions have been taken yet.


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.