[TYPO3-english] mm_forum: no links (anchors)

Aurel Paulescu aurelp at gmail.com
Thu May 20 10:41:49 CEST 2010


I have installed mm_forum 1.9.0 and set it up. The big problem is that 
there are no links (anchors) under image (or text) buttons.

This is what I fave found in the browser source code:

     <div  class="tx-mmforum-textbutton">
         <img  src="typo3temp/GB/d9c348e223.gif"width="16"height="16"alt=""title=""/>
         <span  class="tx-mmforum-buttontext">New Topic</span>
     </div>

I suppose have to be something like this:

     <div  class="tx-mmforum-textbutton">
	<a href="xxxxxx">
         <img  src="typo3temp/GB/d9c348e223.gif"width="16"height="16"alt=""title=""/>
         <span  class="tx-mmforum-buttontext">New Topic</span>
	</a>
     </div>


Could anyone give me some clues on how to solve this?

Thanks,
Aurel






More information about the TYPO3-english mailing list