By jbhan on
I have a 'help' block that shows up for users. However, I would like for it to 'go away' after the user has logged in x times - or something along those lines.
I would like to use php visibility settings, but I also need to limit it to a specific page.
Thanks.
Comments
In the first place, you
In the first place, you would need to count the times that a user has logged in.
I've seen a module under development which maybe can do that: http://drupal.org/project/user_stats
If you have that module, you can do something for visibility settings:
It would be something like this, but i haven't tested it...
The module doesn't exist for drupal 4.7 :(