http://www.sinful-desire.org/archive
I haven't been to my site in a day and a half, but when I accessed it this afternoon, it looks like how it currently looks. That big blank area of white space on the right side there is supposed to be where the welcome, most recent, and news blocks start. Like this:
Now, you can see that it starts below the Featured Stories and is all scrunched up with only 1 word a line.
I haven't made any changes to the website, the script, or the skin, in days, so I don't understand why this is suddenly happening. Should I re-upload the skins?
Thanks in advance!
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
It looks fine for me using Firefox. Exactly like the picture. Did you update your browser, or use a different computer? Maybe it's a rendering problem.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Hmmm, OK, it does look fine in Firefox, but I always use IE and it looked like the screencap a day or two ago. Same computer, no updates to IE, so I don't know what's causing the problem.
This is what my site currently looks like:
ETA: I got a few friends to check my site and it will appear fine in Firefox but is all messed up in IE, so it's not just me.
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
Check your <div> tags, maybe one of them isn't closed properly. That's what usuallly gets me.
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
Check your <div> tags, maybe one of them isn't closed properly. That's what usuallly gets me.
I went through and checked the index.tpl page and didn't see anything that caught my eye as wrong. I don't see why it would have changed within 48 hours when I am the only admin for the site, so it's not like someone else could have signed in and messed with the formatting.
Would it help to copy the index page here for you to see?
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
The way it looks now in IE and Opera is normally what happens with the leftindex isn't closed before the rightindex starts. But that would break it in Firefox and Safari as well. 😕
Yes, a c & P of the index.tpl would be nice, and if you could c & p any non-cosmetic changes you've made to the css (a.k.a. I don't need to see the new colors - which are quite lovely, btw) that would be good too.
Skins made by Kali are no longer supported!
OK, here is my index.tpl:
<!-- INCLUDE BLOCK : header -->
<div style="padding: 2em 0; margin-bottom: -2em;" class="clearfix">
<div id="leftindex">
<div class="block">
<div class="title">{countdown_title}</div>
<div class="content"><center>{countdown_content}</center></div>
</div>
<div class="block">
<div class="title">{info_title}</div>
<div class="content">
Are you @ Live Journal? Then stay updated at the <a target="_blank" href="" http://www.livejournal.com/community/sinful_updates">Sinfu l" Desire Updates Community!</a><br /><br />
{info_content}<br />
{login_content}<br />
<b>Who's Online:</b><br />
Guests: {guests}<br />
Members: {onlinemembers}<br /><br />
<b>Change Your Layout:</b>
{skinchange_title} {skinchange_content}
<br />
</div></div>
<br />
<div class="block">
<div class="title">Tag-Board!</div>
<div class="content"><!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center" width="140">
<tr><td align="center" width="169">
<iframe frameborder="0" width="180" height="110" src="" http://www2.cbox.ws/box/?boxid=1217392&boxtag=8701&sec=main" ;" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #DBE2ED 1px solid;" id="cboxmain"></iframe>
</td></tr><tr><td align="center" width="169">
<iframe frameborder="0" width="180" height="85" src="" http://www2.cbox.ws/box/?boxid=1217392&boxtag=8701&sec=form" ;" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #DBE2ED 1px solid; border-top: 0px;" id="cboxform"></iframe>
</td></tr>
</table></center>
<!-- END CBOX --><br />
</div>
</div>
<div class="block">
<div class="title">{poll_title}</div>
<div class="content">{poll_content}</div>
</div>
<div class="block">
<div class="title">{random_title}</div>
<div class="content">{random_content}</div>
</div>
<div class="block">
<div class="title">{featauth_title}</div>
<div class="content">{featauth_content}</div>
</div>
<div class="block">
<div class="title">{featured_title}</div>
<div class="content">{featured_content}</div>
</div>
</div>
<div id="rightindex" class="clearfix">
<div class="block">
<div class="title">Welcome to Sinful Desire: The Archive</div>
<div class="content">
{welcome}<br />
</div>
<div class="block">
<div class="title">{categories_title}</div>
<div class="content">{categories_content}</div>
</div>
<div class="block">
<div class="title">{recent_title}</div>
<div class="content">{recent_content}</div>
</div>
<div class="block">
<div class="title">{news_title}</div>
<div class="content">{news_content}</div>
</div>
</div>
</div>
<div id="centerindex">
</div>
</div>
<!-- INCLUDE BLOCK : footer -->
And as far as I know I haven't made any changes to the CSS other than color codes. Thanks for taking a look at it for me!
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
Is the "centerindex" part of the code that came in the .zip? Because it's empty and kinda useless. atm. It's not in the file on my test site, so I could have flubbed up and included the wrong file when I .zipped it up.
Skins made by Kali are no longer supported!
Is the "centerindex" part of the code that came in the .zip? Because it's empty and kinda useless. atm. It's not in the file on my test site, so I could have flubbed up and included the wrong file when I .zipped it up.
I am actually not sure because since I added that skin to my archive, my hard drive crashed and I lost most of my original files. Should I take that out of the script? And if so, what part do I need to take out?
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
<div id="centerindex">
</div>
Just those two lines and see what happens.
Skins made by Kali are no longer supported!
OK, I took out those two lines and nothing changed.
So, I've redownloaded your zip file and put up the original index.tpl up and am going to customize one thing at a time to back to how I had it, that way I could figure out what was causing the problem. When I added the block for Featured Author, that's when the page went crazy again.
I went to the blocks and it's set to "active" but it looks like this:
<div id=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'featauth\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'><div id=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'>{author}</div><div id=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'bio\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'><span class=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'classification\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'>Bio:</span> {bio}</div><div id=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'stats\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'>{author} is the author of {stories} stories. {author} has been a member since {joined}.</div></div>
Is that what is causing the problem? And how do I keep the backward slashes from coming up?
URL: http://www.sinful-desire.org/archive
Version: 3.5.2
Modules: Story End, Beta Reader, Challenges, Story Tracker
PHP: 5.2.5
MySQL: 5.0.67
