Can you elaborate on this? What is 'breadcrumb' code'. If I alter my template, won't it remove this line from everywhere else too?
Printable View
When you uploaded the mod you would have uploaded many faq template pages that would have been placed into your templates folder within your template, you need to go through those pages and remove the breadcrumb function code.
Regards
Derek
Hello,
Go to your includes/templates/your_template/templates/
and look for the files with faq in it and open them, then look for this
Then delte that code above and save your files then upload to the server.Code:<tr>
<td class="breadCrumb" colspan="2"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></td>
</tr>
This is the breadcrumb function code:
Kind RegardsCode:<?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?>
Derek
Cheers Derek, I'll give it a bash.
Hello
I have tried all the sql files that everyone has made but they still do not work for me. If their is one that works please could you post it.
Thank you
Hello anyone?
hey
i just installed this module everything seems ok except one thing that is got me stumpt:cry: my "BUTTON_IMAGE_SUBMIT_FAQ" does not appear it just says "send now" with a red x i installed the image in both classic and default classic dir and still nothing look at what im talking about
anyone wit the same problem or now an solution to fix
thanks for your time
anybody?
The problem with the faq_default is easy to solve so no work around is needed.
just change the 'main_template_vars.php' in /includes/modules/pages/faq
line 129 change _index to _faq in 'tpl_index_default.php'
Hope this helps