peterisgb Posted April 24, 2021 Share Posted April 24, 2021 This is only a basic mod that i made today, But it beats the default one. Update the questions and answers to suit your needs. This is v1 of this mod so i may update it and release new versions here. create a blank page and call it help.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Here is the Sql. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
KyleMassacre Posted April 25, 2021 Share Posted April 25, 2021 (edited) I probably would have just stored all these in a database and just do some rough query searches for questions and answers. Plus it would probably condense your code by like 75% You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Something like that Edited April 25, 2021 by KyleMassacre Quote Link to comment Share on other sites More sharing options...
peterisgb Posted April 25, 2021 Author Share Posted April 25, 2021 (edited) 10 minutes ago, KyleMassacre said: I probably would have just stored all these in a database and just do some rough query searches for questions and answers. Plus it would probably condense your code by like 75% $db->query("select * from `faq` where `question` like '%{$ask}%' or where `answer` like '%{$ask}%'"); You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Something like that As i said this is v1, but yes this is the way i was planning to go with it. but for not i just wanted to get it working. Your welcome to give it a go and post back 🙂 Edited April 25, 2021 by peterisgb Quote Link to comment Share on other sites More sharing options...
KyleMassacre Posted April 25, 2021 Share Posted April 25, 2021 8 minutes ago, peterisgb said: As i said this is v1, but yes this is the way i was planning to go with it. but for not i just wanted to get it working. Your welcome to give it a go and post back 🙂 Nope, all good. Looks like we're on the same page Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.