how can i add custom textbox in xenforo admin

arpitjain

Member
how can i add custom textbox in xenforo admin .....in admin >option > resources manager >after resource per page i want to add a text box....and want its value at category.php and resource.php of resource manager
models...i am trying to edit option_lst admin template
 
thanks ........i have new text box in my resource manager option ...now how can i insert its value in database table when i save my resource manager options...do i have to create new column in table(xf_Resources) and edit xenResource >model >resources.php
 
Its an option, its already saved to the database and accessed via XenForo_Application::get('options')->yourOption;
 
Top Bottom