1
macnoludo
WFSections re-ordered menu
  • 2003/12/11 15:13

  • macnoludo

  • Just popping in

  • Posts: 24

  • Since: 2002/9/18


Hello,
I don't see in this module how to change the order of the section by weight. I know in admin you have this feature but it 's just for the index page, for home page it dont't change ! Do you know which file i have to edit and which code i have to replace ?
It don't seem to be in the wfs_block.menu.html file...
Thank u for your help

2
macnoludo
Re: WFSections re-ordered menu
  • 2003/12/11 15:53

  • macnoludo

  • Just popping in

  • Posts: 24

  • Since: 2002/9/18


It's OK !
What i did :
1 - line 34 in block, wfs-menu.php
change :
$result = $xoopsDB->query("SELECT id, title, pid, groupid FROM ".$xoopsDB->prefix("wfs_category")." ORDER BY orders ASC");
by :
$result = $xoopsDB->query("SELECT id, title, pid, groupid FROM ".$xoopsDB->prefix("wfs_category")." ORDER BY id ASC");

Go in your phpmyadmin and replace in the table wfs_category the id of your sections and it's ok

***modified 12 /12 /2003***
In php myadmin you have to change categoryid of wfs_articles as wfs_category...

Login

Who's Online

257 user(s) are online (180 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits