MyBB Community Forums
[Last Sale] Avenger For MyBB 1.8 - Only $17 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community (https://community.mybb.com/forum-12.html)
+--- Forum: Marketplace (https://community.mybb.com/forum-202.html)
+---- Forum: Themes (https://community.mybb.com/forum-204.html)
+---- Thread: [Last Sale] Avenger For MyBB 1.8 - Only $17 (/thread-195926.html)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: [Sale] Avenger For MyBB 1.8 - reaver - 2016-07-21

how to put picture in footer, its blue but i want to put picture


RE: [Sale] Avenger For MyBB 1.8 - adi19 - 2016-07-21

Awesome theme! Good work !


RE: [Sale] Avenger For MyBB 1.8 - lavaskins - 2016-07-22

(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;
}


RE: [Sale] Avenger For MyBB 1.8 - Waleed B. - 2016-07-22

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?


RE: [Sale] Avenger For MyBB 1.8 - lavaskins - 2016-07-22

(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


RE: [Sale] Avenger For MyBB 1.8 - reaver - 2016-07-22

How to change thread icons?


RE: [Sale] Avenger For MyBB 1.8 - lavaskins - 2016-07-22

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


RE: [Sale] Avenger For MyBB 1.8 - reaver - 2016-07-22

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!


RE: [Sale] Avenger For MyBB 1.8 - lavaskins - 2016-07-22

(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.


RE: [Sale] Avenger For MyBB 1.8 - Waleed B. - 2016-07-22

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.