Smilies Album problem
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Smilies Album problem
Okay I really want to add the smilies album to my board. I couldn't do a search due to I don't read German
Anyways I got is all install and everything is fine but with the page_header.php It's got one line messed up because it's different due to the subforums hack I have installed. I was wondering if someone might beable to help me get around this cause at first it showed up then disappears once file is fully installed.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Can you post a link or screenshot for your problem?
I still not know what you problem is about the page_header.php
I still not know what you problem is about the page_header.php
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
This is the malfunction point in the file:
Specially there: $user->img()
This decribes a class which is not included. Check the mod for this code part about the correct installation. This error will not be produced by the smilie album...
Code: Alles auswählen
if ( !empty($config->data['site_fav_icon']) )
{
$nav_links_html .= '<link rel="SHORTCUT ICON" href="' . $user->img($config->data['site_fav_icon']) . '">';
}
$nav_links_html .= "\n" . '<link rel="copyright" href="http://phpBB.com" title="phpBB.com" />';This decribes a class which is not included. Check the mod for this code part about the correct installation. This error will not be produced by the smilie album...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!