Why is it that when...
 
Notifications
Clear all

Why is it that when I changed a name of something, it doesn't work anymore?

2 Posts
2 Users
0 Reactions
1,506 Views
(@liliedove)
Posts: 6
Active Member
Topic starter
 

Hi,
On my site, www.cuffanfictions.com, I think I somehow really messed up my "catigories" in the admin section...
I went to panels, and decided to edit it and make the name for it "fandoms". I did that, and well when I went into "fandoms" in the admin section, it didn't bring me anywhere. I then turned it back to catigories, though that didn't change the situation.
Does anyone know how to fix is?

~Liliedove


 
Posted : 11/09/2008 5:53 pm
(@babaca)
Posts: 722
Member Moderator
 

Categories are part of the programming script. If you wanted to change the name to Fandoms, you would go into the Language folder open en.php in notepad and look for

define ("_CATEGORIES", "Categories");
define ("_CATEGORY", "Category");

And change it to read:

define ("_CATEGORIES", "Fandoms");
define ("_CATEGORY", "Fandom");

As for going into panels... you'll have to go back what you changed.


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

 
Posted : 11/09/2008 8:03 pm
Share: