Colorize Forumtitle
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!
Colorize Forumtitle
I installed this mod with Add-On_categories_hierarchy
But I see colors only in ACP and not on forum??
But I see colors only in ACP and not on forum??
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Oh, I've not testet my mod with phpBB2 plus 1.5...
Please attach all files you have modified by my mod and I'll take a look.
Please attach all files you have modified by my mod and I'll 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:
Hm, I've used now your files on a test phpBB plus 1.5.2 and the forum title was colored in the entered color.
Have you installed any other mods and on which template do you have installed this?
Have you installed any other mods and on which template do you have installed this?
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!
I see that I cant change a main forum color like ŽIVLJENJE (no changecolor in ACP)
but there I can change for subforum like "Ljubezen" (there is changecolor in ACP)
so I change for Ljubezen for test and in ACP it is BLACK on index page it is not.
here is a test user in english form.
you can check.
There is no hidden forums for users.
Uname: man
Pass: manman
but there I can change for subforum like "Ljubezen" (there is changecolor in ACP)
so I change for Ljubezen for test and in ACP it is BLACK on index page it is not.
here is a test user in english form.
you can check.
There is no hidden forums for users.
Uname: man
Pass: manman
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Yes, okay, now I see the "bug":
The small link for the subforum will not be colored
I'll check it later on.
EDIT
Faster than I thought. Do the following changes:
The small link for the subforum will not be colored
I'll check it later on.
EDIT
Faster than I thought. Do the following changes:
Code: Alles auswählen
#
#-----[ OPEN ]-----
#
includes/functions_categories_hierarchy.php
#
#-----[ FIND ]-----
#
if ($wname != '') $link = '<a href="' . $wpgm . '" title="' . $wdesc . '" class="gensmall">' . $wname . '</a>';
#
#-----[ REPLACE WITH ]-----
#
$wforum_color = ($tree['data'][$wthis]['forum_color'] != '' ) ? 'style="color: #'.$tree['data'][$wthis]['forum_color'].'"' : '';
if ($wname != '') $link = '<a href="' . $wpgm . '" title="' . $wdesc . '" '.$wforum_color.' class="gensmall">' . $wname . '</a>';
#
#-----[ SAVE/CLOSE ALL FILES ]-----
#
# EoMKarsten 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:
First try my fix and the I wants to ask you which main forum must be changed?
If you have more than one color in the subforums which color the main forum will be have?
If you have more than one color in the subforums which color the main forum will be have?
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!
This fix doesn't work, my subforums are dissapear after change the code.
I was thinking if there will be posibility to change colors of main forums, like it is for subforums.
Now I see that I can change color for each subforum diferently, but cannot for main forum like
MAIN FORUM
SubForum: Subforum1, Subforum 2 .
I was thinking if there will be posibility to change colors of main forums, like it is for subforums.
Now I see that I can change color for each subforum diferently, but cannot for main forum like
MAIN FORUM
SubForum: Subforum1, Subforum 2 .