FIXED! "Downloads" button on profiles

Dionicio3

goat
OP
Member
Joined
Feb 26, 2017
Messages
4,046
Trophies
2
Age
20
Location
Hollister, CA
Website
dionicio3.com
XP
7,224
Country
United States
Screenshot_2018-05-25-19-33-56-1.png

It appears on every profile that ever uploaded anythjng to the new download station, and as you can see, it doesn't look right. Note that this button doesn't appear when actually looking on their profile page
 

SimonMKWii

Professional Idiot
Member
Joined
Nov 18, 2017
Messages
666
Trophies
0
Location
Melbourne, Victoria
XP
2,760
Country
Australia
Something like this would be good:
upload_2018-5-30_17-49-5.png


Code snippet used:
HTML:
<div class="userStats">
    <dl title="Join date">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#calendar-o"></use>
            </svg>
        </dt>
        <dd>Feb 27, 2017</dd>
    </dl>
    <!-- slot: pre_messages -->
    <dl title="Total posts">
        <a href="search/member?user_id=415984" class="concealed" rel="nofollow">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#comment-o"></use>
                </svg>
            </dt>
            <dd>3,387</dd>
        </a>
    </dl>
    <!-- shaunj66 modification to display user XP -->
    <dl class="userXP" title="1,857 / 1920 XP (82%)">
        <a class="concealed" rel="nofollow" href="https://gbatemp.net/members/?type=xp&amp;jump=415984#u415984">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#points"></use>
                </svg>
            </dt>
            <dd>Level 9</dd>
        </a>
        <div class="xp_progress">
            <div style="width: 82%;" class="xp_bar"></div>
        </div>
    </dl>
    <!-- slot: pre_likes -->
    <dl title="Likes received">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#thumbsup"></use>
            </svg>
        </dt>
        <dd>7,008</dd>
    </dl>
    <dl title="Downloads">
        <dt><img src="https://i.imgur.com/v98Iq7t.png" width=20></img></dt>
        <dd>1</dd>
    </dl>
    <dl title="Blog entries">
        <a class="concealed" href="blog/dionicio3.415984/">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#book"></use>
                </svg>
            </dt>
            <dd>60</dd>
        </a>
    </dl>
</div>
I made the download icon myself in paint.net
 

tunip3

[debugger active]
Banned
Joined
Oct 31, 2016
Messages
1,675
Trophies
0
XP
1,661
Country
United Kingdom
That looks good but looks like the default arrow in paint .net with super sharp corners mabye try something a bit smoother more stylizie
Something like this would be good:
View attachment 126806

Code snippet used:
HTML:
<div class="userStats">
    <dl title="Join date">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#calendar-o"></use>
            </svg>
        </dt>
        <dd>Feb 27, 2017</dd>
    </dl>
    <!-- slot: pre_messages -->
    <dl title="Total posts">
        <a href="search/member?user_id=415984" class="concealed" rel="nofollow">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#comment-o"></use>
                </svg>
            </dt>
            <dd>3,387</dd>
        </a>
    </dl>
    <!-- shaunj66 modification to display user XP -->
    <dl class="userXP" title="1,857 / 1920 XP (82%)">
        <a class="concealed" rel="nofollow" href="https://gbatemp.net/members/?type=xp&amp;jump=415984#u415984">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#points"></use>
                </svg>
            </dt>
            <dd>Level 9</dd>
        </a>
        <div class="xp_progress">
            <div style="width: 82%;" class="xp_bar"></div>
        </div>
    </dl>
    <!-- slot: pre_likes -->
    <dl title="Likes received">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#thumbsup"></use>
            </svg>
        </dt>
        <dd>7,008</dd>
    </dl>
    <dl title="Downloads">
        <dt><img src="https://i.imgur.com/v98Iq7t.png" width=20></img></dt>
        <dd>1</dd>
    </dl>
    <dl title="Blog entries">
        <a class="concealed" href="blog/dionicio3.415984/">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#book"></use>
                </svg>
            </dt>
            <dd>60</dd>
        </a>
    </dl>
</div>
I made the download icon myself in paint.net
 

DBlaze

I don't know what i'm doing.
Member
Joined
Nov 15, 2006
Messages
526
Trophies
1
XP
2,840
Country
Netherlands
Something like this would be good:
View attachment 126806

