[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-05-28T12:01:21-07:00 https://integramod.com/forum/feed.php?f=17&t=897 2006-05-28T12:01:21-07:00 2006-05-28T12:01:21-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7645#p7645 <![CDATA[[RESOLVED] Help with default link sorting]]> Statistics: Posted Author: Master Dwarf — Sun May 28, 2006 12:01 pm


]]>
2006-05-28T04:54:56-07:00 2006-05-28T04:54:56-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7624#p7624 <![CDATA[[RESOLVED] Help with default link sorting]]>
It is working that way I have it, but I haven't really poked around looking at other links pages.

Statistics: Posted Author: hornakapopolis — Sun May 28, 2006 4:54 am


]]>
2006-05-26T12:16:44-07:00 2006-05-26T12:16:44-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7479#p7479 <![CDATA[Re: [RESOLVED] Help with default link sorting]]>
Find:

$sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' ][color=red]DESC';
}


Replace]$sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' ][color=red]ASC';
}[/quote]

Statistics: Posted Author: Master Dwarf — Fri May 26, 2006 12:16 pm


]]>
2006-05-25T23:57:01-07:00 2006-05-25T23:57:01-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7387#p7387 <![CDATA[[RESOLVED] Help with default link sorting]]>

A

Statistics: Posted Author: Adrian Rea — Thu May 25, 2006 11:57 pm


]]>
2006-05-25T18:02:55-07:00 2006-05-25T18:02:55-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7348#p7348 <![CDATA[[RESOLVED] Help with default link sorting]]>
I changed

        $mode = 'link_joined';     }       if(isset($HTTP_POST_VARS['order']))     {         $sort_order = ($HTTP_POST_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';     }     else if(isset($HTTP_GET_VARS['order']))     {         $sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';     }     else     {         $sort_order = 'DESC';     }

to
        $mode = 'link_title';     }       if(isset($HTTP_POST_VARS['order']))     {         $sort_order = ($HTTP_POST_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';     }     else if(isset($HTTP_GET_VARS['order']))     {         $sort_order = ($HTTP_GET_VARS['order'] == 'ASC') ? 'ASC' : 'DESC';     }     else     {         $sort_order = 'ASC';     }

and it worked! Thanks again!

Statistics: Posted Author: hornakapopolis — Thu May 25, 2006 6:02 pm


]]>
2006-05-24T12:15:32-07:00 2006-05-24T12:15:32-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7195#p7195 <![CDATA[[RESOLVED] Help with default link sorting]]>
A

Statistics: Posted Author: Adrian Rea — Wed May 24, 2006 12:15 pm


]]>
2006-05-25T18:03:47-07:00 2006-05-24T07:15:42-07:00 https://integramod.com/forum/viewtopic.php?t=897&p=7143#p7143 <![CDATA[[RESOLVED] Help with default link sorting]]>
I was hoping it was something I could figure out by looking at the tpl file, but I'm not having much luck with my limited knowledge. I'd appreciate the help!

Statistics: Posted Author: hornakapopolis — Wed May 24, 2006 7:15 am


]]>