1
Chipmunk
[solved]smartfaq question
  • 2005/2/5 21:51

  • Chipmunk

  • Just popping in

  • Posts: 10

  • Since: 2005/2/1 4


Can anyone tell me if it will be possible to remove the line in the Q&A of an answer where it shows who requested and answered the question? I'm talking about the line below each question title that goes: ' Requested and Answered by username on 03-Feb-2005 16:00 (5 reads).

Thanks.


Chipmunk

2
carnuke
Re: smartfaq question
  • 2005/2/5 22:43

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Hello chipmunk, I havn't done this, but I guess you need to look in the templates section of the files and remove the tags that define this display data.

Requires some poking around I think, unless marcan can tell you directly.

3
marcan
Re: smartfaq question
  • 2005/2/6 2:12

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi Chipmunk !

You will need to edit the file smartfaq/template/smartfaq_singlefaq.html.

You will need to comment out the lines 13-15. You can do it by replacing these lines :
<div class="sf_faq_head_who">
                    <{
$faq.who_when}> (<{$faq.counter}> <{$lang_reads}>)
                </
div>
With this :
<!-- Commenting out the line about posters name
             
<div class="sf_faq_head_who">
                   <{
$faq.who_when}> (<{$faq.counter}> <{$lang_reads}>)
                </
div>
                -->

Then, simply update the module via System Admin > Modules > SmartFAQ > Update.

Hope this helps !

Cheers !

4
Chipmunk
Re: smartfaq question
  • 2005/2/7 3:07

  • Chipmunk

  • Just popping in

  • Posts: 10

  • Since: 2005/2/1 4


WOW!!! I actually have the creator of Smartfaq answering my question. Now that's dedication. I know you have probably heard this plenty of times but that is one awesome module. Just what I was looking for in an FAQ.

Your fix works perfectly. Now my site is complete. Many many thanks!!!


Chipmunk