4
Well, I downloaded this from inconnue and had a quick look it at.
You will have to insert the Wf-section data into the data base manually or by changing the .sql file
You can see here how it is made :
Quote:
INSERT INTO whatsnew VALUES (1, 'stories', 'published', "Articles","modules/news/index.php");
INSERT INTO whatsnew VALUES (2, 'mydownloads_downloads', 'date', "Downloads","modules/mydownloads/index.php");
INSERT INTO whatsnew VALUES (3, 'mylinks_links', 'date', "Liens","modules/mylinks/index.php");
INSERT INTO whatsnew VALUES (4, 'bb_posts', 'post_time', "Posts","modules/newbb/index.php");
INSERT INTO whatsnew VALUES (5, 'bb_topics', 'topic_time', "Sujets","modules/newbb/index.php");
INSERT INTO whatsnew VALUES (6, 'users', 'user_regdate', "Visites","modules/xoopsmembers/index.php");
So the number will be 7, then the name (in the database) of the item you want to display, then the name (in the database)of date/time item, then the name you want to display in the block, then the path to the module
When you are finished, you'll have to update the module. I advice you to make a backup first.
Hope this helps
Aloha