problems with user
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!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Yes, just for Admins and Moderators, if they are able to send messages to absent users.
The line from includes/functions.php:
This line uses $images['icon_email'] to replace the email button.
The $absence_img will be used here instead, but only, if you have mod the .cfg File from every template like the mod will do for subSilver!
Shorten:
The icon is missing from this point for displaying.
This line and the function will use the image definition which you must insert in each template.cfg-file.
The line from includes/functions.php:
Code: Alles auswählen
$email_img = str_replace($images['icon_email'], $absence_img, $email_img);The $absence_img will be used here instead, but only, if you have mod the .cfg File from every template like the mod will do for subSilver!
Shorten:
The icon is missing from this point for displaying.
This line and the function will use the image definition which you must insert in each template.cfg-file.
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!
Ok I checked includes/functions.php
and found only this line
then I checked cfg file for all templates.
os it should work or am I missing something'
And I trayed next, when i click on the properties of this missing icon I get this
http://www.povej.net/forum/templates/fi ... f%20class=
If I click on properties on icon next to this missing icon I get
http://www.povej.net/forum/templates/fi ... con_pm.gif
Code: Alles auswählen
$email_img = ' '.str_replace($images['icon_email'], $absence_img, $email_img);
then I checked cfg file for all templates.
Code: Alles auswählen
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
And I trayed next, when i click on the properties of this missing icon I get this
http://www.povej.net/forum/templates/fi ... f%20class=
If I click on properties on icon next to this missing icon I get
http://www.povej.net/forum/templates/fi ... con_pm.gif
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
This is correct for icon_email.
But what's with this ones:
?
You MUST insert these lines in ALL Template-cfg Files to be able to catch these icons!
Please check this out...
And regard to copy the icons to each language folder under templates/yourtemplate/images/lang_.../!!!
But what's with this ones:
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$images['On_holidays'] = "$current_template_images/{LANG}/icon_holiday.gif";
$images['User_ill'] = "$current_template_images/{LANG}/icon_ill.gif";
$images['Longer_absenct'] = "$current_template_images/{LANG}/icon_longer_absent.gif";
You MUST insert these lines in ALL Template-cfg Files to be able to catch these icons!
Please check this out...
And regard to copy the icons to each language folder under templates/yourtemplate/images/lang_.../!!!
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:
Big erors with them!
Find
and replace these lines with
If you insert new images in a style, do it right!
You'd forgotten the \" behind the image names!
Find
Code: Alles auswählen
$images['On_holidays'] = "$current_template_images/{LANG}/icon_holiday.gif class=\"imgfade\" " . "$ifade";
$images['User_ill'] = "$current_template_images/{LANG}/icon_ill.gif class=\"imgfade\" " . "$ifade";
$images['Longer_absenct'] = "$current_template_images/{LANG}/icon_longer_absent.gif class=\"imgfade\" " . "$ifade";Code: Alles auswählen
$images['On_holidays'] = "$current_template_images/{LANG}/icon_holiday.gif\" class=\"imgfade\" " . "$ifade";
$images['User_ill'] = "$current_template_images/{LANG}/icon_ill.gif\" class=\"imgfade\" " . "$ifade";
$images['Longer_absenct'] = "$current_template_images/{LANG}/icon_longer_absent.gif\" class=\"imgfade\" " . "$ifade";You'd forgotten the \" behind the image names!
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:
And now I'm confused:
Why this image will not be displayed, it it still exists and the link will be correct ...
Why this image will not be displayed, it it still exists and the link will be correct ...
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:
Problem: I can't login on your forum (old password, new password, new generated password) to take a look!
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:
Okay, in this style the icon will be wrong:
I'd fixed it for one style, but not for ALL!
Just us my fix (the \" fix!) for just the one template. The rest mustn't be fixed to display the icons...
Code: Alles auswählen
http://www.povej.net/forum/templates/fisubsilversh/images/lang_english/icon_ill.gif"Just us my fix (the \" fix!) for just the one template. The rest mustn't be fixed to display the icons...
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!
did you notice what happends.
Now the icon is there, but the icon for email is gone from user post profile.
Zuletzt geändert von Blisk am Fr 17.Mär, 2006 13:11, insgesamt 1-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
I think, it's a template problem...
Not the template itself will be corrupt, but my method to replace the icon.
Please undo the latest change on the cfg file and attach the privmsg.php.
I'll try to fix the message display to get the image...
Not the template itself will be corrupt, but my method to replace the icon.
Please undo the latest change on the cfg file and attach the privmsg.php.
I'll try to fix the message display to get the image...
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!