Hi,
I installed the module but in the configure page -> admin/config/people/user_visits the advanced fieldset is empty, Why?
Thanks a lot.

Comments

javier.drupal.2012’s picture

me too

donutdan4114’s picture

Line 282 in user_visits_adv.module.
$form['user_visits ']['user_visits_advanced'] = array(
should be
$form['user_visits']['user_visits_advanced'] = array(

manumad40’s picture

Once fixed the typo, the "Advanced" fieldset area is as empty as before. But just below it, there are two new fields now:

  • Limiting historical data
  • Stored visitors limit

I suppose that these two parameters would must be into the fieldset area instead of below it, isn't it? Anyway, I can find the blocks "My recent visitors adv" and "My visitors history adv" listed in /admin/structure/block as expected.

So I assume that this module is working as it should, except for the minor issue of an inaccurate displaying of contents outside the fieldset, that must be corrected.

nit3ch’s picture

Assigned: Unassigned » nit3ch
Issue summary: View changes
Status: Active » Closed (fixed)

the typo has been fixed and pushed to 7.x-1.x