Pimp up your Non-Core profile!

34 min read

Deviation Actions

UszatyArbuz's avatar
By
Published:
30.9K Views
:iconprojecteducate:
:iconprojecteducate:


Community Week

Hello!


I'm UszatyArbuz, and today I'd like to prove to you that a non-Core member's profile doesn't have to look boring! It takes a bit of time, creativity and willingness, but with it you can achieve a truly awesome effect, and soon you'll be able to create your own, personalized profile... Let's get started!



Widgets

A handful of widgets can be put to use by Non-Core users on their page. They vary a bit, so if you want to customize them it's good to know their characteristics.


DevID widget

This widget lets you encode info to add your own content, and on the bottom you can add a link to your website, as well as edit your Interests in the drop-down menu. The top part contains a profile picture, your name, your art style and location. If you don't choose a profile picture, your work medium and country won't display on your profile, saving up space. There is no way to remove or hide your name and username, though. Similarly, if you keep the website text box and the Interests empty, it won't display on your profile, which is a nice feature if you want to have it as much personal as possible.
A very important feature of this widget is the non-fixed width for its content. That means for smaller screens, the content will be displayed differently than it will on bigger screens, so it's important to keep this in mind when creating a heavily customized devID.


Donate Widget

This widget contains a little message and progress bar on top, and a "Donate!" button on the bottom. These features cannot be removed or recolored, as even Core members are unable to do so (but that's a story for another time ;) ).
This widget is fixed at 386px, while the sides of the widget will be empty for all screen sizes. If you encode an image that is wider, it will simply be resized.


Other widgets

Other widgets that can be put on Non-Core profiles and can be customized are: Featured deviation, Newest deviations, Favorites, Prints, Featured Print, Wishlist, Critiques and Commissions. The Journal widget can be added and customized as well, but journal customization is a whole other topic, something I'll cover in the future. ;) (Wink)



Decorate with Deviations

Now when we know WHAT we can customize, it's time to discover HOW. It may seem like non-Core users cannot do anything to personalize their pages, but that's wrong.
First, the most obvious way to customize a page is to use images and Deviations. Using deviations is very simple - in most cases, pasting the thumb code will work just fine. As for the images (added as HTML code), it's important to remember that images cannot be wider than 386px (in most cases), unless you are okay with the resizing that will occur.
DeviantArt is full of graphic resources dedicated to decorate profiles dedicated to decorating profiles, both free-to-use (F2U) and those that cost points (P2U), because Core members can use them as well, so I won't be going into details. You can easily find interesting resources, starting with social media icons (to create links to your other social media sites), art status icons (to show people if you do commissions, requests, etc), through dividers and bullets (not only to help keep everything in order, but also to give a twist to your profile), finishing with whole themed packs of resources. There are also a lot of images created by deviants to decorate your profile with, such as pagedolls and stamps.

Below is a variety of resources I have chosen for a good start. To find more, simply browse for stamps, free pagedolls, art status icons, social media icons, or check out the "More like this" link for the deviation you like best:

Say Hello to HTML

I've talked a little bit about HTML in the last section, but there is much more you can do with it! It's the only way to customize the content of a Non-Core widget, but it has many possibilities.
All deviants can make their text smaller or bigger, bold or italic, but that's just the beginning. This topic itself is really wide, and may be hard to understand for those less experienced. At the same time, there are a lot of tutorials and overviews on DeviantArt regarding HTML, so I would suggest checking those out. Here are a few that I'd recommend:

<da:thumb id="481816978"/><da:thumb id="261238511"/><da:thumb id="336255756"/>

Vast amounts of options can be used in Non-Core widgets that work just fine, but don't forget the image limitations I talked about in the last section!



Tricks For Clever Ones

If you are searching for something even more complex,  complex, you will definitely have to use your brains to demonstrate your creativity and ingenuity. From my own experience I can tell that any type of coding requires willingness and curiosity - so it may not be for everyone. I decided to share with you some of my ideas - treat it like a shortcut in your coding journey. ;)


Font types and generators

Everyone on the internet is able to use Web Safe Fonts - font styles that don't require CSS or any other additions to change its look. Usually those fonts are installed in your system by default. You can simply change the font look using <font-face> property, for example:
CODE: <font face="Impact"> Suddenly, this is a different text,</font>< font face="Monotype Corsiva">and this one is different, too!</font>
OUTCOME: Suddenly, this is a different text, and this one is different, too!

A great list of web safe fonts is listed in Playing With Text in dA [Semi-Tutorial] UPDATED.

But if that's not enough for you, you may like to check out Font Generators. They are different than simple HTML codes, and you'll have to write your text in order to generate its new, fancy look. Some cool font generators can be found here or here -just write your own text, click "Generate", copy the pimped-up text and paste it in your widgets. Some styles that are possible to get:

