Is there any simple way to choose category by for pligg sites by name of the category.
I am able to select the first available category (using select tag), but i cannot select a specific category such as "General". I can choose a category only using some kind ID.
I can match a category with an ID but using Regex but i hope there is a simpler way to do this.
I am able to select the first available category (using select tag), but i cannot select a specific category such as "General". I can choose a category only using some kind ID.
I can match a category with an ID but using Regex but i hope there is a simpler way to do this.

General|.*) if the keyword General isn't present then the last category from the list is selected. Is there a way to choose the first one instead. I mean is it posible for regex .* to match the first selected item not the last one.