Aber es wird doch danach nur eine Tabelle mit den
Usern benötigt, oder sehe ich das irgendwie falsch?
... und solange danach das Portal und das phpBB auf
die gleiche Tabelle zugreifen ist doch alles im Lot.
Viele Grüße
Stefan
Die Suche ergab 6 Treffer
- 04.04.2005 11:47
- Forum: phpBB 2.0: Installation und Update
- Thema: Umstellung von TBB auf phpBB
- Antworten: 53
- Zugriffe: 9006
- 04.04.2005 11:37
- Forum: phpBB 2.0: Installation und Update
- Thema: Umstellung von TBB auf phpBB
- Antworten: 53
- Zugriffe: 9006
- 08.01.2005 21:03
- Forum: phpBB 2.0: Installation und Update
- Thema: Umstellung von TBB auf phpBB
- Antworten: 53
- Zugriffe: 9006
- 28.12.2004 19:51
- Forum: phpBB 2.0: Mod Support
- Thema: [2.0.x] User Cars (Bilder im Profil) *EMC
- Antworten: 319
- Zugriffe: 80444
- 22.12.2004 16:29
- Forum: phpBB 2.0: Installation und Update
- Thema: Umstellung von TBB auf phpBB
- Antworten: 53
- Zugriffe: 9006
- 19.12.2004 02:12
- Forum: phpBB 2.0: Mod Suche/Anfragen
- Thema: Schnellregistrations Mod ?
- Antworten: 8
- Zugriffe: 962
Meine Variante
Meine Variante wäre folgende:
suche in der includes/usercp_register.php nach:
$template->set_filenames(array(
'body' => 'profile_add_body.tpl')
);
und ersetze dies durch:
if($mode == 'register')
{
$template->set_filenames(array(
'body' => 'register.tpl')
);
}
else
{
$template->set ...
suche in der includes/usercp_register.php nach:
$template->set_filenames(array(
'body' => 'profile_add_body.tpl')
);
und ersetze dies durch:
if($mode == 'register')
{
$template->set_filenames(array(
'body' => 'register.tpl')
);
}
else
{
$template->set ...