[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-13T09:26:59-07:00 https://integramod.com/forum/feed.php?f=17&t=716 2006-05-13T09:26:59-07:00 2006-05-13T09:26:59-07:00 https://integramod.com/forum/viewtopic.php?t=716&p=5778#p5778 <![CDATA[Some 140 fixes]]>
A

Statistics: Posted Author: Adrian Rea — Sat May 13, 2006 9:26 am


]]>
2006-05-13T08:10:23-07:00 2006-05-13T08:10:23-07:00 https://integramod.com/forum/viewtopic.php?t=716&p=5773#p5773 <![CDATA[Re: Some 140 fixes]]>
The fixs are not attached to this posting. The fixes are rather simple (one line to change/add) and I tried them on my from phpbb updated integra. All worked.

Greetings
Thorsten

Statistics: Posted Author: Angelus — Sat May 13, 2006 8:10 am


]]>
2006-05-13T09:26:04-07:00 2006-05-13T07:51:18-07:00 https://integramod.com/forum/viewtopic.php?t=716&p=5772#p5772 <![CDATA[Some 140 fixes]]>

First bug:
Description
Sorting in ACP->User Admin->User List Ascending/descending does not work:

Bugfix:
##-----[ OPEN ]------------------------------------------#  admin/admin_userlist.php  ##-----[ FIND ]------------------------------------------#  $order_by = "ORDER BY $sort $order ";  ##-----[ IN LINE, FIND ]------------------------------------------#  $order  ##-----[ IN LINE, REPLACE WITH ]------------------------------------------#  $sort_order  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM



Second bug]
Description:
Missing error message when adding a link in link management with missing informations (link, category etc.)

Bugfix (for German/Englisch lang):

##-----[ OPEN ]------------------------------------------#  language/german/lang_admin_link.php  ##-----[ FIND ]------------------------------------------#  $lang['Link_admin_delete_fail'] = "Der Link konnte nicht gelÃÂÂ ¶scht werden, bitte versuche es nochmals.";  ##-----[ AFTER, ADD ]------------------------------------------#  $lang['Link_incomplete'] = "Der Link ist nicht komplett";  ##-----[ OPEN ]------------------------------------------#  language/lang_english/lang_admin_link.php  ##-----[ FIND ]------------------------------------------#  $lang['Link_admin_delete_fail'] = "Unable to remove the link, please try again later";  ##-----[ AFTER, ADD ]------------------------------------------#  $lang['Link_incomplete'] = "Link incomplete";  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM



[b]Third Bug
when using Full Album Package 1.2.1 posted on old integramod site]Description:[/u]
In the news management the category link has description "Album Category". I posted that on old integramod but nobody ever corrected that although others had problem too


Bugfix:

##-----[ OPEN ]------------------------------------------#  admin/modules/admin_news_cats.php  ##-----[ FIND ]------------------------------------------#  $module['News Admin']['Categories'] = $filename;  ##-----[ REPLACE WITH ]------------------------------------------#  $module['News Admin']['News_Categories'] = $filename;  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------#

A

Statistics: Posted Author: Adrian Rea — Sat May 13, 2006 7:51 am


]]>