Hi
Thank you for support
code insert follow your’s guide
but does not change….
cache(opcache ,wp cache etc..) purge and purge all browser connection info
and reconnect , recheck but text area(write area) height size is same
my sub theme function code is
////////
add_filter (‘bbp_get_title_max_length’,’change_title’) ;
Function change_title ($default) {
$default=120 ;
Return $default ;
}
add_filter (‘bbp_before_get_the_content_parse_args’ , ‘rew_rows’) ;
function rew_rows ($args) {
$args[‘textarea_rows’] = 20 ;
return $args ;
}
/////////////
change_title <== is Has been applied, subject size increase to 120
but rew_rows function does not apply
current my bbq topic form image
https://t1.daumcdn.net/cfile/tistory/99B813465F7315C530
Thanks
Best Regards,
Hyunho
hi
installed to bbp style pack
Where is “text area” form resizing feature?
I looked up the [topic/reply form] menu, but it doesn’t seem to change the form size.
Best Regards,
Hyunho