Quote:
Originally Posted by WhSox21
First off. You will need to add the FAQ phrases to the phrasegroups array by adding this to the end of the array:
, 'fronthelp'
So it should look like this:
$phrasegroups = array('posting', 'search', 'fronthelp');
That will at least get you the phrases on that page.
That will probably only add the search fields. You will then have to include the required php file in the helpdesk along with the php code to pull the FAQ info out of the database. If you're not sure how exactly to do it I can help you out tomorrow. Just let me know if you don't fully understand what you're doing.
|
Ohhhhhhhhhhh - I was thinking because the template headers and footers are almost identical, it should work!!
But the other difference is what includes and things that the PHP files calling the template has already declared, right? **click**
because faq.php calls the FAQ template
and
helpdesk.php calls the helpdesk template
Aha !!!
So if I just put all the includes and instantiations from FAQ.php into HELPDESK.php, it shoudl work right? :squareeyed:
I'll try that when I get home from work tonight.
Thanks !!
Stachel