Timtab requires TYPO3 version 3.8.0 as it uses some features which have been introduced in this version.
Before you can install timtab it is required to have the following extensions in the given versions:
Since version 0.5.10 TIMTAB has a basic feature to prevent Trackback Spam. When receiving a Trackback TIMTAB fetches the sending URL and checks its content for a link to your own site. If no such link is found the Trackback Ping is considered Spam.
This feature is turned on by default. You can turn it of by setting
plugin.tx_timtab_pi2.trackback.validate = 0
After TIMTAB decided that a ping is Spam several things can be done with it. Default is to mark it hidden. Alternatively you can mark it as deleted, prevent TIMTAB from saving the ping at all or simply do nothing. The action is defined by the value for
plugin.tx_timtab_pi2.trackback.spam.mark (see table below for values and corresponding actions)
Trackback SPAM handling settings
Value: | Action: |
|---|---|
-2 | Don't make a comment entry in the database at all |
-1 | Mark the comment as deleted |
0 | Do nothing |
1 | Mark the comment as hidden (default) |
[tsref:plugin.tx_timtab_pi2.trackback.spam.mark]