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,191
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,822
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
    SylverReZ @ SylverReZ: @salazarcosplay, Good.