The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

phpBB3-Hide VIEWS and REPLIES *numbers* Field

4 posters

Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Bpoetic March 9th 2011, 9:07 pm

Afternoon . . .

I would like to hide the numbers for views and replies, either by CSS, or possibly a background image. As you can see, I was able to hide FORUM, Topics and Posts with a graphic.

phpBB3 (prosilver)

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Counts12

Thanks, Bpoetic
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty Re: phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Sanket March 10th 2011, 4:16 am

I doubt if its possible for phpbb3.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty Re: phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Bpoetic March 10th 2011, 6:09 am

Ahhh Sanket! Boo hiss, don't say it's true:-) So, there's no way to add a graphic to that field . . . well, I guess we're through then!

Thanks!
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty Re: phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Sanket March 10th 2011, 7:56 am

Yes, i am afraid there isn't.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty Re: phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Base March 10th 2011, 8:41 pm

You could try adding this to your CSS:
Code:
dd.posts, dd.topics, dd.views {
    color: #BEA06C;
}

It will basically camouflage the numbers as the same colour as your background. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

phpBB3-Hide VIEWS and REPLIES  *numbers* Field Empty Re: phpBB3-Hide VIEWS and REPLIES *numbers* Field

Post by Saxaca March 10th 2011, 9:54 pm

This should work too:
Code:
.forabg ul li.header dd.lastpost, .forabg ul li.header dd.posts, .forabg ul li.header dd.topics { display: none; }
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum