drupal-ukraine / ppdorg

ppdorg - Drupal.org users statistics
GNU General Public License v2.0
8 stars 8 forks source link

Get id for nickname rewrite #37

Closed podarok closed 10 years ago

podarok commented 10 years ago
jQuery('#nav-content .links .posts a').attr("href")

Here is a selector for drupal.org/u/NICKNAME for getting user "/user/1845398/track" id contained string. Let's get rid of dgo.to stuff

M1r1k commented 10 years ago

This approach won't work as well I think. Here is an example: https://www.drupal.org/u/mitsuroseba https://www.drupal.org/user/2538834

M1r1k commented 10 years ago

Related PR - https://github.com/podarok/ppdorg/pull/38

M1r1k commented 10 years ago

Already released