Comment to 'Help on Ads Module'
  • hi @LeonidS , Thanks for reply.

    1) I will use javascript to hide currency symbol for now.

    <script>
        document.querySelectorAll('.price').forEach(function(element) {
            element.textContent = element.textContent.replace(/[^0-9.,]/g, '').trim();
        });
    </script>
    

    2) What is tentative release dates for Jobs module? Since job module is coming, I will leave URL as is for now.

    3) I did not understood . Proper way should be to display all ads if parent category is selected . Now its displaying as empty.

    4) i will skip for now. Do you know if this is included in job module or not? If website is used in multiple country then it make sense to display jobs only from country user belongs until unless they specifically searching job from other country.

    5) Right now I have 2 fields Title and Text . User has to both fields to search. I want to combine as lets call it as "Keyword" . When user will fill text in this and search then it should search in both title and text fields then display all matching results.

    Thanks,

    • 1) Ok, good one too!

      2) Watch out our blog - it will be informed there :-)

      3) Yes, for now it shows only the certain categories content.

      4) We will foresee this idea.

      5) You may use the System Search form with the pre-selected Ads within.