phpBB2.de Forum Index  
[netclusive - internet broadcasting]
 FAQ  •  Search  •  Download  •  Bookmarks  •  Memberlist  •  Usergroups   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 
        
 
        
 

LinkLift

View next topic
View previous topic

This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
Author Message
grinseschnitzel
phpBB2.de User
phpBB2.de User



Joined: 26 Aug 2002
Posts: 68

PostPosted: Tue 26 Nov, 2002 20:05 Reply with quoteBack to top 

Hab da einb Problem!

Wenn ich ne PHP Seite mach und da dann den Header und den Footer rein mach sieht die Seite ganz anders aus als so ne normale!

Wie sieht die Grundstruktur einer phpBB2 Seite mit header und footer aus(also so, dass ich in die Seite ganz normalen Inhalt schmeissen kann?)
OfflineView user's profileSend private messageSend e-mail
Google







Posted: Back to top

deeveedee
phpBB2.de User
phpBB2.de User



Joined: 06 Aug 2002
Posts: 54
Location: Bergheim

PostPosted: Tue 26 Nov, 2002 22:51 Reply with quoteBack to top 

Du meinst die Grunstruktur einer phpBB2-Seite?

Quote:

<?php
// Start standard
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
// End standard

// Start session management
$userdata = session_pagestart($user_ip, PAGE_VIEWONLINE);
init_userprefs($userdata);
// End session management

// Start Output page header
$page_title = $lang['Who_is_online'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);

$template->set_filenames(array(
'body' => 'dateiname.tpl')
);
// End Output page header


// Start Main Part and Footer
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
// End Main Part and Footer

?>


Bei dem Blau hinterlegten musst du dann nur noch eintragen welche Template-Datei genutzt werden soll.
OfflineView user's profileSend private messageVisit poster's website
grinseschnitzel
phpBB2.de User
phpBB2.de User



Joined: 26 Aug 2002
Posts: 68

PostPosted: Wed 27 Nov, 2002 16:37 Reply with quoteBack to top 

Jo Danke!
Werds ausprobieren...
OfflineView user's profileSend private messageSend e-mail
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Similar Topics
Topic Author Forum Replies Posted
Wo ist der Footer? Jäger-Rose Support allgemein 0 Wed 15 Oct, 2008 21:25 View latest post
Bannerproblem im Header Volker_Ffm Support allgemein 2 Tue 12 Aug, 2008 09:52 View latest post
Header ändern Acceleracer_01 phpBB2.x - Support 1 Wed 30 Jul, 2008 00:45 View latest post
Die Header-Grafik macht Probleme Yakushi phpBB2.x - Support 5 Wed 23 Jul, 2008 00:02 View latest post
Ctracker plötzlich untern Header MickSG Support allgemein 1 Fri 16 May, 2008 14:46 View latest post