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:
    easier to troubleshoot? or gpu comes later?
  • K3Nv2 @ K3Nv2:
    Won't need a GPU with G series for emulation
    +1
  • ZeroT21 @ ZeroT21:
    I won't upgrade untill the day comes I can't play the games with my current hardware or something breaks
  • K3Nv2 @ K3Nv2:
    It's equivalent to a gt 560 which should be enough for ps3
  • K3Nv2 @ K3Nv2:
    I won't need to hack a 360 @BigOnYa :tpi:
  • ZeroT21 @ ZeroT21:
    well, if you get a gud enuf PSU, you could futureproof it incase you actually need the gpu down the line
  • K3Nv2 @ K3Nv2:
    I got a spare 650w some place
    +1
  • K3Nv2 @ K3Nv2:
    https://a.co/d/4aQazgy not bad for a $40 case
  • ZeroT21 @ ZeroT21:
    for me a 650w is base
    line
  • ZeroT21 @ ZeroT21:
    very gud case, but make sure you have the kinda PSU with very flexible cables
  • ZeroT21 @ ZeroT21:
    i know people with this exact case
  • K3Nv2 @ K3Nv2:
    Nah hog tie the cables
  • K3Nv2 @ K3Nv2:
    I'd like one with support for a couple 3.5" bays though
  • ZeroT21 @ ZeroT21:
    not that, some psu like those corsair rm series stock cables have very big knicks that make it impossible to fit in there
  • ZeroT21 @ ZeroT21:
    my friend had to order some custom cables for it
  • BigOnYa @ BigOnYa:
    Just buy another 650 watt power supply, and Raid them
  • ZeroT21 @ ZeroT21:
    well, it's not a showpiece, but it'll get the job done
  • K3Nv2 @ K3Nv2:
    Splice two 24 pins together
    +1
  • ZeroT21 @ ZeroT21:
    i bought mine with funtionality and cooling in mind for the most part, and fitting my crappy budget too ofc
  • K3Nv2 @ K3Nv2:
    We should all tell Xdqwerty when he gets old enough to build his own pc
  • ZeroT21 @ ZeroT21:
    i got 7 case fans in mine, replaced 4 when some broke cus they ran loud and wonky
  • ZeroT21 @ ZeroT21:
    so i bought spares even
  • K3Nv2 @ K3Nv2:
    9 in mine
  • K3Nv2 @ K3Nv2:
    Damn things ramp up when it decides to do even a little work
    K3Nv2 @ K3Nv2: Damn things ramp up when it decides to do even a little work