Everytime i go to make a change on my thread i get an error "Not enough corecoins to edit thread"
https://i.imgur.com/4S0GAN8.png
Everytime i go to make a change on my thread i get an error "Not enough corecoins to edit thread"
https://i.imgur.com/4S0GAN8.png
intended, as you have to pay for title change..![]()
I'm not looking for title change, but more of the advanced features like "preview thread changes before accepting them"
and advanced FCK editor https://i.imgur.com/4V5bTYD.png
Can you just put an if statement when you go to save the advanced editing? Like if($current_title != $_POST['title']){ echo "not enough corecoins"; }
meaning, upon updating the post from advanced it will do a check to see if the CURRENT TITLE has changed at all, and if it did, die();
doubt it
its working now