Forum Replies Created
-
In reply to: how to increase to topic writing form size(height)
hi Robin
Thanks for help
I wait for your response
Please help meBest Regards,
HyunhoIn reply to: how to increase to topic writing form size(height)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 samemy 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 applycurrent my bbq topic form image
https://t1.daumcdn.net/cfile/tistory/99B813465F7315C530Thanks
Best Regards,
HyunhoIn reply to: how to increase to topic writing form size(height)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