Bug Shop username style different colors on forum index

Status
Not open for further replies.

db-fan22

Customer
the Shop username style is different colors on forum index, i waited several days because i thought maybe it was a cron,

but it never changes, the red is the style i have before, but does not update



i think its a bug,


8430

8431


.
 
This could be a caching issue, there is no bug here as the code being ran in both locations is identical.
 
what do you mean caching issue? i delete my browsing histroy and cache but problem still happens

how to clear xenforo cache?


.
 
Do you have any caching options enabled in config.php? Or installed any addon that caches the forum display?
 
i should of thought of disabling my add-ons first, you are so smart

i found the problem, the problem is the add-on "ads manager by siropu"

when i disable his add-on, everything works properly,

i will make ticket with him


his add-on enabled
8438



his add-on disabled
8437




.
 
siroup say there is no cache in his add-on, but he need to know how does the shop add-on add the style to the username

in technical explanation



.
 
I extend \XF\Template\Templater :: fnUsernameLink and add a style attribute like so:
PHP:
if ($styleProps)
{
   $attributes['style'] = isset($attributes['style']) ?: '';
   $attributes['style'] .= implode('; ', $styleProps);
}
 
ok siropu say he cannot see problem in his add-on

i disabled his add-on again and enabled, and now i cannot reproduce the error, so he is right, his add-on is not causing problem, so it was my mistake, his add-on is not the problem


so i downloaded 4 different browsers, 3 browser have the same problem,

the only browser that works and changes the color right away is "brave browser", i dont know why the 3 other browsers are having this caching problem


firefox on left, brave on right
8445



edit, ok after 10 minutes, it change the color, and then it change back to before color,
i dont know why, it gives me many problems



i don't understand browser cache

.
 
Last edited:
Hello @21515,

We hope your ticket regarding DragonByte Shop has been addressed to your satisfaction. This ticket has now been closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

DragonByte Shop

XenForo 1.5.3+ XenForo 2.0.x XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,640
Customer rating
5.00 star(s) 3 ratings
Back
Top