Hello ive been using your sitemap for some time now infact scine its release , Today i decided to add my own personal touch to make it more attractive to the eye.
Heres an example : heavy cropped for easy viewing.
Now for my question =)
what i want to do is have the News group displayed 1st. With the powers of PS heres what im trying to accomplish.
Ive tried and tried and have to admit defeat =(
heres the code from your site map module that i think is the way to go (could be wrong mysql not one of my strongest skills)
Code:global $db, $tblname, $url, $module_name;
$GLOBALS['seoresult'] = $db->sql_query('SELECT `id`, count(`id`) as `rel`, `date`, `title`, `rid`, `desc`, `author`, `searchmodule` FROM '.$tblname.' GROUP BY id ORDER BY `searchmodule` ASC, `rel` DESC, date DESC');
|
Hope ive explained my task well and looking forward to a reply.
Thx BigCook.