Main Area and Open Discussion > Living Room
[Solved] unable to see my dc credits on the forum heading
anandcoral:
I am unable to see my dc credits on the forum heading.
Earlier I can see it when I need to donate some. Maybe new Forum shift made it invisible.
Is there any link for it now ?
Regards,
Anand
Ath:
I can still see my credits, but maybe you have spent it all? :o You can (probably) see the history via this link: https://www.donationcoder.com/forum/index.php?action=profile;area=donationcreditsarea_history
Shades:
Can confirm: as a user with member status, I also see the amount of DC credits to my name.
Are you running some scripts and/or extensions in your browser that obscure some parts of on-screen data?
anandcoral:
Thanks for the history link, Ath
Previously I could see it here after login, against my name, see image attached. So never thought of it at any other place.
[Solved] unable to see my dc credits on the forum heading
Now I know I can see it from 'my profile' (never tried earlier)
Thanks
paradisusvic:
I am unable to see my dc credits on the forum heading.
-anandcoral (May 02, 2025, 11:45 AM)
--- End quote ---
Hello dear Anand, if you just want to return the functionality/view without leaving the current forum page, you could use any of the following javascript links.
Return direct DonationCrediits view on the header:
--- ---javascript:document.querySelector('#upper_section > div.user > ul > li.responsive2:nth-child(3)').classList.remove('responsive2');void(0);;
Return DonationCredits and Unread topics:
--- ---javascript:document.querySelectorAll('#upper_section > div.user > ul > li.responsive2:nth-child(3), #upper_section > div.user > ul > li.responsive2:nth-child(5)').forEach(el => el.classList.remove('responsive2'));void(0);
Return all responsive links!
--- ---javascript:Array.from(document.querySelectorAll('#upper_section *')).forEach(el => el.classList && Array.from(el.classList).forEach(cl => cl.includes('responsive') && el.classList.remove(cl)));void(0);
Remember: a javascript link with your favorite approach can be added to your bookmarks bar for easy access (one click). :Thmbsup:
Hope this helps / gives you more options!
🤗
Vic
Navigation
[0] Message Index
[#] Next page
Go to full version