Code snippet used:
HTML:
<div class="userStats">
    <dl title="Join date">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#calendar-o"></use>
            </svg>
        </dt>
        <dd>Feb 27, 2017</dd>
    </dl>
    <!-- slot: pre_messages -->
    <dl title="Total posts">
        <a href="search/member?user_id=415984" class="concealed" rel="nofollow">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#comment-o"></use>
                </svg>
            </dt>
            <dd>3,387</dd>
        </a>
    </dl>
    <!-- shaunj66 modification to display user XP -->
    <dl class="userXP" title="1,857 / 1920 XP (82%)">
        <a class="concealed" rel="nofollow" href="https://gbatemp.net/members/?type=xp&amp;jump=415984#u415984">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#points"></use>
                </svg>
            </dt>
            <dd>Level 9</dd>
        </a>
        <div class="xp_progress">
            <div style="width: 82%;" class="xp_bar"></div>
        </div>
    </dl>
    <!-- slot: pre_likes -->
    <dl title="Likes received">
        <dt>
            <svg class="ts2icon userStatsIcon">
                <use xlink:href="styles/ts2/sprites.svg#thumbsup"></use>
            </svg>
        </dt>
        <dd>7,008</dd>
    </dl>
    <dl title="Downloads">
        <dt><img src="https://i.imgur.com/v98Iq7t.png" width=20></img></dt>
        <dd>1</dd>
    </dl>
    <dl title="Blog entries">
        <a class="concealed" href="blog/dionicio3.415984/">
            <dt>
                <svg class="ts2icon userStatsIcon">
                    <use xlink:href="styles/ts2/sprites.svg#book"></use>
                </svg>
            </dt>
            <dd>60</dd>
        </a>
    </dl>
</div>
I made the download icon myself in paint.net

That looks good but looks like the default arrow in paint .net with super sharp corners mabye try something a bit smoother more stylizie

They could also just use styles/ts2/sprites.svg#arrow-down,
would end up looking like
126196-1ee6b42335802d5137b4a1277f8270b6.jpg
 
Last edited by DBlaze,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • ZeroT21 @ ZeroT21:
    live service game for 40 bucks that sold 12 mil copies
  • K3Nv2 @ K3Nv2:
    Ever notice how games that sell millions get hated the worst
  • K3Nv2 @ K3Nv2:
    Cod and sports games are good examples but people still buy the shit
  • ZeroT21 @ ZeroT21:
    it happens quit often if not all the time
  • ZeroT21 @ ZeroT21:
    diablo 4 anyone?
  • K3Nv2 @ K3Nv2:
    Everyone just doesn't want to be an outcast and say they're decent games why do they make billions if it's so shit
  • ZeroT21 @ ZeroT21:
    just buy nintendo stuff and their games if you just want fun
  • K3Nv2 @ K3Nv2:
    I still can't name 12 fun current Nintendo games
  • ZeroT21 @ ZeroT21:
    i say get a pc and emulate that too

    :rofl2:
  • K3Nv2 @ K3Nv2:
    Or in today's age at least a SteamDeck
  • ZeroT21 @ ZeroT21:
    i gotta say, the steam deck isn't a bad deal, even if you get a used one, you have options to get it serviced and the parts are also available through ifixit
  • K3Nv2 @ K3Nv2:
    I remember a guy trying to call me a SteamDeck fanboy I'm like well give me a grand I'll buy a winmax
    +1
  • K3Nv2 @ K3Nv2:
    Or a win4 things still sexy
  • ZeroT21 @ ZeroT21:
    having money does not mean everyone will just fork it over
  • ZeroT21 @ ZeroT21:
    everyone perceives value diffrently
  • K3Nv2 @ K3Nv2:
    I buy cheap and whats useable
  • K3Nv2 @ K3Nv2:
    Twice out of the year I may get something that's $600
  • ZeroT21 @ ZeroT21:
    we all like nice things, sure, but I also want to keep money on the side
  • K3Nv2 @ K3Nv2:
    I'd have the same mentality if money wasn't an object
  • ZeroT21 @ ZeroT21:
    having a warped sense can happen
  • ZeroT21 @ ZeroT21:
    reason i question myself, but not constantly
  • K3Nv2 @ K3Nv2:
    If I had Elon money sure I'd have a 20 bedroom home
  • ZeroT21 @ ZeroT21:
    if only that alone could make me happy, but nope
    :D
  • ZeroT21 @ ZeroT21:
    you'll only feel more empty after most of your urges go away like that
  • K3Nv2 @ K3Nv2:
    Spam account tried getting $10 off me I'm like you didn't have it last week you'll be fine
    K3Nv2 @ K3Nv2: Spam account tried getting $10 off me I'm like you didn't have it last week you'll be fine