Sure - disable the RSS feed blocks.
But if you just want to turn off the popups, you can do that per the instructions in readme.txt:
Quote: |
3. Edit config.php (or rnconfig.php, if you're using RavenNuke) and insert the
following before the closing ?>:
**********************************************************************************
* BoxOver with nukePIE:
* true = Display full HTML description of feed item as Boxover tooltip /popup
* false = Display text-only description as title tag on feed link
**********************************************************************************/
$useBoxoverWithnukePIE = true; |
_________________