Questions and Troubleshooting

Rei

Kage in the Making 👑
Legendary
Joined
May 22, 2008
Messages
12,015
Reaction score
5,126
Hello everyone!

We hope that you are enjoying our new forums!

We ask you to post here and only here issues that you are experiencing and questions you might be having about the new website.

Please keep in mind that the migration to Animebase is still undergoing & that there is still much work left to do.


All the best,

AB staff
 

Reboryushon

Sannin of the Scrolls 📜
Elite
Joined
Mar 10, 2014
Messages
6,169
Reaction score
701
Hello everyone!

We hope that you are enjoying our new forums!

We ask you to post here and only here issues that you are experiencing and questions you might be having about the new website.

Please keep in mind that the migration to Animebase is still undergoing & that there is still much work left to do.


All the best,

AB staff

It is awesome Rei! :)

Btw, shouldn't the old domain redirect to this one? I don't want to lose my pen pals. :(
 

Rei

Kage in the Making 👑
Legendary
Joined
May 22, 2008
Messages
12,015
Reaction score
5,126
It is awesome Rei! :)

Btw, shouldn't the old domain redirect to this one? I don't want to lose my pen pals. :(

Thank you!

It will be done, V is currently setting that up.
 

Rohan

Legendary Shinobi 🐸
Supreme
Joined
Mar 10, 2014
Messages
24,320
Reaction score
4,102
It would be nice if there is a thread on how the usergroups changed.
 

Rohan

Legendary Shinobi 🐸
Supreme
Joined
Mar 10, 2014
Messages
24,320
Reaction score
4,102
There seems to be a founder group now. What's that?
 

Sauce

Jōnin Strategist 🧠
Veteran
Joined
Apr 7, 2014
Messages
2,240
Reaction score
284
As far for premium users go, will the premmy bars/name colors/etc return, or will there be alternatives?
 

Rei

Kage in the Making 👑
Legendary
Joined
May 22, 2008
Messages
12,015
Reaction score
5,126
Oh, what changes happened to the Premium colours?

Founders, admins and gmods were fighting for the sparkles so we gave them to premiums instead.

xD
 

Rohan

Legendary Shinobi 🐸
Supreme
Joined
Mar 10, 2014
Messages
24,320
Reaction score
4,102
Founders, admins and gmods were fighting for the sparkles so we gave them to premiums instead.

xD

What about the glow effect?
 

Reboryushon

Sannin of the Scrolls 📜
Elite
Joined
Mar 10, 2014
Messages
6,169
Reaction score
701
Founders, admins and gmods were fighting for the sparkles so we gave them to premiums instead.

xD

I took a look at the emojis not being scaled properly and have a little css tweak so the emojis that we had in the past can be scaled properly without interfering with the sprite of Xenforo stock emojis.

CSS:
[class*="smilie--sprite"] {
    width: 22px !important;
    height: 22px !important;
}

.smilie {
    vertical-align: text-bottom;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 25px;
    min-width: 25px;
    /* min-width: 33px; */
    /* min-height: 33px; */
    vertical-align: -.4em;
    margin: 0 .5em 0 .1em;
    overflow: hidden;
}

Basically the sprite area width and height is respected (So other emojis don't appear) as they are but every other emoji that has the class smilie will be increased to a 25x25 dimension.

This works well for stock emojis of Xenforo and any new one that is placed.
 

Rohan

Legendary Shinobi 🐸
Supreme
Joined
Mar 10, 2014
Messages
24,320
Reaction score
4,102
Also what happened to my 5 FUB medals?
 

Rei

Kage in the Making 👑
Legendary
Joined
May 22, 2008
Messages
12,015
Reaction score
5,126
What about the glow effect?

What @Apocalypse said.

I took a look at the emojis not being scaled properly and have a little css tweak so the emojis that we had in the past can be scaled properly without interfering with the sprite of Xenforo stock emojis.

CSS:
[class*="smilie--sprite"] {
    width: 22px !important;
    height: 22px !important;
}

.smilie {
    vertical-align: text-bottom;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 25px;
    min-width: 25px;
    /* min-width: 33px; */
    /* min-height: 33px; */
    vertical-align: -.4em;
    margin: 0 .5em 0 .1em;
    overflow: hidden;
}

Basically the sprite area width and height is respected (So other emojis don't appear) as they are but every other emoji that has the class smilie will be increased to a 25x25 dimension.

This works well for stock emojis of Xenforo and any new one that is placed.

Will pass this on, thank you.

Also what happened to my 5 FUB medals?

I will look into that.
 

Rohan

Legendary Shinobi 🐸
Supreme
Joined
Mar 10, 2014
Messages
24,320
Reaction score
4,102
What happened to private groups?
 

Reboryushon

Sannin of the Scrolls 📜
Elite
Joined
Mar 10, 2014
Messages
6,169
Reaction score
701
ll pass this on, thank you.

There is also a thing going on with the medals that display a tooltip with the name of a :selector (data-original-title). This can also be solved via css.

CSS:
.tooltip--basic .tooltip-content {
    display: none;
}
 

Zise

:-)
Veteran
Joined
Jan 19, 2010
Messages
4,909
Reaction score
1,659
There seems to be a small mishap with the awards where some awards given in the past are missing and we will try to resolve this as soon as we can.
 
Joined
Oct 28, 2018
Messages
2
Reaction score
0
The website design and work problems.(English is not my first language so I'm sorry if someone gets hurt reading this.)
The website header picture done bad doesn't actually fit the non-desktop site view, tried on iOS Safari, Android Opera Browser, Android Regular Browser, iPad Safari Portrait, and a regular cellphone(widescreen). Emojis doesn't appear(or cut in a half) on some devices.
 
Top