topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday May 3, 2025, 8:39 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [Solved] unable to see my dc credits on the forum heading  (Read 589 times)

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 790
    • View Profile
    • Free Portable Apps
    • Donate to Member
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
« Last Edit: Today at 07:19 AM by anandcoral »

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,640
    • View Profile
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #1 on: May 02, 2025, 12:31 PM »
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.donation...ncreditsarea_history

Shades

  • Member
  • Joined in 2006
  • **
  • Posts: 2,945
    • View Profile
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #2 on: May 02, 2025, 09:40 PM »
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

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 790
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #3 on: Today at 05:03 AM »
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.
firefox_uuzQzqSO2H.png[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

  • Participant
  • Joined in 2024
  • *
  • Posts: 92
  • Call me Vic!
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #4 on: Today at 07:08 AM »
I am unable to see my dc credits on the forum heading.

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
My name's Victor but do feel free to call me Vic!

❤️ Support on Patreon @ www.patreon.com/paradisusio

GitHub: github.com/paradisusio

🌟 Good projects deserve support 🌎🌍🌏

✉ Email / Extend your PayPal support ❤️: paradisusvic@gmail.com
« Last Edit: Today at 07:14 AM by paradisusvic »

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 790
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #5 on: Today at 07:19 AM »
Thanks for all the scripts, but too much work for lazy me  :D

Checking from profile will do. No problem now.
Thanks to all

paradisusvic

  • Participant
  • Joined in 2024
  • *
  • Posts: 92
  • Call me Vic!
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: unable to see my dc credits on the forum heading
« Reply #6 on: Today at 08:50 AM »
No problem now.
-anandcoral (Today at 07:19 AM)

Great to hear! 😊 It appears the issue was triggered by the forum's CSS media query breakpoints for mobile device screens. 📱

Hint: This can also occur on desktop due to your browser's page zoom settings or through scripts/extensions, as Shades pointed out. 💡

If you'd like to permanently resolve this and restore the normal view, a recommended solution is to use the provided scripts with an automated JavaScript extension like "Scripty":

https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam

This allows you to maintain your current browser settings. 👌

Cheers! 👋
Vic
My name's Victor but do feel free to call me Vic!

❤️ Support on Patreon @ www.patreon.com/paradisusio

GitHub: github.com/paradisusio

🌟 Good projects deserve support 🌎🌍🌏

✉ Email / Extend your PayPal support ❤️: paradisusvic@gmail.com