URL to your eFiction: http://www.jonasbrothersfanfictionarchive.com
Version of eFiction: 3.5
Have you searched for your problem: Yes
If so, what terms did you try: story listings
State the nature of your problem: So, apparently, I'm a moron and managed to break my own skin.
I'm working with the yet unreleased Superstar, and modified it to have the 3 columns on every page, but I missed something along the way. Basically, in the viewuser, everything's up at the top, but the listings are oh so very much at the very bottom. ( http://www.jonasbrothersfanfictionarchive.com/viewuser.php?uid=636)
I don't know how I managed to mess this up so badly.
http://www.jonasbrothersfanfictionarchive.com/skins/think_pink/style.css
http://www.jonasbrothersfanfictionarchive.com/skins/think_pink/header.tpl
Skins made by Kali are no longer supported!
So, the section that's down below is controlled by listings.tpl, normally. It doesn't look like this skin has it's own listings.tpl.
Actually, it's a bit more complicated. What appears in viewuser.php is pulled from user.tpl. user.tpl includes listings block (aka listings.tpl). So between the two of them I think we can solve your issue. I may just be an issue of placing {output} in user.tpl in the right kind of div. You may also have to create a listings.tpl if it's not playing nice with the one in default_tpls.
ETA: I'm looking at your browse.tpl which displays normally in most recent, and its {output} isn't inside a div, and it also uses listings.tpl with no problems. Hmm... The only thing I can think of is to put <div id="middleindex"> in user.tpl or listings.tpl. Of course, that doesn't really explain why some pages are find and others aren't, but it might help fix the problem. :
Wow, I am so stupid sometimes. π When you mentioned user.tpl I went back in and...
I forgot to pull the 'clear' div so it was knocking the listings out of the center div.
Skins made by Kali are no longer supported!
Hehe, I saw that in there but I figured it was purposeful... Glad it was easy to fix!
