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

Feature #3527

PM error: include backlink

Added by Hauke Hain almost 4 years ago. Updated over 2 years ago.

Status:Resolved Start date:2009-06-01
Priority:Could have Due date:
Assignee:- % Done:

0%

Category:Messaging
Target version:1.9.0
Votes: 0

Description

In typo3conf\ext\mm_forum\pi3\class.tx_mmforum_pi3.php should be addes something like

$marker['###BACKLINK###'] = '<a href="javascript:history.back()">' . $this->pi_getLL('back') . '</a>';

after line 515

$marker['###ERROR###'] = $errormessage;

A backlink would be nice for users who don't use the browserfunction.

Associated revisions

Revision 26805
Added by Oliver Klee over 3 years ago

[Bug 3527] Failure in the Google Maps branch tests, r=bernd

History

Updated by Hauke Hain almost 4 years ago

It must be included also near line 127

$marker['###ERROR###'] = $this->pi_getLL('msgError');

and line 359

$marker['###ERROR###'] = $this->pi_getLL('deleteError');

and line 440

$marker['###ERROR###'] = $this->pi_getLL('errorNoAccess');

and line 627:

$marker['###ERROR###'] = $this->pi_getLL('errorRecipientNotExists');

Updated by Martin Helmich almost 4 years ago

  • Target version changed from 0.1.8 to 1.9.0

Updated by Hauke Hain over 3 years ago

  • Status changed from New to Resolved

Fixed in Revision 25055

Also available in: Atom PDF