Require filtering don't work

copuinfo

New Member
hello Everybady,

i need some help plaise.
i work whith joomla 1.7 and fabrik 3 but require filtring dont work.
I want no one can see liste if it does not do search.

thank's
 
It should do (after setting require filtering=yes in list options).
Did you update your Fabrik3 version with the latest GitHub?
 
Upgrading via a shell script

I have put together a small shell script to increase productivity a little.

Code:
#!/bin/sh
wget --no-check-certificate https://github.com/Fabrik/fabrik/tarball/master -O - | tar -zx --strip-components 1
rm README.md
rm build_config.ini
rm build_js.xml
rm build_updateserver_xml.xml
rm build.xml
rm -rf fabrik_build/
rm .gitignore
Save with file name 'update-fabric' and change the file permissions to 755
to make it executable.

Then while at your terminal promt in the shell type:
./update-fabric

This will update your fabric installation from the Git and also erase all
the unnecessary files from your Joomla root directory.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top