(this page is translated by Google; We're working hard on a human translation)
Class TexyLinkModule
He is responsible for definition, references, references. Off the module by disabling the syntax:
// vypnout zpracování definicí [ref]: www.dgx.cz
$texy ->allowed[ 'link/definition' ] = FALSE ;
// vypnout zpracování referencí [ref]
$texy ->allowed[ 'link/reference' ] = FALSE ;
// vypnout dělání www adres klikatelnými
$texy ->allowed[ 'link/url' ] = FALSE ;
// vypnout dělání emailových adres klikatelnými
$texy ->allowed[ 'link/email' ] = FALSE ; Configuration
| variable | type | default | description |
|---|---|---|---|
| $ Root | string | '' | Root relative links |
| $ ImageClass | string | class of links leading to images (from Texy 2.2) | |
| $ ForceNoFollow | boolean | FALSE | add rel="nofollow" ? |
| $ Shorten | boolean | TRUE | shortened URL? |
Texy nofollow attribute automatically adds references to pseudotřídu nofollow , for example "odkaz .[nofollow]":www.dgx.cz .
Example
We want to add nofollow to all links
$texy ->linkModule->forceNoFollow = TRUE ;





