daily links

  • TYPO3 - the Enterprise Open Source CMS: Documentation: dmc GeoIP (EXT: dmc_geoIP)
    The dmc_geoIP extension uses the free database by MaxMind to determine the country of residence for visitors based on their IP address.
    The extension will make sure every visitor browses the correct rootpage tree for his country of residence. So for example certain pagetrees can be denied to users from specified countries.
    Intended uses
    This extension will be useful for sites that provide localized content for clients from various countries. So if visitors from the USA are meant to see only the pages within the ‘us’ pagetree, while visitors from other countries are allowed to gain access to their intended pagetree the extension does just that.
  • GeoIP Redirect | drupal.org
    GeoIP Redirect uses the GeoIP API (http://drupal.org/project/geoip) to redirect a user from your site to a different one based on their country of origin. The primary use-case is that you have 2 different markets and want to ensure users are accessing the correct form of that material. Here is a typical workflow for this module:<br />
    _You configure module to redirect all UK page views to exampleUK.com<br />
    _User accesses exampleOther.com from the US, France, etc and is granted access to the site<br />
    BUT<br />
    _User accesses exampleOther.com from the UK, they are granted access with a prompt on screen informing them of the UK version and asking if they’d like to go there<br />
    _If they ignore it, it keeps showing up throughout their session, if they hit go to UK site, it takes them there.<br />
    _There is also a checkbox for setting a cookie optionally to remember the selection
  • Views Hacks | drupal.org
    This package contains a set of small Views add-ons that provide useful functionalities.<br />
    _Exposes blocks as Views objects.<br />
    _Auto-submits exposed filters on change.<br />
    _Provides a table style with rows and columns flipped.<br />
    _Restricts exposed filter values to those present in the result set.
  • FancyBox - TYPO3
    This extension integrates the jQuery plugin FancyBox into TYPO3. FancyBox is a fancy lightbox alternative. It replaces the "Enlarge on Click" functionality with the FancyBox (supports tt_news). See http://www.fancybox.net/ for demos.
  • Block2Field | drupal.org
    A simple module to show blocks in a field. It can take any block and put it inside a node. This makes it easier to put relevant content before or after the node body and before the comments. This allows some theming that couldn’t be done if the blocks are outside of a node, e.g. float.<br />
    <br />
    Technically this module is just a text field formatter. It’ll invoke the corresponding blocks specified in the text field and output. If the block is a Views block, arguments can be passed too!

Possibly related posts (automatically generated)