Lack of interest Admin Panel "Created By" AutoComplete

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Daniel Hood

Well-known member
In the template: "helper_thread_search_criteria"

changing
Code:
<xen:textboxunit label="{xen:phrase created_by}:" name="criteria[username]" value="{$criteria.username}" />
to
Code:
<xen:textboxunit label="{xen:phrase created_by}:" name="criteria[username]" inputclass="AutoComplete AcSingle" value="{$criteria.username}" />

would make it so that the batch update threads page autocompleted the username as you were typing.
 
Upvote 3
This suggestion has been closed. Votes are no longer accepted.
Top Bottom