Closed (fixed)
Project:
User Visits Advanced
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jan 2013 at 16:52 UTC
Updated:
28 Jun 2014 at 06:27 UTC
Jump to comment: Most recent
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
Comment #1
javier.drupal.2012 commentedme too
Comment #2
donutdan4114 commentedLine 282 in user_visits_adv.module.
$form['user_visits ']['user_visits_advanced'] = array(should be
$form['user_visits']['user_visits_advanced'] = array(Comment #3
manumad40 commentedOnce fixed the typo, the "Advanced" fieldset area is as empty as before. But just below it, there are two new fields now:
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.
Comment #4
nit3ch commentedthe typo has been fixed and pushed to 7.x-1.x