Answers
  • The words should be comma separated. Looks like there is a bug with it. Remove the following code from com_communityanswers/models/answers.php at around line 67


    if($filtered_keywords){ $filtered_keywords = "," . $filtered_keywords . ","; $filtered_keywords = preg_replace("/^[\,]*$/", "", $filtered_keywords);}

    Answered by Administrator
    ears ago
  • Accepted Answer

    SOLVED:


    Solution above doesn't work.


    You need to open administrator/components/com_communityanswers/models/config.php


    Find this line, should be line 46


    $filtered_keywords = JRequest::getVar(FILTERED_KEYWORDS, 'blah,blah,blah', 'post','CMD');


    and change it to


    $filtered_keywords = JRequest::getVar(FILTERED_KEYWORDS, 'blah,blah,blah', 'post','STRING');


    Then go to config area and input words to exclude again

    Answered by dave manet
    ears ago
  • Thanks Dave for solution.

    Answered by Administrator
    ears ago
Submit Answer
Questions from category Community Answers

Random Poll

Which CoreJoomla product is more helpful for community building?
Which one brings in more new members? Which one engages the community more?
 
 
 
 
 
 
Total votes: 1940
Category: Miscellaneous

25% Off Coupon

Joomla runs best on HostGator. Get 25% off on your hosting bill at hostgator with coupon code COREJOOMLA25OFF.
Sign up now.

Newsletter

We do not spam your mailbox. Product updates/offers, security updates etc. will be sent.
captcha
Terms and Conditions