Please Help Me Test...
 
Notifications
Clear all

Please Help Me Test a New Skin

31 Posts
7 Users
0 Reactions
15.7 K Views
(@jadedsabre)
Posts: 10
Active Member
 

This next issue is being evasive, and won't let me figure out how to fix it.   πŸ˜•

If the Categories panel is displayed on the index, the link for Category 1 is

 http://archive.starwarschicks.com/browse.php?type=categories&catid=1 

That takes you to the category browse page, because the correct link for Category 1 should be

 http://archive.starwarschicks.com/browse.php?type=categories 

EDITED:  The issue is actually that the category browse pages are incorrectly named.  The browse page for category 1 should be

 http://archive.starwarschicks.com/browse.php?type=categories&catid=1 

However, it is actually named

 http://archive.starwarschicks.com/browse.php?type=categories&id=1 

I assume it's just a deprecated code issue, but I haven't found it yet.


 
Posted : 04/02/2009 6:06 pm
(@jadedsabre)
Posts: 10
Active Member
 

The above is actually a bug with eFiction.  Had I searched the bug reports prior to posting here, I'd have known that.  πŸ™„  It's actually been an issue for a very long time.  But I solved it!  See: https://efiction.org/forums/index.php?topic=6872.0

So rest easy, it's not an issue with your skin!


 
Posted : 04/02/2009 7:52 pm
(@jadedsabre)
Posts: 10
Active Member
 

From style.css:

/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that
drop down list ONLY */
#pagelinks .jumpmenu {
text-align: center;
}

However, the code in viewstory.tpl is

<div class="jumpmenu2">{jumpmenu2}</div>

(which I think explains why the jumpmenu is not actually centered.)


 
Posted : 04/02/2009 10:56 pm
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

Weird. I pulled both parts of that equation from the default skin. That'll teach me to read better.


Skins made by Kali are no longer supported!

 
Posted : 05/02/2009 11:08 am
(@jadedsabre)
Posts: 10
Active Member
 

I hope you don't feel like I'm nitpicking!  I'm just trying to be helpful, especially since I'm using all of your hard work as my base point.

I found another typo that wasn't working:

style.css line 219 -  #alphabet #current_letter, #pagelinks #currentpage {

It's actually "currentletter" without the underscore.

(And I think there's a reason no one uses the default skin...)


 
Posted : 05/02/2009 10:57 pm
(@piper)
Posts: 91
Trusted Member
 

New one for you:

Demo: http://www.made-by-kali.com/eFiction30/index.php?skin=superstar
Download: http://www.made-by-kali.com/eFiction30/skins/superstar/superstar.zip

Again, not really ready for a live site. I originally created this skin for a specific site, so I'm mainly concerned about getting rid of all site references.

I know you said it's not ready for a live site... But I just LOVE it to death! I have done a few bits of modifications to where it suits me, and set it as my default template.
http://www.tgfiction.net/eFiction30Beta/index.php?skin=superstar

I'm not fully done with the header yet, I just needed to get something in there.

-HuGgLeS- Kali, I love all your work!

-P/KAF


StoryPortal Fiction Network - StoryPortal.Net
TG Fiction dot NET | T* Fiction Archive - TGFiction.Net
LG Tales | TG Style Fiction for LG's - LGTales.Com

 
Posted : 24/02/2009 8:58 pm
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

I know you said it's not ready for a live site... But I just LOVE it to death! I have done a few bits of modifications to where it suits me, and set it as my default template.
http://www.tgfiction.net/eFiction30Beta/index.php?skin=superstar

I'm not fully done with the header yet, I just needed to get something in there.

-HuGgLeS- Kali, I love all your work!

-P/KAF

Thanks!

Don't worry, it won't make anyone's site explode, it just needs a little tweaking. When I release the skin, it will have all 3 columns on all parts of the site.


Skins made by Kali are no longer supported!

 
Posted : 25/02/2009 9:22 am
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

Another skin to test.
I hesitated to release this one publicly, since it's hardly a masterpiece, but it does have it's worth. Basically it's meant for refugees from fanfiction.net who are having trouble adjusting the eFiction. The menus and basic layout mimic ff.net without directly copying.

Demo - http://www.made-by-kali.com/eFiction30/index.php?skin=dotnet
Download - http://www.made-by-kali.com/eFiction30/skins/dotnet/dotnet.zip

As far as I can tell it works in the latest version of Firefox, IE8, Chrome, Opera and Safari.


Skins made by Kali are no longer supported!

 
Posted : 30/09/2009 3:50 pm
(@lyndsie)
Posts: 1263
Member Moderator
 

Small thing: Not being logged in, up in the top right there's the || between login and home looking like there might be something in there, like 'admin' or something else that doesn't appear to me.


 
Posted : 30/09/2009 5:49 pm
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

Actually, it's Register | Login | Logout | Home

I'm guessing it's between logout and home


Skins made by Kali are no longer supported!

 
Posted : 30/09/2009 5:49 pm
(@babaca)
Posts: 722
Member Moderator
 

Ah, when you log in as admin there is no admin link. It takes you to Account Info and the only links found are ... account info.

Looks nice otherwise.


******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3

 
Posted : 30/09/2009 7:17 pm
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

Wait, the admin link takes you to the account info link?

And I just realized that I put the wrong code for the admin link, which is why it's not showing up in the footer.


Skins made by Kali are no longer supported!

 
Posted : 30/09/2009 8:10 pm
(@babaca)
Posts: 722
Member Moderator
 

It should be {adminlinks} instead of {admin} yes? I tried that and the link wouldn't appear.


******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3

 
Posted : 01/10/2009 6:53 pm
 kali
(@kali)
Posts: 307
Reputable Member
Topic starter
 

(adminarea) actually.


Skins made by Kali are no longer supported!

 
Posted : 02/10/2009 9:10 am
(@babaca)
Posts: 722
Member Moderator
 

Coolness. πŸ˜‰ This is why I don't design skins. Thanks. The link is now appearing.

barb


******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3

 
Posted : 02/10/2009 9:47 am
Page 2 / 3
Share: