Search results

  1. M

    Pre filter list from url variables

    friendly bump
  2. M

    databasejoin error

    During typing, the autocomplete generated these errors
  3. M

    databasejoin error

    solved by disable Compress Javascripts in my template :rolleyes:
  4. M

    databasejoin error

    HI My form with databasejoin element work fine everywere eccept in module. When I use it in module and try to compile the field it generate some errors. loader.js:3 Uncaught ReferenceError: Joomla is not defined at Object.start (loader.js:3) at Object.e.extend.$owner...
  5. M

    Pre filter list from url variables

    I tried all the ways but in the query using "eval" did not work
  6. M

    list with form issue

    solved...list placed after form works fine
  7. M

    list with form issue

    HI I have a search form containing databasejoin / other fields and redirect plugins. The form works well anywhere except on the page with a list. When it is processed, instead of redirecting, it opens the required page in a pop up how can I fix it? Thanks for your help
  8. M

    Pre filter list from url variables

    I solved by adding php code in the mycustom template list
  9. M

    Pre filter list from url variables

    $lat=(float)'{lat}'; $lon=(float)'{lon}'; return "TRUNCATE( 6363 * sqrt( POW( RADIANS($lat) - RADIANS( latitudine ) , 2 ) + POW( RADIANS($lon ) - RADIANS( longitudine ) , 2 ) ) , 3 )"; -- hugh I tried but this does not work :(
  10. M

    Pre filter list from url variables

    work fine!!! I am using eval with this code... $lat = (float)'{lat}'; $lon = (float)'{lon}'; $distanza =(((acos(sin(($lat*pi()/180)) * sin((latitudine*pi()/180))+cos(($lat*pi()/180)) * cos((latitudine*pi()/180)) * cos((($lon-longitudine)*pi()/180))))*180/pi())*60*1.1515*1.609344) ; return...
  11. M

    Pre filter list from url variables

    thanks, it works, but as you said it is dangerous.... The lon and lati data come from a search form. how can I get them and use to filter the list safely?
  12. M

    Pre filter list from url variables

    HI i have a url like: /index.php?option=com_fabrik&view=list&listid=9&lon=9.154846300000031&lat=45.3977976 field: distance condition: greater than value: TRUNCATE( 6363 * sqrt( POW( RADIANS(lat<---??) - RADIANS( latitudine ) , 2 ) + POW( RADIANS(lon<---?? ) - RADIANS( longitudine ) , 2 ) ) , 3...
  13. M

    custom css problem

    thanks works fine same problem: bootstrap.min.css .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; how can i find the right selector?
  14. M

    custom css problem

    Hi I created my custom css file but it does not have any effect .form-actions{ padding: 1px 20px 20px; margin-bottom: 20px; border-top: 1px solid #e5e5e5; } the code is added but overwritten by the existing one
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top