[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-04-19T08:44:49-07:00 https://integramod.com/forum/feed.php?f=17&t=190 2006-04-19T08:44:49-07:00 2006-04-19T08:44:49-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=2297#p2297 <![CDATA[Re: New block config not showing in ACP]]>
Ok I got this. I had to add the variables to the portal_config table in the DB

Statistics: Posted Author: Dragonsys — Wed Apr 19, 2006 8:44 am


]]>
2006-04-18T07:10:44-07:00 2006-04-18T07:10:44-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=2137#p2137 <![CDATA[Re: New block config not showing in ACP]]> Statistics: Posted Author: Dragonsys — Tue Apr 18, 2006 7:10 am


]]>
2006-04-13T18:21:54-07:00 2006-04-13T18:21:54-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=1476#p1476 <![CDATA[Re: New block config not showing in ACP]]> Statistics: Posted Author: Helter — Thu Apr 13, 2006 6:21 pm


]]>
2006-04-13T12:41:46-07:00 2006-04-13T12:41:46-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=1386#p1386 <![CDATA[Re: New block config not showing in ACP]]> http://www.dragonsys.org/portal/dload.p ... &file_id=5



here is what I have:

blocks/blocks_imp_blogs.cfg
<php>sql_query($sql) ) {    message_die(GENERAL_ERROR, "Couldn't obtain weblogs information.", "", __LINE__, __FILE__, $sql);    $recent_blogs .= "No Blogs"; } else {    $recent_entries = array();    while ( $row = $db->sql_fetchrow($result) )    {       $recent_entries[] = $row;    }        foreach ($recent_entries as $current)    {       $recent_blogs .= "&raquo;" . "<a><b>";     // Entry Link       $recent_blogs .= $current['entry_subject'];                          // Subject       $recent_blogs .= "</b></a><br>n            ";                // End and html formatting         $recent_blogs .= "by <a>";    // User Link       $recent_blogs .= $current['username'] . "</a> on ";                     // User Name       $recent_blogs .= date("D M j, Y g:i a",$current['entry_time']);                  // Post Date       $recent_blogs .= "</b></a><br><br>n            ";               // End and html formatting    }           if($portal_config['md_blogs_style']){             $style_row = 'scroll';         }else         {             $style_row = 'static';         }           $template->assign_block_vars($style_row,"");      $template->assign_vars(array(    'RECENT_BLOGS' => $recent_blogs,    'YOUR_BLOG' => $userdata['user_weblog']    )    );     }    } } imp_blogs_block_func(); ?>


When I tried to change the .tpl file I get errors, since I cannot set these options in the ACP, so for now, the .tpl file has not changed.

Statistics: Posted Author: Dragonsys — Thu Apr 13, 2006 12:41 pm


]]>
2006-04-13T12:33:06-07:00 2006-04-13T12:33:06-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=1384#p1384 <![CDATA[New block config not showing in ACP]]> Statistics: Posted Author: Michaelo — Thu Apr 13, 2006 12:33 pm


]]>
2006-04-12T15:34:58-07:00 2006-04-12T15:34:58-07:00 https://integramod.com/forum/viewtopic.php?t=190&p=1236#p1236 <![CDATA[New block config not showing in ACP]]> Statistics: Posted Author: Dragonsys — Wed Apr 12, 2006 3:34 pm


]]>