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
(2016-07-22, 07:11 PM)Sharree Wrote: [ -> ]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.

We will review it, can just fix little about js
How to manage subscription? sorry for this cuestion but i never do this.
Can you make a tutorial how to do it please!

How to add on the left side 240x240 picture? i try it in Index Page Templates but nothing, can you tell me how to put it under latest threads?
(2016-07-23, 01:23 PM)reaver Wrote: [ -> ]How to manage subscription? sorry for this cuestion but i never do this.
Can you make a tutorial how to do it please!

How to add on the left side 240x240 picture? i try it in Index Page Templates but nothing, can you tell me how to put it under latest threads?

That would be found under the header tenplate(s)
Yes i know where but when i put nothing show up, can someone give me a code, how and where to put for have advertise under the latest threads!

Thanx!
you find class = "content-ads-sidebar" and inside it's where you place ads
an example for you if used image:
<div class="content-ads-sidebar"> <img src="your image.png" style="width: 240px;"></div>


We announce to you, the theme has been on the demo page. Thank you for your interest
Just for know you mistake, your code was
<div class="ads-sidebar headersb">
<div class="nav-separator">

and need to ne
<div class="ads-sidebar-headersb">
<div class="nav-separator">

you forget "- " in "ads-sidebar headersb"
Hey lavaskin, any solution for the avatars?
(2016-07-24, 06:51 PM)reaver Wrote: [ -> ]Just for know you mistake, your code was
<div class="ads-sidebar headersb">
<div class="nav-separator">

and need to ne
<div class="ads-sidebar-headersb">
<div class="nav-separator">

you forget "- " in "ads-sidebar headersb"
It's just redundant "class", if you follow your way, will generate an error.



(2016-07-24, 09:09 PM)Sharree Wrote: [ -> ]Hey lavaskin, any solution for the avatars?

Send messages to you
(2016-07-25, 08:50 AM)lavaskins Wrote: [ -> ]
(2016-07-24, 06:51 PM)reaver Wrote: [ -> ]Just for know you mistake, your code was
<div class="ads-sidebar headersb">
  <div class="nav-separator">

and need to ne
<div class="ads-sidebar-headersb">
  <div class="nav-separator">

you forget "- " in "ads-sidebar headersb"
It's just redundant "class", if you follow your way, will generate an error.
What you mean "your way"? I just tell you that code was not good and didnt work for me, but ok, forget it!
I checked very carefully about it. if it does not work, please send me your xml file. I will check it.
Pages: 1 2 3 4 5 6 7 8 9 10