html, php oder sonstiges mit forumpasswort schützen - 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: html, php oder sonstiges mit forumpasswort schützen (/thread-15811.html) |
RE: html, php oder sonstiges mit forumpasswort schützen - StefanT - 10.03.2010 1) Das ist für die Navigation oben auf der Seite. 2) Klar, $mybb->user['uid'] RE: html, php oder sonstiges mit forumpasswort schützen - baeckerman83 - 10.03.2010 Achso da oben wird das angezeigt. Gut dann habe ich das auch verstanden. Super das andere ist auch klar. RE: html, php oder sonstiges mit forumpasswort schützen - baeckerman83 - 11.03.2010 Noch eine Frage. Kann ich das ganze den auch in einen neuen Unterordner packen? Ich habe es versucht, aber wenn ich: Code: require dirname(dirname(__FILE__))."/global.php"; schreibe geht es nicht. Hier mal noch die Fehlermeldung: Zitat:Fatal error: main() [function.require]: Failed opening required 'constring.php' (include_path='.:/usr/lib/php') in ..... RE: html, php oder sonstiges mit forumpasswort schützen - StefanT - 12.03.2010 Dazu brauchst du chdir: https://www.mybb.de/forum/thread-14998-post-108088.html#pid108088 |