I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #2210

Sidebar access from other hooks

Added by Andriy Lesyuk over 10 years ago. Updated almost 10 years ago.

Status:
Open
Priority:
Normal
Assignee:
Target version:
-
Start date:
07 Aug 2013
Due date:
% Done:

0%

External issue:

Description

This is not obvious but in Ruby you can add sidebar to pages, which do not have the one, using something like:

<% content_for(:sidebar) do %>
  ...
<% end %>

Of course, this can’t be done in the Hooks Manager using HTML! At least for now...

But maybe we can implement this somehow? For example:

The mock up with sidebar content

Another option is to support this in the templating language (see #2209).

sidebar.png View - The mock up with sidebar content (9.35 KB) Andriy Lesyuk, 07 Aug 2013 15:30


Related issues

Related to Hooks Manager - Feature #2209: A templating language support Incomplete 07 Aug 2013

History

#1 Updated by Andriy Lesyuk almost 10 years ago

  • Status changed from Incomplete to Open

Just a note: not every hook is able to add the content for sidebar! So, I guess, a new hook property indicating this should be added.

Also available in: Atom PDF

Terms of use | Privacy policy