I like the possibility to suggest a new category when submitting a link. Is it possible to copy and paste the code into the "Edit Link" page as well?
And what happens if someone suggests a category through that field? Will the link automatically associated with it? And the category is added to the list of categories to validate? What happens if I wanna accept the link, but not the category? Is the link then added to the parent category or the top level or something?
The edit link page won't handle it. I don't see much application there but I'll consider it.
Will the link automatically associated with it? And the category is added to the list of categories to validate? What happens if I wanna accept the link, but not the category? Is the link then added to the parent category or the top level or something?
The link will initially be pending in whatever category is selected in the regular selector. If they've suggested a new category as well, then once the new category is validated the link (which has that category id hidden in its sugcatid field) will move itself to the new category.
The edit link page won't handle it. I don't see much application there but I'll consider it.
It's not really SUPER important. It just would have made my life a little bit easier. I'm not quite over the fact that I can't really use the category selector anymore, because it always times out. But moving links to a new category with only the IDs is so ... *ugh* But I guess there's just no alternative.
I just had my first case of suggested category and it worked great *yay*
Replacing your filltheselector function in functions.php with this one ought to save some iterations and perhaps make the category selector not time out:
Comments on New Suggest Category feature
Forum Regular
Usergroup: Customer
Joined: May 11, 2003
Total Topics: 64
Total Comments: 199
I like the possibility to suggest a new category when submitting a link. Is it possible to copy and paste the code into the "Edit Link" page as well?
And what happens if someone suggests a category through that field? Will the link automatically associated with it? And the category is added to the list of categories to validate?
What happens if I wanna accept the link, but not the category? Is the link then added to the parent category or the top level or something?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The edit link page won't handle it. I don't see much application there but I'll consider it.
Will the link automatically associated with it? And the category is added to the list of categories to validate?
What happens if I wanna accept the link, but not the category? Is the link then added to the parent category or the top level or something?
The link will initially be pending in whatever category is selected in the regular selector. If they've suggested a new category as well, then once the new category is validated the link (which has that category id hidden in its sugcatid field) will move itself to the new category.
Forum Regular
Usergroup: Customer
Joined: May 11, 2003
Total Topics: 64
Total Comments: 199
It's not really SUPER important. It just would have made my life a little bit easier. I'm not quite over the fact that I can't really use the category selector anymore, because it always times out. But moving links to a new category with only the IDs is so ... *ugh*
But I guess there's just no alternative.
I just had my first case of suggested category and it worked great *yay*
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Replacing your filltheselector function in functions.php with this one ought to save some iterations and perhaps make the category selector not time out:
Let me know if it makes a difference or if it leaves out categories it ought to be listing.