|
|
Joined: Nov 2001
Posts: 417
Enthusiast
|
Enthusiast
Joined: Nov 2001
Posts: 417 |
Hi Leute , was muß ich in der ubbthreads.tmpl eingeben um die ubbtnews.php in einer Tabelle zu öffnen ? code: <table width="100%" align="center" class="tableborders" cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}"> <tr> <td class="lighttable" align="center"> [:"red"]----- Hier soll die ubbtnews.php geöffnet werden -----[/] </td> </tr> </table>
Danke im voraus Nettomo
|
|
|
|
Joined: Dec 2000
Posts: 1,471
Addict
|
Addict
Joined: Dec 2000
Posts: 1,471 |
Da sollte es ein einfaches: code: <? include "addons/ubbtnews.php"; ?> reichen. Gruß, Astaran
|
|
|
|
Joined: Nov 2001
Posts: 417
Enthusiast
|
Enthusiast
Joined: Nov 2001
Posts: 417 |
Hi Astaran , funzt leider nicht . code: <table width="100%" align="center" class="tableborders" cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}"> <tr> <td class="lighttable" align="center"> <? include "addons/ubbtnews.php"; ?> </td> </tr> </table>
Die ubbtnews.php wird nicht aufgerufen Nettomo
|
|
|
|
Joined: Nov 2001
Posts: 417
Enthusiast
|
Enthusiast
Joined: Nov 2001
Posts: 417 |
Hi Leute , habe es nun hinbekommen. Es muß wie folgt aussehen: code:
[:"red"]$ubbtnews = implode('', file("addons/ubbtnews.php"));[/] echo <<<UBBTPRINT
und nun die news: code:
<table width="100%" align="center" class="tableborders" cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}"> <tr> <td class="lighttable" align="center">
[:"red"]$ubbtnews[/]
</td> </tr> </table>
</td> </tr> </table> <br>
Nettomo
|
|
|
|
Joined: Dec 2000
Posts: 1,471
Addict
|
Addict
Joined: Dec 2000
Posts: 1,471 |
gut zu wissen!  Ich benutze diese Addons nur nie. 
|
|
|
|
Joined: Nov 2001
Posts: 417
Enthusiast
|
Enthusiast
Joined: Nov 2001
Posts: 417 |
Hi Astaran , ich verwende die Addons auch nicht , nur erstmal eine belibige *.php (ubbtnews.php) , mit einer Boardmitteilung ! Jedoch verwende ich das Verzeichnis Addons um eventuell zusätzliche Dateien schneller wiederzufinden .
Nettomo
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 808
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|