MyBB Community Forums

Full Version: [Last Sale] Avenger For MyBB 1.8 - Only $17
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
how to put picture in footer, its blue but i want to put picture
Awesome theme! Good work !
(2016-07-21, 06:58 PM)reaver Wrote: [ -> ]how to put picture in footer, its blue but i want to put picture

you find ".footer-link" line 520, in Extras.css (Avenger V1.0 -> Extras.css)
adding this css after "{"
background-size: cover;
background-image: url (your image.png);
background-repeat: no-repeat;

when completed it will be like this:
.footer-link {
background: # 618EC2;
background-size: cover;
background-image: url (your image.png);
background-repeat: no-repeat;
}
I'm just doing some template edits. I'm having trouble getting the star rating on forumdisplay_thread to appear on the same line as the views and replies. For some reason it keeps appearing below.

[Image: 0VQDVeg.png]

What styling or template changes do I have to make?
(2016-07-22, 06:27 AM)Sharree Wrote: [ -> ]I'm just doing some template edits. I'm having trouble getting the star rating on forumdisplay_thread to appear on the same line as the views and replies. For some reason it keeps appearing below.

[Image: 0VQDVeg.png]

What styling or template changes do I have to make?
I have sent a message to you
How to change thread icons?
you visit: http://fontawesome.io/icons/, select the icon you want.
http://imgur.com/a/HAM0x.png

Next you into global.css, go to line 53 (.forum_status: before)
replace "f132" with the code you've taken on.
do the same for the "offlink icon" and "offlock icon" at line 64 and 60.

Also you can use: http: //community.mybb.com/mods.php? Action = view & pid = 457
One thing more, it will be great that non registrated user (or users who didnt login) cant use button for change collors,boxed......etc
But its maybe just me!
(2016-07-22, 01:21 PM)reaver Wrote: [ -> ]One thing more, it will be great that non registrated user (or users who didnt login) cant use button for change collors,boxed......etc
But its maybe just me!

I've fixed it and sent to you in previous messages.
With the Change Avatar animation when hovering over an avatar: Is there a way to set this so it'll only happen when hovering over your own avatar? Right now it gives you the option to "Change Avatar" even when you hover over another user's avatar.
Pages: 1 2 3 4 5 6 7 8 9 10