𝕲𝖔𝖙𝖍𝖎𝖈 - 𝖑𝖎𝖐𝖊 𝖙𝖊𝖝𝖙 𝖋𝖔𝖓𝖙
Ⓢⓞⓜⓔ ⓛⓔⓣⓣⓔⓡⓢ ⓘⓝ ⓒⓞⓞⓛ ⓒⓘⓡⓒⓛⓔⓢ
𝓥𝓮𝓻𝔂 𝓼𝔀𝓮𝓮𝓽, 𝓰𝓲𝓻𝓵𝔂 𝓯𝓸𝓷𝓽
【S】【o】【m】【e】 【f】【o】【n】【t】【s】 【w】【i】【t】【h】 【f】【r】【a】【m】【e】【s】【,】░ ░a░n░d░ ░a░n░o░t░h░e░r░ ░o░n░e░!░
𝔸𝕟𝕕 𝕞𝕠𝕣𝕖 𝕗𝕠𝕟𝕥𝕤!



Music Players

Not many deviants know that embedding videos is possible for Non-Core users as well - not only YouTube videos, but Soundcloud and dA Films as well. Simply check out FAQ #81: How can I create links to other deviants, deviations, or websites? for the details.
It is also possible to change the size of the player! Here are a two examples:
  • Square

    CODE: <da:embed profile="youtube" id="K3Fn1RgMzYI" width="28" height="28">
    OUTCOME:
  • Bar

  • CODE: <da:embed profile="youtube" id="K3Fn1RgMzYI" width="200" height="25"> OUTCOME:

It's easy to notice where you are changing size of the player (the sizes are in pixels). You can also put multiple players in your boxes!



(Fake) Columns

Once in a while I get asked how Non-Core deviant can add column sections on their page. I feel obligated to make clear that Non-Core deviants cannot add column sections. Well, not in an obvious way at least, because I found out a way to create fake columns. Those aren't really columns, but the content in a single row is separated from each other, giving a feeling of actually having two columns. This may feel like a complex idea for somebody that is new to coding. Below is an example, and on the right I marked the space.

NON-CORE 'custom' box: Nature by UszatyArbuz  Nature By Uszatyarbuz-da7fg9e by UszatyArbuz

I also have to add that the second section in this code (the one with stamp on the left and art status on the right) is not a column section, even though it looks like one. The stamp is added as an image aligned to the left, so art status icons wrap around it on the other side. The section I'm referring to shows by the To-do and Waiting lists.

What I personally use for this is a transparent image of tiny height and width, (no bigger than a line of text) that makes a noticeable space. It's better if the space image is submitted to dA because the thumbnail code is shorter than an HTML image code, and it's easier to keep track of the actual content. While doing these columns, you have to remember to add "dummy" content for the left section (like "empty slot"), or add two spaces to have a shorter column on the left, and a longer one on the right. If you want to have the left column appear longer, you don't have to add anything. Just break the line with the Enter key (or <br/>). My thumbnail code for the space image is :thumb611294894:. The code for columns looks like so:
first line of left content :thumb611294894: first line of right content second line of left content :thumb611294894: second line of right content third line of left content :thumb611294894: third line of right content


Frames

This is a rather complex trick that that requires an understanding of HTML on a deeper level. Using multiple images, Non-Core deviants are able to create a frame around their content. Below is an example. On the right I marked actual images so you can understand what I mean.

NON-CORE 'custom' box: Laces by UszatyArbuz   Lace By Uszatyarbuz-da7fffq by UszatyArbuz

To make it work well, you'll have to align all the images (aligning cannot be the default, otherwise images won't "stick" together leaving a noticeable space between them). Your images have to fit together pixel-perfect, so don't be discouraged if it won't work on the first try and just try a couple of times until you get the result you want. Lastly, you have to remember that the sides don't stretch or repeat, so if you are closing frames on the bottom, the height of the sides must be tall enough to fit all of the content you want to put inside.

My base code for the frames is as following:
<div align="center"><img src="TOP IMAGE" align="middle"><img  src="LEFT IMAGE" align="left"><img src="RIGHT IMAGE" align="right">
your text content here
<img src="BOTTOM IMAGE" align="middle">
div>


"Smart" Links

This one is rather simple to use. Did you know there is a cool trick to create links that will send your friends to different parts of your dA site? (even filled with a template!), send points, or give Core or a cake badge! Here are a bunch of links I was able to find:


Direct note
This awesome method was found by SketchyRae . I found it a couple of years ago and have used it since then. It allows you to create a link that will lead people to the "Send a Note" pop-up filled with your template. It's very useful for people who ask to fill a form while sending a commission request - just encode the form in the "Send a Note" URL! More info and how to set it up can be found here:



Give Points
There is an easy way to create a link that clicking on will bring up a pop-up similar to the one from the "Donate" widget.
Just visit your Points page, and on the right side there will be a section that says "Ask for Points". Just copy the URL in bold, and you'll be able to paste it anywhere. You can even add an image that will link to this URL!

Ask by UszatyArbuz


