4
The above link helps you.
Bug: Notice [PHP]: Undefined index: groupid in file modules/wflinks/index.php line 78.
Groupid is a typo and should be cid.
Open the file index.php in a text editor.
line 78 old:
if ( true == checkgroups( $ele['groupid'] ) )
line 78 new:
if ( true == checkgroups( $ele['cid'] ) )
In the file visit.php comment out line 20 as follows:
// $age_handler = &wfl_gethandler( 'age' );
After this you you have to save the 2 files and upload them to your server.
WF-Links 1.03 contains a couple of bugs which can be solved by adding the fixes you'll in the forum.
Also check your Inbox because I sent you an private mail yesterday.