I'm having an odd problem with the Suggest Link and Suggest Category pages.
When I try to suggest a link or category (when logged in as an admin), most of the yes/no select boxes have no text between the option tags, so there's no way to know what you're selecting. The values are there, but no text.
For my particular situation I don't need language settings, so I have hard-coded the language to "default" by adding this line to start.php after the section that clears cookie values.
It was just one example of many. You're right that this one only appears on the Suggest Category page when you're logged in as admin (in my original message I said the problem was happening on both the suggest link and suggest category pages). But I resolved the problem anyway.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Yes/No Select Boxes Empty
Member
Usergroup: Customer
Joined: Dec 12, 2005
Total Topics: 11
Total Comments: 19
I'm having an odd problem with the Suggest Link and Suggest Category pages.
When I try to suggest a link or category (when logged in as an admin), most of the yes/no select boxes have no text between the option tags, so there's no way to know what you're selecting. The values are there, but no text.
For example:
What could be causing this, and how can I fix it?
I'm using the default language, and I'm running on Windows.
Member
Usergroup: Customer
Joined: Dec 12, 2005
Total Topics: 11
Total Comments: 19
After some more digging I was able to determine that this problem was related to the language problems I described here:
https://www.webmastersite.net/forums/thread/5946
For my particular situation I don't need language settings, so I have hard-coded the language to "default" by adding this line to start.php after the section that clears cookie values.
$language = new language('default');
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What you posted is a piece of the category usergroup permissions. Which couldn't appear on the 'suggest link' page.
Member
Usergroup: Customer
Joined: Dec 12, 2005
Total Topics: 11
Total Comments: 19
It was just one example of many. You're right that this one only appears on the Suggest Category page when you're logged in as admin (in my original message I said the problem was happening on both the suggest link and suggest category pages). But I resolved the problem anyway.