Feature requests » Include in PhpBB

added on May 19, 2008 by Alex
Hello, I'm trying to include the linkex output (e.g. <?php include( "ex/data/output/1" ); ?>) in the
footer of a phpBB forum...

The problem is that I don't know where and how put it...

Te very real problem seems to be that it's not possible to include php in .tpl files...

Somebody could help me please?!
added on May 21, 2008 by Michel
Yes you can! Use the following:
{php} include( "links/data/output/1011" ); {/php}<br><br>
<a href="http://www.yoursite.com/yourlinkdir/index.php" target="_blank">Add Your
Link</a>

I used it at www.onlyminimal.com
added on May 23, 2008 by Alex
Mmm it doesn't work...

If I put that code I can only see a text on my footer that says:

include( "links/data/output/1" );

:-(

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.