'Souls IPB Archive (November 2007–October 2012)
[CODE] steal my profile (old) - Printable Version

+- 'Souls IPB Archive (November 2007–October 2012) (https://soulsrpg.com/ipb)
+-- Forum: Dead OOC (https://soulsrpg.com/ipb/forumdisplay.php?fid=100)
+--- Forum: Dead Templates (https://soulsrpg.com/ipb/forumdisplay.php?fid=92)
+--- Thread: [CODE] steal my profile (old) (/showthread.php?tid=29283)

Pages: 1 2


- Eris Eternity - 09-19-2011

SEE NEW TOPIC


- Panda Behr - 09-19-2011

wow that's seriously all in the OOC section? That's insanity right there sie. Do you know if it works well with skins or in any of the other sections?


- Eris Eternity - 09-19-2011

it works with all the skins i've tested it in thus far. C: it wasn't a comprehensive test but i've viewed in both wide + skinny styled layouts as well as the mobile skin, and those are the most drastic changes between layouts... soo, i'd assume is all good for the rest!

as for the other fields... yes, and no. X3 the part at the very beginning of the CSS actually hides ALL of your other profile fields -- hence why your character's rank and gender (which always show up) don't show. however, you can just remove that snippet of CSS and deal with the pack rank/gender down at the bottom, i would suppose, enabling you to work in the other fields. buuuut, if you work in those, then poof goes your pretty spaced code. D:

<3


- Panda Behr - 09-19-2011

i got ya. I was talking about uh, profile skin codes, like you know the personalized ones.


- Eris Eternity - 09-19-2011

Ooooh. der. D:

i don't... see any reason why not? There are probably some things that would need to be edited out of this code in order to work seamlessly with a custom profile, but it wouldn't be too hefty of a job ^^


- Panda Behr - 09-19-2011

<3 ilu sie.

I'm okay at coding so I'm sure that I'll be able to figure things out.


- Sage River Lykoi - 09-19-2011

Dude. I love this. I am so terrible at organizing profiles. I am so using it. <3333


- Panda Behr - 09-20-2011

I keep having a problem when I add the new boxes on the bottom of the profile for the extra items (you know how you make the household boxes, and then the accessories, etc) It keeps on wrangling in the very bottom where it saids the copyrights of the site and the spam poison and that stuff. Halp me fixes it sie-luff?

I got this <3


- Orin Takekuro - 09-20-2011

I have been wanting to update all of my profiles and make them more detailed and accurate. My characters deserve better than I'm doing right now. I'm definately going to be using this!


- Amaranth Catori - 09-20-2011

So happy with Mara's new profile thanks sie for this code


- Soran Aatte - 09-20-2011

I am totally horrendous with profiles, I may make an attempt at putting this on my profile XD Thanks for putting this up Sie *hugs*


- Strelein von Rosnete - 09-20-2011

if i were not already procrastinating i would use this to procrastinate further


- Panda Behr - 09-20-2011

QUOTE (Strelein von Rosnete @ Sep 20 2011, 03:45 PM)
if i were not already procrastinating i would use this to procrastinate further [/quote]
[Image: like_pirate.png]


- Amaranth Catori - 09-20-2011

Guys if your adding more sections to the inventory be careful. This is the code I used to make multiple sections
Code:
<td class="maintitle" valign="top" colspan="3" id="inventory">Inventory & House
<span class="subtitle">
<a href="#itemsOne">Subheader</a> ·
<a href="#itemsTwo">Subheader Two</a>
<a href="#itemsThree">Subheader Two</a>
</span>
</td>

</tr><tr>
<td class="row3" colspan="3" valign="top"  style="padding:0px;">
<table class="siehaxTwo sieInventory" cellpadding="0" cellspacing="0">
<tr>
<td class="titlemedium2 noBorder emp" valign="top" colspan="2" id="itemsOne">
Subheader
</td>
</tr>
<tr>
<td class="row3">

<img src="http://sleepyglow.net/souls/_inventory/spoon.gif" title="Spoon" alt="Spoon" />
<img src="http://i.imgur.com/YDsxu.png" title="Bowl" alt="Bowl" />
<img src="http://i.imgur.com/NpDqt.png" title="Knife" alt="Knife" />

</td><td class="row3 sieSmall">

<div id="QUOTE" class="floatimg" style="float:right;">
<a href="http://soulsrpg.com/images/trollface.png" rel="lyteframe" rev="width:750px; height: 600px; scrolling: yes;">
<img src="http://soulsrpg.com/images/trollface.png" style="height:75px;">
</a>
</div>

<ul>
<li>Hi, I am the first point about your inventory</li>
<li>Hi, I am the second point about your inventory</li>
</ul>

</td>
</tr>

<td class="titlemedium2 noBorder emp" valign="top" colspan="2" id="itemsTwo">
Subheader
</td>
</tr>
<tr>
<td class="row3">

<img src="http://sleepyglow.net/souls/_inventory/spoon.gif" title="Spoon" alt="Spoon" />
<img src="http://i.imgur.com/YDsxu.png" title="Bowl" alt="Bowl" />
<img src="http://i.imgur.com/NpDqt.png" title="Knife" alt="Knife" />

</td><td class="row3 sieSmall">



<ul>
<li>Hi, I am the first point about your inventory</li>
<li>Hi, I am the second point about your inventory</li>
</ul>

</td>
</tr>
<td class="titlemedium2 noBorder emp" valign="top" colspan="2" id="itemsThree">
Subheader
</td>
</tr>
<tr>
<td class="row3">

<img src="http://sleepyglow.net/souls/_inventory/spoon.gif" title="Spoon" alt="Spoon" />
<img src="http://i.imgur.com/YDsxu.png" title="Bowl" alt="Bowl" />
<img src="http://i.imgur.com/NpDqt.png" title="Knife" alt="Knife" />

</td><td class="row3 sieSmall">

<ul>
<li>Hi, I am the first point about your inventory</li>
<li>Hi, I am the second point about your inventory</li>
</ul>

</td>
</tr>
</table>
</td></tr>
</table>



- Mido - 09-21-2011

[html]

THANKS SIE! This was a huge help Smile


[/html]


- Orin Takekuro - 09-22-2011

I'm going to use this to update my profile tonight. So, do we have to post all of it and edit the information all in the OOC section? Or can we break any of it up and put it into other fields?


- Strelein von Rosnete - 09-23-2011

Sie, I can't change the quote bg for the images in appearance. What did you put in the css to fix it?


- Eris Eternity - 09-23-2011

#QUOTE

you had .QUOTE

the quote/code things are weird. :| they don't work unless you have them capitalized in the CSS, and in this instance it looks like you had a class mixed with an ID

i turned it #AA0000 because INFERNI haha, but you should be able to fiddle it up now ^_^

& nuki, sorry, didn't see your question till now -- answered upthread:

Quote:as for the other fields... yes, and no. X3 the part at the very beginning of the CSS actually hides ALL of your other profile fields -- hence why your character's rank and gender (which always show up) don't show. however, you can just remove that snippet of CSS and deal with the pack rank/gender down at the bottom, i would suppose, enabling you to work in the other fields. buuuut, if you work in those, then poof goes your pretty spaced code. D:

I'm glad you guys are all enjoying Big Grin <3


- Strelein von Rosnete - 09-23-2011

aaaaaaaaah thank you <3


- Vesper - 09-24-2011

Just implemented this in my own profile! Thanks for sharing, Sie. <333 It's freaking awesome!