permalink

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
designguru's picture

Saving the state of Layerswitcher/Blockswitcher using Open Layers

I'm currently rebuilding a Drupal 7 website which had some custom modules coded for the following purposes:

<

ol>

  • Creating a legend using the Base Layers and Overlay/Layers to display as a block next to a views-powered map.
  • Save the legend state with hooks every time a node form is saved/altered - the state was dumped into a plain text field on the node hidden from the node author and public (to then be loaded upon node display so that the map loads with the active layers visible when the node was saved.)
  • Read more
    poetedamour's picture

    Drupal 7 et permalink

    Salut, je suis le petit nouveau dans le coin. Ça fait quelques mois déjà que je m'amuse avec Drupal 7 et là, j'ai décidé de prendre les choses au sérieux. J'ai enfin mis en ligne mon premier site et ça fonctionne numéro un sauf que... (et c'est là que ça devient sérieux).

    Read more
    Milestech's picture

    Using the permalink from Openlayers

    Hi everyone,

    I'm hoping to get some pointers and general direction for a task I've set myself. (I'm a beginner, learning along the way so you cannot provide too much information!)

    Read more
    greggles's picture

    Comment Permalinks and Duplicate Content

    I'm working on backporting the comment permalinks from Drupal 7 to Drupal 6 and am curious what the SEO folks think about the way it works.

    The code was added to Drupal 7 in this commit as a result of this issue which is really about making the "recent comments" links work properly regardless of which page comments are on.

    What this code does is:

    1. Create a new path - "comment/CID" which points to comment_permalink
    Read more
    greggles's picture

    Comment Permalink

    I'd like to build a "permalink" module that gives consistent links to comments. Here are a couple of the requirements:

    • The permalink should be available on the comment itself
    • The permalink should stay the same regardless of where the comment is - that's particularly a problem on nodes with hundreds of active commenters and with a page limit (like 20 comments per page)
    • The permalink should go directly to the comment, through use of anchors in the url like #comment-CID
    Read more
    Subscribe with RSS Syndicate content