Recent Topics

1 Jul 29, 2009 16:12    

My b2evolution Version: Not Entered

when commenting on a post there are a few feilds
like
url
name
email
comment
then some checkboxes and button

iv removed and edited some but i dont know how to sort out the autobr box

i want it to still be on but not visible

like checked always but never visible

removing it takes away the functionality and my php skills suck - how do i make it just hidden/not visible ?

Thanks

2 Jul 29, 2009 19:28

Off the top of my head I would imagine that you would need to remove it and replace it with a hidden html form element. Something like

<input type="hidden" name="comment_autobr" value="1" />

The above is totally untested so no guarantees but that is probably where I would start.

L


Form is loading...