
Lamer4o wrote:I Don't know what are you talking about... there is no Subsilver2 XML in the WinRar file that i download earlier from here...So i ask you again how to make to see the colors when i change them?Dakin Quelia wrote:It's in subsilver2 XML (for viewoforum) in contrib's directory.Lamer4o wrote:Ok But in mine Subsilver2 when i add a color to the Topic it's only show in the topic.
I Mean i see the color only in "Viewtopic" and not in "Viewforum" can you help me out?
In Prosilver i see the "Viewforum" color but not on Subsilver2...![]()
Code: Select all
$lang = array_merge($lang, array(
'TOPIC_TITLE_COLOUR' => 'Topic Title colour',
));
Code: Select all
trigger_error($user->lang['NOT_AUTHORISED']);
When i did all the change's you tell me now i don't see in my stile the Topic Title Color (option when i post) any idea why and how to fix it ? to see it again and to WORK ?Lamer4o wrote:Lamer4o wrote:I Don't know what are you talking about... there is no Subsilver2 XML in the WinRar file that i download earlier from here...So i ask you again how to make to see the colors when i change them?Dakin Quelia wrote:It's in subsilver2 XML (for viewoforum) in contrib's directory.Lamer4o wrote:Ok But in mine Subsilver2 when i add a color to the Topic it's only show in the topic.
I Mean i see the color only in "Viewtopic" and not in "Viewforum" can you help me out?
In Prosilver i see the "Viewforum" color but not on Subsilver2...![]()
and also this change:d33j4y wrote:I wanted to point at a slight typo in this mod.. in the subsilver edit for styles/subsilver2/template/viewforum_body.html.. theres a part in the replace line..
"IF topicrow.TOPIC_TITMLE_COLOUR" which should be "IF topicrow.TOPIC_TITLE_COLOUR"
Thought I would point this out as this could mess things up!!!
I refrehsed the style, but still no colour in vieforum in subsilver2?d33j4y wrote:I also noticed in the Subsilver edits for styles/subsilver2/template/posting_body.html
In the line you add after the find.. it shows <td class="row1" width="22%"><b class="genmed">{L_TOPIC_NAME_COLOUR}:</b></td>
This should be <td class="row1" width="22%"><b class="genmed">{L_TOPIC_TITLE_COLOUR}:</b></td>
Changing L_TOPIC_NAME_COLOUR to L_TOPIC_TITLE_COLOUR
This may be an error in the prosilver edits as well but I havent checked as my template on my site is based from subsilver!