MyBB.de Forum
PHP in Templates - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: PHP in Templates (/thread-14021.html)



PHP in Templates - Michael Malin - 29.07.2009

Hallo,

ich will im Template folgenden Code einbinden:
PHP-Code:
$username $mybb->user['username'];
echo 
$mybb->user['username']; 
Herraus kommt:
PHP-Code:
= Array['username']; echo Array['username']; 
Geht eigentlich PHP in Templates?


RE: PHP in Templates - StefanT - 29.07.2009

https://www.mybb.de/forum/thread-20933.html


RE: PHP in Templates - Michael Malin - 29.07.2009

Mit diesem Plugin kommt gar nix, wo was stehen sollte


RE: PHP in Templates - StefanT - 29.07.2009

Den Code oben kannst du doch auch ohne PHP ins Template einfügen? Was hast du vor?


RE: PHP in Templates - Michael Malin - 29.07.2009

Eine Sartseitenvergütung. DA brauch ich if-Anfragen und zugriff auf die db


RE: PHP in Templates - StefanT - 29.07.2009

Das geht nicht im Template. Da musst du schon eine PHP-Datei schreiben/bearbeiten...


RE: PHP in Templates - Michael Malin - 29.07.2009

Toll, nachdem ich eine solche DAtei geschrieben habe, wie kann ich die einfügen?
Weiß niemand ne antwort?


RE: PHP in Templates - Michael - 30.07.2009

Entweder als Plugin oder so: https://www.mybb.de/forum/thread-13864.html


RE: PHP in Templates - Michael Malin - 30.07.2009

Danke