Replies

Jul 2, 2014 11 years ago
Abaven
did the monster mash
User Avatar

It's been a little while since I've looked at my profile last, so this may have happened some time ago.

When I edited my profile a while ago I added some blank widgets, and in those I used the scode feature [item=... to display some items that I liked. After I finished, the items showed up in rows of three inside the widgets, like this [item=...[item=...[item=... [item=...[item=...[item=... [item=...[item=...[item=...

But today when I looked at it, they now show up as one long line, like this [item=... [item=... [item=... [item=... [item=...

Why is it doing this? Is there something I can do to change it? (If you're confused as to what I'm talking about, check out my profile, and look at the widgets named "Gotta Catch Em All" and "My Loves". The items show up as just one line, but they original looked like the "Wishlist" widget, with multiple items per row.)

Please Ping! Thank you. :)

[tot=Abaven] [egg=Abaven] [tp=Abaven]

Jul 2, 2014 11 years ago
Luck
is unlucky
User Avatar
Bella

Items have done this ever since the wishlist feature was changed from the + in the corner to the way it is now. I don't know why exactly, but I do know that that's when items started stacking like that.

he/him / 31 / EST



My best friend is



Jul 2, 2014 11 years ago
Abaven
did the monster mash
User Avatar

At least I now know what started it, but I wish there was some way to change it back. I prefer the original version. :/

Thank you. :)

[tot=Abaven] [egg=Abaven] [tp=Abaven]

Jul 2, 2014 11 years ago
Luck
is unlucky
User Avatar
Bella

Yep it's kinda annoying now...

But no problem! :D

he/him / 31 / EST



My best friend is



Jul 2, 2014 11 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

You can fix it by making a table. There may be an easier way, but this will work. This sample code makes a table with 3 columns. You can add or remove any number of rows. I made a small example on my own profile (top of middle column). This is a very basic table of course, you can make a variety of changes, from the number of columns and rows to the style.

[item=...][item=...][item=...]
[item=...][item=...][item=...]
[item=...][item=...][item=...]
[item=...][item=...][item=...]
[item=...][item=...][item=...]
[item=...][item=...][item=...]

To remove the +wishlist text you need to add the following into your "profile" widget: <style type="text/css"> div.wl_plus {display: none;} </style>

EDIT: fixed the typo in the code in case anyone else wants to use it.

Jul 3, 2014 11 years ago
Abaven
did the monster mash
User Avatar

Thank you for the coding. :) There is one problem though. After filling in the items and updating my widgets, it only shows the first 2 columns but not the third.

[tot=Abaven] [egg=Abaven] [tp=Abaven]

Jul 3, 2014 11 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

Sorry my fault. I made a typo in the code, and since I copy/pasted the error is in every line. After the third item=... the code is missing a < Code with typo: <tr><td>[item=...]</td><td>[item=...]</td><td>[item=...]/td></tr>

Fixed: <tr><td>[item=...]</td><td>[item=...]</td><td>[item=...]</td></tr>

Jul 3, 2014 11 years ago
Abaven
did the monster mash
User Avatar

No worries. I noticed it right as I got your ping. :) Again, thank you very much for the coding.

[tot=Abaven] [egg=Abaven] [tp=Abaven]

Jul 3, 2014 11 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety
Jul 3, 2014 11 years ago
Abaven
did the monster mash
User Avatar

I agree, but I definitely need to find the time to teach myself more about it. XD

[tot=Abaven] [egg=Abaven] [tp=Abaven]

Please log in to reply to this topic.