Replies

Feb 25, 2021 5 years ago
Xykranna
is the pumpkin king!
User Avatar

Hello my dears!

I actually need a teacher of some kind? I don't know how to formulate what I need.

I'm a first year student in multimedia and I use webstorm to code HMTL and CSS and well... I made what I needed (I think? It looks pretty cool and my hovers on the nav works kachaaaaaa !)

My problems are: -What are all of the intricacies of adding the subeta content such as the human avatar, the comment box ,etc. -How do I put my CSS in my HTML? In webstorm it's linked internally but my best and only guess is that I need to do it internally here. -I don't know what external site is safe to host my image in. I am very afraid of low quality images and things that can hurt my PC. -I am a mess pls help :D

This is a little out of my depth but I like to learn!

I work a part-time job and I am a full-time student it may take a hot second for me to answer but I'll be there <3

I have CSC if you need some payment too :o

Will I ever fall in love. // For any kind of commissions smail me! <3 //

Mar 7, 2021 5 years ago
spacemage
is fashionable
User Avatar

I don't know if anyone has answered your questions/helped or if you figured out any on your own since posting but

Quote
-What are all of the intricacies of adding the subeta content such as the human avatar, the comment box ,etc.
I feel like this is not what you mean but when you edit your profile there is a box labeled Toolbox with a button labeled "Add Section" when pressed it brings down a selection of sections to add, to add one check the one you want to add, choose the column its added to with the dropdown near the bottom of the box and click add section at the bottom of the box to add, repeat this process for other sections.

IMPORTANT NOTES:

  • If you reorder sections then add a new section any reordering unsaved is undone automatically.
  • Most sections can only be added once (will redirect to an error if you try to add one that can be added only once)
  • To add additional coding to a profile either add a blank or the profile section and place code in there, I recommend profile since you can remove it and add it back and the code will not be gone forever unlike blank sections (contents of profile can be found: https://subeta.net/preferences.php?act=profile and can be edited there as well)

Quote
-How do I put my CSS in my HTML? In webstorm it&;s linked internally but my best and only guess is that I need to do it internally here.
To add CSS for either user or pet profile you add it like this <style>(CSS code here)</style>

Quote
-I don&;t know what external site is safe to host my image in. I am very afraid of low quality images and things that can hurt my PC.
For image hosting why not use what you're using for your forum image, imgur? (many users use that one as well)

Quote
-I am a mess pls help 😀
If you need additional help or want explanation with anything feel free to smail, comment, or ping me and I'll try to help, also when you have a particular question about profile code the Profile & Discussion Forums is a good place to ask

I made a forum group for CustomCSS and more

Mar 9, 2021 5 years ago
Edgeworth
is getting bi
User Avatar
Tara

this is very late but i hope i can help also! i don't know a ton about subeta, but i do know about coding subeta profiles and just finished my own! what spacemage said about adding the CSS in the style and using imgur i will definitely echo. i use imgur for all my image hosting. as far as the rest, it sounds like you may be going about it a little backwards in that you coded a full profile without touching subeta and now want to add in the subeta elements. because of how subeta works, unfortunately you cannot just create new ids & classes and then redirect subeta's content inside it, unless you want to manually add each element by hand - if you look at my profile you can see i did this with my pet links, having hidden the pet section on my profile and just relinking them in the main text box. but for the already existing boxes like the HA section, you have to specifically target the pre-existing ids & classes and modify them with css to move them around.

as a very basic example, the navigation on my current profile is just the exact already existing navigation bar subeta has, i've just used css to target the already existing navigation id and then move it down. a more complex example is the HA section, where i have changed the color, resized and moved it, added a scroll, added effects, etc. but i've had to do all of that just targeting what subeta already gives us, not with adding anything additional because you can't add anything additional in those fields, if that makes sense.

it's complicated to explain, but to give a better picture, if i were to take all of the coding off of my profile right now, there would be 1 column of 4 widgets - HA, textbox, leave a comment, and comments. if i were to ever re-order them or remove one, it would completely ruin my coding due to how selecting the content boxes on subeta works.

essentially, you should start with a subeta profile that has no code on it and just the modules you want to show, then move them around from there, rather than coding a whole profile outside of subeta and then trying to fit things into it, because you probably won't be able to! i don't know how webstorm works - i do all my coding either right here in the subeta dashboard editor (that's where you will add in your CSS, go to personal > dashboard > profile) and then just refresh every time i add something new to see how it changes - but i have used brackets/notepad++/etc. in the past, and i don't know that you can open a site you don't host yourself to try and create a profile that way.

if you can show better examples of what you currently have as far as code goes (and a preview of what that looks like), i can try to help more in-depth and in less vague technical terms!

sev - he/they - cw shop - cw thread

Mar 9, 2021 5 years ago
Xykranna
is the pumpkin king!
User Avatar

Thank you, I have a lot of exams right now but I'll look into these informations :o very useful to know!

Will I ever fall in love. // For any kind of commissions smail me! <3 //

Please log in to reply to this topic.