Feature #2035
M-ID/0000420: Rootline breadcrumb navigation in new_topic view.
| Status: | Resolved | Start date: | 2008-08-15 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Martin Helmich | % Done: | 100% |
|
| Category: | Forum | |||
| Target version: | 0.1.8 | Estimated time: | 0.20 hour | |
| Votes: | 0 |
Description
I needed to show the breadcrumb navigation on the new_topic view. I added:
if($this->conf['disableRootline'])
$template = $this->cObj->substituteSubpart($template, "###ROOTLINE_CONTAINER###", '');
else
$marker['###FORUMPATH###'] = $this->get_forum_path(intval($this->piVars['fid']),'');
Around line 2273 of class.tx_mmforum_pi1.php, after the $marker array is defined.
I also added
<!-- ###ROOTLINE_CONTAINER### begin -->
<div class="tx-mmforum-rootline">###FORUMPATH###</div>
<!-- ###ROOTLINE_CONTAINER### end -->
to the top of forum/new_topic.html.
History
Updated by Martin Helmich about 4 years ago
- Status changed from New to Accepted
- Priority changed from -- undefined -- to Could have
- Target version set to 0.1.8
- Estimated time set to 0.20
Updated by Martin Helmich about 4 years ago
- Status changed from Accepted to Resolved
- Assignee set to Martin Helmich
- % Done changed from 0 to 100