Jump to content

Demonland31

Clients
  • Posts

    125
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Demonland31 reacted to Marc Stridgen in Twitter suddenly won't embed   
    Please post that in a separate topic if you would like assistance there, so as to not get this mixed with the twitter issue 🙂 
  2. Thanks
    Demonland31 reacted to Adriano Faria in Sidebar Forums   
    New version uploaded. Should be available in a couple of days or so.
  3. Like
    Demonland31 got a reaction from Adriano Faria in Sidebar Forums   
    Appreciate the prompt response and fix. I will let you know if it solves the problem once it is available and I can test it out.
  4. Like
    Demonland31 got a reaction from Ehren in Change Checked Default Search Option on Front Page   
    Thank you so much @Ehren. You've been most helpful.
  5. Thanks
    Demonland31 reacted to Ehren in Change Checked Default Search Option on Front Page   
    You can add the code to the bottom of your globalTemplate theme file (or to the Footer HTML area if you're using "Simple Theme Editing").
  6. Like
    Demonland31 got a reaction from Ehren in Change Checked Default Search Option on Front Page   
    Appreciate that @Ehren. That worked too and was very helpful.
    Is there any way so to make it so that all quick searches throughout the forum default to Everywhere?
    Personally I find it easier and more helpful to have Everywhere and then either the drop down can narrow down or once the search results come through you narrow your parameters.
  7. Thanks
    Demonland31 reacted to Ehren in Change Checked Default Search Option on Front Page   
    Hi @Demonland31
    There's no built in setting to control this but if you have access to the HTML of the page, add the following to the top of your existing code. If you used the page builder instead, you'll need to create a JS file and assign it to the page via the page settings.
    <script> // Change default search filter document.querySelector(".cSearchFilter__menu [value='all']").checked = true; document.querySelector('.cSearchFilter__text').innerText = document.querySelector('.cSearchFilter__menu input:checked + .cSearchFilter__menuText').innerHTML; </script>  
  8. Thanks
    Demonland31 reacted to Ehren in Change Checked Default Search Option on Front Page   
    If you don't want to use the plugin, you can create the JS file at: /admin/?app=cms&module=pages&controller=templates
    Click the JS tab and create your new file. Paste in the code from my earlier post, but remove the first and last lines (the script tags) since they're not required.
    Next, visit your Page list at /admin/?app=cms&module=pages&controller=pages and click Edit next to your page. Under the Page Includes tab, select the JS file which you just created. 🙂
  9. Thanks
    Demonland31 got a reaction from Adriano Faria in Sidebar Forums   
    I did submit a ticket and they have fixed this issue that their lastest update broke. I've purchased it now. Thank you.
  10. Like
    Demonland31 reacted to newbie LAC in (NB40) Recent Topics/Posts   
    Hello,
    I'll make separate settings for member/guest.
    Now you can make reverse changes.
     
×
×
  • Create New...