CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #2097

M-ID/0000248: rootline in user profile

Added by Björn Detert over 4 years ago. Updated over 2 years ago.

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

Revision 2322
Added by Dmitry Dulepov over 7 years ago

Fixed bug 2097: Translations for mod1 (Latvian/Russian)

Revision 12213
Added by Oliver Klee over 4 years ago

[Bug 2097] Create a class tx_oelib_db, r=niels

Revision 12619
Added by Oliver Klee over 4 years ago

[Bug 2097] Create a class tx_oelib_db (onetimeaccount part), r=niels

Revision 12622
Added by Oliver Klee over 4 years ago

[Bug 2097] Create a class tx_oelib_db (seminars part), r=niels

Revision 12657
Added by Oliver Klee over 4 years ago

[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

Also available in: Atom PDF