Hello there.
Recently I started my playground on AwesomeBB and I decided to move user panel and notification panels from sides to small divs. I've got overall look of those already done, which was intended to look like that: https://i.imgur.com/OKFa00m.png
Notification panel was intended to look similiar, but i couldn't start code it because of the problem. Just because I needed something as a base for my code in notification panel, I decided to add a post as guest in one of followed topics. And the problem happened. When I got the notification and opened inspector to check the code, forum slowly became heavy, like, it wouldn't respond after few seconds and even caused a tab crash, both in opera and chrome. I decided to download the site to check what was the culprit and I noticed this:
https://i.imgur.com/za6HpZ7.png
It seems that for no apparent reason, notification number started to generate but with no visible end. Like it was on loop. When I had no appearance code on, I saw mass number of "1" in the frame.
The code looks like:
My forum is accesible via https://insomnian-sodu.forumpolish.com (I disabled base CSS to create new).
I also created account for admins to check how does this look like.
Is there any chance to repair this? Because I would love to continue creating my forum but if this bug persists, I would need to resign from this idea.
Recently I started my playground on AwesomeBB and I decided to move user panel and notification panels from sides to small divs. I've got overall look of those already done, which was intended to look like that: https://i.imgur.com/OKFa00m.png
Notification panel was intended to look similiar, but i couldn't start code it because of the problem. Just because I needed something as a base for my code in notification panel, I decided to add a post as guest in one of followed topics. And the problem happened. When I got the notification and opened inspector to check the code, forum slowly became heavy, like, it wouldn't respond after few seconds and even caused a tab crash, both in opera and chrome. I decided to download the site to check what was the culprit and I noticed this:
https://i.imgur.com/za6HpZ7.png
It seems that for no apparent reason, notification number started to generate but with no visible end. Like it was on loop. When I had no appearance code on, I saw mass number of "1" in the frame.
The code looks like:
- Code:
<div class="HandUserMenu"><div class="HUMM">
<div id="main-user-menu" class="QuickMenu"></div>
<div class="HUMMvert"><a href="{U_SEARCH_NEW}" title="{L_SEARCH_NEW}" class="HUMa"><span class="ra ra-clover"></span></a>
<a href="{U_SEARCH_SELF}" title="{L_SEARCH_SELF}" class="HUMa"><span class="ra ra-crystal-ball"></span></a>
<a href="{U_SEARCH_UNANSWERED}" title="{L_SEARCH_UNANSWERED}" class="HUMa"><span class="ra ra-emerald"></span></a>
<a href="{U_MARK_READ}" accesskey="m" title="{L_MARK_FORUMS_READ}" class="HUMa"><span class="ra ra-omega"></span></a></div>
</div>
</div>
My forum is accesible via https://insomnian-sodu.forumpolish.com (I disabled base CSS to create new).
I also created account for admins to check how does this look like.
- Spoiler:
- Login: TestingMotion
Password: TestingInMotion
Is there any chance to repair this? Because I would love to continue creating my forum but if this bug persists, I would need to resign from this idea.