Hi,
I want to do some custom things while moving thread in particular forum. I know PHP and I did same for mybb code with pretty ease but here you guys have used framework, so it is taking a lot of efforts to understand. Do you guys have any developers guide??
I actually want to do some custom coding while moving thread.
I checked the template and it is post request to "threads/move" but I'm unable to find in which file should I make changes...
Let's say I add a text box in move thread popup. Now I need to read the textbox value on submit button and do some mysql operation. Just tell me file name, remaining things I will do at my own
I want to do some custom things while moving thread in particular forum. I know PHP and I did same for mybb code with pretty ease but here you guys have used framework, so it is taking a lot of efforts to understand. Do you guys have any developers guide??
I actually want to do some custom coding while moving thread.
I checked the template and it is post request to "threads/move" but I'm unable to find in which file should I make changes...
Let's say I add a text box in move thread popup. Now I need to read the textbox value on submit button and do some mysql operation. Just tell me file name, remaining things I will do at my own