Give Core Membership
This is similar to the one described above, but for giving someone a Core membership. Simply add your username on the very end (in the place of YOUR-USERNAME), copy the following URL and paste somewhere on your profile to create a link that will send deviants to the page where they will be able to give you Core.
https://www.deviantart.com/core-membership/?mx=gift&point=userpageinfo&subscribe=YOUR-USERNAME

Give a Llama
For this one, we have to find your user number first. Luckily Rubycored provides an easy way to find it - just follow this link and follow the steps described in the deviation. For the example, I'll use my own user number, which is 13340661.
When you have your user number, simply add it in the place of YOUR-NUMBER , and your username in the YOUR-USERNAME of the following code:

https://www.deviantart.com/modal/badge/give?badgetype=llama&to_user=YOUR-NUMBER&trade_id=0&referrer=http://YOUR-USERNAME.deviantart.com
In my case, the URL is going to look like so:
www.deviantart.com/modal/badge…
(you can click the link and see how it works by yourself!)


Give a Cake
This one requires your user number as well. Same as before, add your user number in the place of YOUR-NUMBER , and your username in the YOUR-USERNAME:
https://www.deviantart.com/modal/badge/give?badgetype=cake&to_user=YOUR-NUMBER&trade_id=0&referrer=http://YOUR-USERNAME.deviantart.com
In my case, the URL looks like:
www.deviantart.com/modal/badge…
though you won't be able to give me a cake badge.. I'm already full of them! :lol:



Normal Groups can be pretty, too

And now for great news for all deviants who own a group - even if your group doesn't have a Supergroup status, it can be pretty too! All of the options and tricks I described can be used in standard Groups as well! Obviously, groups don't have widgets like Wishlist or Commissions, but you can still add and customize a Custom Widget on your Non-Supergroup profile. Other widgets that can be put on Non-Supergroup profiles and can be Featured deviations, Collection, Journal Writers, Latest Gallery Contributors,  Latest Favourite Artists, Group Info, Admins and Affiliates - so there's quite a choice.



See more

The idea of customizing Non-Core pages the way I described today is quite fresh on DeviantArt. Those coding resources don't even have their own proper category (same as Core profile codes). It's obvious not everyone will have the time or ability to customize their profiles, but there are a bunch of people who've already created themed, Non-Core codes for anyone to use. I took my time to find some deviants, as well as Groups that have folders in their gallery dedicated to such resources.

A few people that create Non-Core codes:

:icondifficult-beast::iconqueenllamacorncake::iconhorologiumhydra::iconbloodoboy:
:iconmy-test-accountt::icont-e-r-r-i-f-i-e-d::iconmrsfantadreams::iconarchangcl:
:iconstereokinq::iconsquid-kitten::iconpastel---prince::iconhorologiumhydra:
..and of course, myself!

Groups that collect Non-Core codes:

:iconcustomboxbackground: :iconnon-core-customboxes: :iconpagedecorandmore: :iconpagedecorations: :iconfree-pagestuff:
Dedicated folders of those groups:
1 | 2 | 3 | 4 | 5
At the same time, I encourage to discover them yourself, since each day there are more and more of those resources on DeviantArt - simply browse for Non-Core codes, or check out hashtags #noncore #noncorecustombox #noncorebox #noncorecode or #non_core . For a good start, I have chosen several Non-Core boxes from around DeviantArt.

Fish custombox by My-test-accounttF2U : Non-core box code - Forest by Milkyboos
f2u Page Code 1 - Tiny garden by Sailor-HTMLRQ- Sokomomoko2nd by PastelSkies13
f2u Page Code 2 - ''Untitled - Paint'' by Sailor-HTML| + F2U + Non-Core Custom Box | ~Cookies!~ by rochellefox


Last Words

Finally, I need to leave a message to both creators of such codes, and people who want to use them.

To the creators:

Please, always give a proper credits of the resources you use in your codes! Every artist who was nice enough to share their art decoration deserves to be credited. Add mentions the usual way, instead of a not working link like @/here. Tumblr is NOT a way to credit art. If something is pixel art, it DOESN'T always mean it's a profile decoration! If you want to use a photo, head over to DeviantArt Stock gallery, instead of stealing (yes, it's stealing!) copyrighted images from Google Images. And don't support people who create dividers and decorations from photographs or images that were not credited, either.

Unclear about how to copyright your artwork? While submitting to DeviantArt, simply add Creative Commons License in the Publishing option on the bottom of the Submission page - it's the easiest way to protect your work and show people if you accept commercial use or edits of your codes.

To the users:

Don't support any artist who doesn't care enough to give credits. Moreover, don't support artists who don't give credits but require a credit for the code on your profile! There are so many resources out there, I'm sure you will be able to find something cool and well-credited.
Please, respect the Creative Commons License - people gave their time and work to create resources and they deserve to be respected.

 

 I hope you enjoyed this article and learned something new. Keep being creative!

:iconuszatyarbuz:


Comments124
Join the community to add your comment. Already a deviant? Log In
Echolepzy's avatar

It's a shame lots of these don't work anymore TwT