MyBB Community Forums

Full Version: Defult theme 1.8 icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-12-14, 08:12 AM)feeling_bored Wrote: [ -> ]now i want to change the topics (thread) colors

find .post_content in global.css and add some background color to it like "background: #D7D7D7;"

if you want to change the color for the part where it shows the member name and details, find ".post .post_author" in global.css and change "background: #f5f5f5;" to some other color....
i try .trow sir , but its not for that erea ,
its for the forum names erea , i need the thread background ,

thanks sir ... sorry i didnt see your last post ,
sir you are a rock .. thanks very much
i have another some quetions to personaliz my theme , but i feel shy really to ask ,
i asked alot and you answered kindly
can i ask some more stuff also ???
(2014-12-14, 04:14 PM)feeling_bored Wrote: [ -> ]i have another some quetions to personaliz my theme , but i feel shy really to ask ,
i asked alot and you answered kindly
can i ask some more stuff also ???

please ask your query.... I think you haven't seen my usertitle Toungue
thanks sir ,
how can i add some small icons beside that links
in Templates >> Header Templates >> header_menu_memberlist, change the content as...

<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist"><img src="ENTER IMAGE LINK HERE" />{$lang->toplinks_memberlist}</a></li>

upload the icon to your server and provide the link in the img tag...

do the same way in header_menu_search template.. the other two links should be in the header template right after <ul class="menu top_links">... add the img tags for them too and upload the icons to the right location and provide its link on the img tag...
greate , done ,
also sir , we talk about the forum background colour, but if i want to use a image as a background instate of using colour code ?
thanks
in global.css, for #content add image as background... example, "background: url(image link) no-repeat center top;"
thanks sir , solved ,
the last question sir
as i reliazed , the plugin (fit in page) not working with mybb 1.8, but i see also that mybb 1.8 has auto fit in page plugged in , without plugin,
anyway to modify that for make the images more smaller , for example 800 or less , ?
if not , then the plugin (fit on page) can be modified to work with 1.8 ?
thanks for your help
you dont need that plugin in 1.8 as it is already available in core... in global.css find

.scaleimages img {
max-width: 100%;
}

and change that into pixel value like this...

.scaleimages img {
max-width: 800px;
}
Hello sir , 
i have another question 
how i can change the color of the background in  this zone in the profile page 

[Image: 2zgxenn.png]

thanks
Pages: 1 2