Search results

  1. georgie

    Button from pagination plugin works but changing the URL link

    Hi I use the pagination plugin in detail view. All work, but the button goes to a specific Fabrik URL (instead of my websites URLs). Example: /component/fabrik/details/7/377 So I loose my modules, some menus, etc... How to keep the original URL using the pagination plugin please? THX!
  2. georgie

    Fixed Paginate form plugin

    Hello, nobody has this issue?
  3. georgie

    Fixed Paginate form plugin

    Hello I have a strange behaviour from the paginate form plugin. Indeed when it comes to the end of the list, or to the beginning, it displays an empty page. Morever, it goes to a specific URL : /component/fabrik/details/… So the page does not display as usual. I tried with Ajax, same same...
  4. georgie

    Solved Invisible images in textarea using lazyload

    The Lazy plugin is integrated in my Helix template, so indeed with another standard template, no issue. And de-activating Lazy in Helix, no issue.
  5. georgie

    Solved Invisible images in textarea using lazyload

    Yes I really need LazyLoad, because it is very important, and beautiful and it improves all my website and ... proooouuuut o_O You right, I go to kill LazyLoad, indeed I never liked this web -minus 3 plugout
  6. georgie

    Solved Invisible images in textarea using lazyload

    To be accurate: The issue appears after save and re-edit. At the first save, it works. But clicking on edit, the image disappears. And at each edit, a new word "data" appears in the browser ... :D
  7. georgie

    Solved Invisible images in textarea using lazyload

    With the standard TinyMCE, it works in list and detail, but not in form: Form:
  8. georgie

    Solved Invisible images in textarea using lazyload

    THX It is with an Helix template, JCE Editor, front and back. The editor works well with usual Joomla articles, that is why I suspect the Fabrik behaviour. Morever, once saved, the issue exists also in list or detail, so I think it is not JCE. In my screenshot below, you will see 2 times...
  9. georgie

    Solved Invisible images in textarea using lazyload

    Hello My images are invisible in a textarea field with a WYSIWYG editor. It seems it is because they appear with the mention "data-src". Because if, with F12 in Chrome for example, I remove "data-", it works (so the usual "src"). So I think that the problem comes from the LazyLoad plugin...
  10. georgie

    Design breaking after search or filtering

    I do not mean "the admin template", I mean the Joomla module options, see attached screenshots. But I repeat, still the issue in Fabrik list module. So I think it is a true issue. About the hard link thing: it is not related, please forgot this.
  11. georgie

    Social network sharing

    Hi there! Do you know an efficient way to add button to share the Fabrik records on FB, X and Insta, like in some Joomla template for articles? THX
  12. georgie

    Design breaking after search or filtering

    Hi I have/had the same issue in a Fabrik list menu. I "solved" this doing a custom template and linking this template to my list in Fabrik admin and in Joomla admin (if you have a usual Fabrik menu in Joomla to display your list, it has an template option). Then deleting cache. And maybe...
  13. georgie

    About Joomla search with Fabrik

    Many THX for your comments and wiki updates, I will think about it (but hoping when I will do, Fabrik will manage the advanced search ;)).
  14. georgie

    About Joomla search with Fabrik

    Hello I read some posts about the missing simple search in Joomla 4 (only advanced search), so Fabrik lists are not availables in Joomla search. Are there plans to make Fabrik compatible with advanced search? Or do you know if simple search will return in Joomla 5+? THXXX
  15. georgie

    Captcha element not working

    Ouch! Sorry, it works very good! I had added a validation rule "not empty", erf :p
  16. georgie

    Captcha element not working

    Hi The Captcha element seems to not work with F4 (ReCaptcha V2, checkbox). It is displayed, I can check, ok. But when I save the form, it unchecks. No problem on the same website, same API Captcha keys, with the Joomla form account.
  17. georgie

    Email to (eval): access data

    Right, your change works! Now the F3 "$this->data['something']" (that I used with F3 indeed) works with F4! What about the change "thisVars"? You will include it in the current Gamma2 or the next Gamma3? $origData: Should do. Did you test on a new record? (origData is empty in this case). Yes...
  18. georgie

    Email to (eval): access data

    Hello In a Email plugin for a form, in the field "Email to (eval), I can not access the data submitted... Sorry, I came from Fabrik3 :) I tried a lot of things, for example: $origData = $formModel->getOrigData(); $test = $origData[0]->fb_message___theme; var_dump($test); exit; $origData =...
  19. georgie

    [Solved] Display data from a loadAssocList

    Thank you. With your help and an old thread (http://fabrikar.com/forums/index.php?threads/solved-calc-element-to-return-multiple-results.41128/), I found the perfect solution I think, here: $monId = '{pipelines___id}'; $myDb = FabrikWorker::getDbo(false, 5); $myQuery = $myDb->getQuery(true)...
  20. georgie

    [Solved] Display data from a loadAssocList

    Hello Fabrik community Sorry for these simple PHP question, but ... I block :oops:! I have never use it in Fabrik, I know my code begins to work because I can see good results in an array (with a var_dump or print). But I cannot display results beautifully in my website, arrrgh. I try some...
Back
Top