This is a simple filter module. It handles <code> and tags
so that users can post code samples without having to worry about escaping with <?php ?><
and >
- 234Downloads
- 17Active installs
- Version: 1.x-1.1.0
- Released: Sep 27th, 2015
This is a simple filter module. It handles <code> and tags
so that users can post code samples without having to worry about escaping with <?php ?><
and >
Insert view filter allows to embed views using tags. The tag syntax is
relatively simple: [view:name=display=args]. The parameters are: view name, view
display id, view arguments. For example [view:tracker=page=1] says, embed a view
Hidden settings are variables that you can define by adding them to the $conf
array in your settings.php file.