Feature #2097
M-ID/0000248: rootline in user profile
| Status: | Resolved | Start date: | 2007-12-29 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Forum | |||
| Target version: | 0.1.8 | Estimated time: | 0.50 hour | |
| Votes: | 0 |
Description
It would be nice to have the rootline in the user profile.
I inserted this in tx_mmforum_p1::view_profil (class.tx_mmforum_p1.php, line 3296)
if($this->conf['disableRootline']) {
$template = $this->cObj->substituteSubpart($template,"###ROOTLINE_CONTAINER###", '');
}
else {
$marker['###FORUMPATH###'] = $this->pi_linkTP($this->pi_getLL('board.rootline')).$this->conf['display.']['rootline.']['separator'].sprintf($this->pi_getLL('rootline-userprofile'),htmlspecialchars($row['username']));
}
Associated revisions
Fixed bug 2097: Translations for mod1 (Latvian/Russian)
[Bug 2097] Create a class tx_oelib_db, r=niels
[Bug 2097] Create a class tx_oelib_db (onetimeaccount part), r=niels
[Bug 2097] Create a class tx_oelib_db (seminars part), r=niels
[Bug 2097] Create a class tx_oelib_db (realty part), r=saskia
History
Updated by Martin Helmich over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.1.8
- % Done changed from 0 to 100
- Estimated time set to 0.50