Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sitemap Plugin
#17
(2012-11-15, 06:21:53)PiN Wrote: Only those pages which is in all their old titles have been added to the menu.

GS fills the menu text for every page, even if you haven't added it to the menu.

(2012-11-15, 06:21:53)PiN Wrote: What changes could be made to sort alphabetically?

Here's a quick patch (will not work with GS 3.0 or older)

Edit sitemap.php line 68, remove this:
Code:
$pages[$slug]['order'] = intval($data->menuOrder);

and insert this instead:

Code:
$pages[$slug]['order'] = ($data->parent != '') ? strtolower(returnPageField($data->parent,'title')) : '';
$pages[$slug]['order'] .= strtolower(cl($data->title));

(will not work with GS 3.0 or older)
Reply


Messages In This Thread
Sitemap Plugin - by roog - 2011-06-06, 08:54:00
RE: Sitemap Plugin - by PiN - 2012-11-15, 03:43:35
RE: Sitemap Plugin - by Carlos - 2012-11-15, 05:21:03
RE: Sitemap Plugin - by PiN - 2012-11-15, 06:21:53
RE: Sitemap Plugin - by Carlos - 2012-11-16, 06:30:17
RE: Sitemap Plugin - by PiN - 2012-11-23, 03:31:26
RE: Sitemap Plugin - by lukastaylor - 2013-01-07, 08:42:05
RE: Sitemap Plugin - by Carlos - 2013-01-07, 08:47:42
RE: Sitemap Plugin - by phpman - 2013-07-03, 08:27:54
RE: Sitemap Plugin - by Carlos - 2013-07-03, 15:40:59
RE: Sitemap Plugin - by D.O. - 2014-01-20, 20:58:37
RE: Sitemap Plugin - by Carlos - 2014-01-21, 00:38:22
RE: Sitemap Plugin - by D.O. - 2014-01-21, 01:36:02
RE: Sitemap Plugin - by Carlos - 2014-01-21, 01:43:55
Sitemap Plugin - by Connie - 2011-06-06, 14:52:01
Sitemap Plugin - by roog - 2011-06-06, 16:28:51
Sitemap Plugin - by Connie - 2011-07-02, 17:23:27
Sitemap Plugin - by joene - 2011-11-25, 04:06:11
Sitemap Plugin - by mvlcek - 2011-11-25, 04:43:41
Sitemap Plugin - by roog - 2011-11-27, 23:04:14
Sitemap Plugin - by andyash - 2011-11-27, 23:44:51
Sitemap Plugin - by roog - 2011-11-28, 00:24:18
Sitemap Plugin - by andyash - 2011-11-29, 00:45:41
Sitemap Plugin - by TiXon - 2012-10-29, 05:46:02
Sitemap Plugin - by Carlos - 2012-10-29, 06:05:58
Sitemap Plugin - by TiXon - 2012-10-29, 06:51:04



Users browsing this thread: 2 Guest(s)