Page 3 of 6

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 16:12
by Steve
I will have a look later.
I must say this in not a style issue you should of opened a new topic in phpBB3 support forum.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 16:18
by heredia21
Oh I know definately it is not a style issue. I just happened to open it here because im using this style. Can you move topic to phpbb3 support. I know this is possible in vbulletin. Where you have your forum image with no forum icon on the index, then when you click on the forum all the forum icons are listed next to the topics. Do you understand what Im saying?

It is kind of like the user rank you helpd me with earlier. Like the only thing I want to change is the index page. When there is a forum image available I want it to replace the forum icon rather than having both I just want one.. Only index page.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 16:41
by Steve
heredia21 ยป 15 Apr 2010, 16:37 wrote:It is kind of like the user rank you helpd me with earlier. Like the only thing I want to change is the index page. When there is a forum image available I want it to replace the forum icon rather than having both I just want one.. Only index page.
stop spamming! i know how todo it and know what you mean

open styles/glossyblack/template/forumlist_body.html
find:

Code: Select all

<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
replace with:

Code: Select all

<!-- IF SCRIPT_NAME == "index" --><dl><!-- ELSE --><dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;"><!-- ENDIF -->
theres a mod some where to use forum title as a coloured notification link ,search for it :geek:

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 16:44
by cisco007
heredia if no one has answered your post and you have something else to say, please edit your message and add it to it! don't just keep posting!

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 16:51
by heredia21
Ok it worked so far. But how can I center the text with the image

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 17:38
by Steve
if you wait i will post a snippet for all members to use also using if statements managed to colour the forum title when unread.
be patient!

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 17:55
by heredia21
Ok. But about the forum image how can I text centered with image.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 15 Apr 2010, 18:22
by Steve
I suggest your read the forum rules!
rules.php#rule3a and down
i told you to be patient im not aswering any more posts in this topic unless its style related. I will post my snippet later you will find it in the correct forum.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 29 Apr 2010, 14:46
by heredia21
For the quotes, I see how to change the background color. But what do I change in colours.css to change the font color? For quotes only. Am I in the right place?

Re: phpbb3 3.0.7 style Glossyblack

Posted: 29 Apr 2010, 15:10
by cisco007
open content.css and look for

Code: Select all

/* Quote block */
i am not sure if you can change or if there is a setting for font, but if not add it and check!