пожалуста подскажите что и куда надо вставить чтобы можно было создать левую калонку или блок. и вот php файл сам. Код (CODE): <?php //defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); //$iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php if ( $my->id ) { initEditor(); } $menu_name = "mainmenu"; // mainmenu by default,you can use any joomla menu name $style_panel = "true"; // true | false $default_style = 1; // default page style (1 or 2) require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/gk_suckerfish.php"); require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/gk_setup.php"); ?> <?php mosShowHead(); ?> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/suckerfish.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/style1.css" rel="stylesheet" type="text/css" /> <?php if(isset($_COOKIE['gk7_temp_style'])){ switch($_COOKIE['gk7_temp_style']){ case 1:echo '<link href="'.$mosConfig_live_site.'/templates/'.$mainframe->getTemplate().'/css/style1.css" rel="stylesheet" type="text/css" />';break; case 2:echo '<link href="'.$mosConfig_live_site.'/templates/'.$mainframe->getTemplate().'/css/style2.css" rel="stylesheet" type="text/css" />';break; } $style = $_COOKIE['gk7_temp_style']; } else{ echo '<link href="'.$mosConfig_live_site.'/templates/'.$mainframe->getTemplate().'/css/style'.$default_style.'.css" rel="stylesheet" type="text/css" />'; $style = 1; } ?> <!--[if IE 6]> <style type="text/css"> img { behavior: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe-> getTemplate(); ?>/css/iepngfix.htc); } a.readon { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe-> getTemplate(); ?>/images/corporation_but-readmore.png", sizingMethod="crop");} </style> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe-> getTemplate(); ?>/css/ie6_css.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 7]> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe-> getTemplate(); ?>/css/ie7_css.css" rel="stylesheet" type="text/css" /> <![endif]--> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/mootools.js"></script> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/template_scripts.js"></script> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/gk_blocksfix.js"></script> <script type="text/javascript"> var gk7_path = '<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/'; </script> </head> <body id="bg"> <div id="upWrap"> <div id="downWrap"> <div id="centerWrap"> <div id="topWrap"><a href="./" id="logo"></a> <div id="flashWrap"> <?php mosLoadModules('newsflash', -1); ?> </div> </div> <div id="memberWrap"> <?php if (mosCountModules('advert1')) : ?> <div id="modLogin"> <?php mosLoadModules('advert1', -1); ?> </div> <?php endif; ?> <?php if (mosCountModules('advert2')) : ?> <div id="modSearch"> <?php mosLoadModules('advert2', -1); ?> </div> <?php endif; ?> </div> <div id="menu"> <div id="horiz-menu"> <?php mosShowListMenu($menu_name); ?> </div> </div> <div id="contentWrap"> <?php if (mosCountModules('user1') or mosCountModules('user2') or mosCountModules('user3')) : ?> <div id="user_position-1"> <?php if (mosCountModules('user1')) : ?> <div class="<?php echo $u1; ?>"> <?php mosLoadModules('user1', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user2')) : ?> <div class="<?php echo $u2; ?>"> <?php mosLoadModules('user2', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user3')) : ?> <div class="<?php echo $u3; ?>"> <?php mosLoadModules('user3', -2); ?> </div> <?php endif; ?> </div> </div> <?php endif; ?> <div id="l_w<?php echo $lw ?>"> <?php if (mosCountModules('banner')) : ?> <div class="us-def"> <?php mosLoadModules('banner', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user4') or mosCountModules('user5')) : ?> <div id="user_position-2"> <?php if (mosCountModules('user4')) : ?> <div class="<?php echo $u4; ?>"> <?php mosLoadModules('user4', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user5')) : ?> <div class="<?php echo $u5; ?>"> <?php mosLoadModules('user5', -2); ?> </div> <?php endif; ?> <div class="clearfix"></div> </div> <?php endif; ?> <?php if (mosCountModules('user7') or mosCountModules('user8')) : ?> <div id="user_position-3"> <?php if (mosCountModules('user7')) : ?> <div class="<?php echo $u7; ?>"> <?php mosLoadModules('user7', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user8')) : ?> <div class="<?php echo $u8; ?>"> <?php mosLoadModules('user8', -2); ?> </div> <?php endif; ?> <div class="clearfix"></div> </div> <?php endif; ?> <div id="mainbody"> <?php mosMainBody(); ?> </div> <!--leftWrap--> </div> <?php if (mosCountModules('right')) : ?> <div id="r_w"> <?php mosLoadModules('right', -2); ?> <!--r-w --> </div> <div class="clearfix"></div> <?php endif; ?> <?php if (mosCountModules('user10') or mosCountModules('user11') or mosCountModules('user12')) : ?> <div id="user_position-4"> <?php if (mosCountModules('user10')) : ?> <div class="<?php echo $u10; ?>"> <?php mosLoadModules('user10', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user11')) : ?> <div class="<?php echo $u11; ?>"> <?php mosLoadModules('user11', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user12')) : ?> <div class="<?php echo $u12; ?>"> <?php mosLoadModules('user12', -2); ?> </div> <?php endif; ?> </div> <div class="clearfix"></div> <?php endif; ?> <?php if (mosCountModules('user13') or mosCountModules('user14') or mosCountModules('user15')) : ?> <div id="user_position-5"> <?php if (mosCountModules('user13')) : ?> <div class="<?php echo $u13; ?>"> <?php mosLoadModules('user13', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user14')) : ?> <div class="<?php echo $u14; ?>"> <?php mosLoadModules('user14', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user15')) : ?> <div class="<?php echo $u15; ?>"> <?php mosLoadModules('user15', -2); ?> </div> <?php endif; ?> </div> <div class="clearfix"></div> <?php endif; ?> </div> </div> </div> <div id="footer"> <a href="#bg" id="top"></a> <?php if ($style_panel == "true") : ?> <div id="stylearea"> <a href="#" class="style_switcher" id="st_icon-0"></a> <a href="#" class="style_switcher" id="st_icon-1"></a> <a href="#" class="style_switcher" id="st_icon-2"></a> </div> <?php endif; ?> <span id="info"> <?php include_once('gk_footer.php'); ?> </span> </div> <?php mosLoadModules( 'debug', -1 );?> </div> </body> </html>
Ответ: СОздание левого блока А CSS де потерял? <div id="l_w<?php echo $lw ?>"> - это и есть левая кАлонка
Ответ: СОздание левого блока извиняюсь воть ааа, теперь понятно. а что надо зделать чтобы вчето ниже пишиться было по центру а не с лева тоетсь вот это слева стоит вместо левого блока. <?php if (mosCountModules('banner')) : ?> <div class="us-def"> <?php mosLoadModules('banner', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user4') or mosCountModules('user5')) : ?> <div id="user_position-2"> <?php if (mosCountModules('user4')) : ?> <div class="<?php echo $u4; ?>"> <?php mosLoadModules('user4', -2); ?> </div> <?php endif; ?> <?php if (mosCountModules('user5')) : ?> <div class="<?php echo $u5; ?>"> <?php mosLoadModules('user5', -2); ?> </div> Код (CODE): html { height: 100%; margin-bottom: 1px; } body { margin: 0; padding: 0; height: 100%; } #bg { font: normal 12px Arial, Helvetica, sans-serif; } img { border: none; } a { outline: none; } a:link, a:visited { text-decoration: none; } a:hover { text-decoration: underline; } ul { padding: 0 0 0 2px; margin: 0; list-style-type: disc; margin-left:13px; } ul li { list-style-type: none; list-style-position: outside; } ul li:hover { list-style-type: none; list-style-position: outside; } ol { margin-top: 5px; margin-bottom: 15px; } ol li { margin-left: 0; line-height: 170%; } fieldset { border: 0; padding: 5px 0; } h1 { font-size: 200%; } h2 { font-size: 180%; } h3 { font-size: 160%; } h4 { font-size: 140%; } h5 { font-size: 120%; } h6 { font-size: 110%; } p { margin: 10px 0 10px; } th { padding: 4px; font-weight: bold; text-align: left; } fieldset { border: none; } fieldset a { font-weight: bold; } input, select { font: normal 12px Arial, Helvetica, sans-serif; } .clearfix { clear: both; } /* Major Blocks -------------------------------------------------------------------------------*/ div#upWrap { width: 947px; margin: 0 auto; padding: 0; text-align: left; position: relative; top: 30px; padding-bottom: 30px; background: url('../images/corporation_upWrap.png') no-repeat 0 top; } div#downWrap { padding: 0; margin: 0; padding-bottom: 28px; background: url('../images/corporation_downWrap.png') no-repeat 0 bottom; } div#centerWrap { position: relative; top: 14px; padding: 0; background: url('../images/corporation_centerWrap.png') repeat-y 0 top; } div#topWrap { width: 909px; margin: 0 auto; height: 82px; } #logo { display: block; width: 342px; height: 82px; float: left; } div#flashWrap { height: 62px; padding: 10px 0 10px 0; width: 547px; float: right; overflow: hidden; } div#memberWrap { clear: both; width: 935px; margin: 0 auto; padding: 0; overflow: hidden; height: 40px; background: url('../images/corporation_member-bg.png') repeat-x 0 0; } #modLogin { float: left; height: 40px; margin-left: 13px; padding-left: 30px; background: url('../images/corporation_icon-members.png') no-repeat 0 0; } #modSearch { float: right; height: 40px; margin-right: 13px; } div#menu { clear: both; width: 935px; margin: 0 auto; padding: 0; background: url('../images/corporation_menu-bg.png') repeat-x 0 0; } div#contentWrap { width: 909px; margin: 0 auto; margin-top: 23px; } div#leftWrap { float: left; width: 70%; } div#l_w-1 { float: left; width: 603px; margin-right: 10px; overflow: hidden; } div#l_w-2 { width:100%; } div#r_w { float: right; width: 296px; overflow: hidden; } div#mainbody { clear: both; margin-bottom: 10px; } /* Login Module --------------------------------------------------------------------------------*/ #mod_log { line-height: 40px; } #mod_log label { padding-right: 6px; } input#mod_login_username, input#mod_login_password { border: none; width: 165px; height: 18px; padding-left: 6px; line-height: 18px; margin-right: 6px; } div#modLogin form input.button { padding: 0 0 1px 8px; margin: 0 12px 0 3px; border: none; outline: none; width: 88px; height: 21px; line-height: 21px; font-weight: bold; background: url('../images/corporation_but-log.png') no-repeat 0 0; } #but-lost, #but-reg { width:18px; height: 18px; } a.loreg { height: 40px; position: relative; top: 5px; padding-right: 3px; } /* Search module --------------------------------------------------------------------------------*/ div.search { line-height: 40px; padding-top: 10px; } input#mod_search_searchword { border: none; width: 165px; height: 18px; padding-left: 6px; line-height: 18px; } /* Setup value of users position 1 ----------------------------------------------------------------------------------*/ div#user_position-1, div#user_position-2, div#user_position-3, div#user_position-4, div#user_position-5 { clear: both; } div.us_1-left, div.us_1-right, div.us_1-center, div.us_4-left, div.us_4-right, div.us_4-center, div.us_5-left, div.us_5-right, div.us_5-center { float: left; width: 33.3%; } div.us_2-left, div.us_2-right, div.us_2-center, div.us_3-left, div.us_3-right, div.us_3-center { float: left; width: 50%; } div.us-def { clear: both; width: 100%; } /* Footer -------------------------------------------------------------------------------*/ div#footer { padding: 10px 0; margin-bottom: 10px; } span#info { float: left; text-align: center; font-size: 10px; margin: 0 0 0 205px; } span#info a { font-size: 11px; } a#top { float: left; width: 18px; height: 18px; margin: 0 0 0 5px; background: url('../images/atop.png') no-repeat 100% 50%; } div#stylearea { float: left; margin: 0; } .style_switcher { float: left; margin-left: 6px; } #st_icon-0, #st_icon-1, #st_icon-2, #st_icon-3 { display: block; float: left; width: 18px; height: 18px; } #st_icon-0 { background: url('../images/tools.png') no-repeat 100% 50%; } #st_icon-1 { background: url('../images/icon-style1.png') no-repeat 100% 50%; } #st_icon-2 { background: url('../images/icon-style2.png') no-repeat 100% 50%; } #st_icon-3 { background: url('../images/icon-style3.png') no-repeat 100% 50%; } /* Jjoomla ------------------------------------------------------------------------------*/ .contentheading, .contentpaneopen h2 { font: normal 16px Arial, Helvetica, sans-serif; } .componentheading { font: normal 16px Arial, Helvetica, sans-serif; } .contentheading a:link, .contentheading a:visited { font: normal 16px Arial, Helvetica, sans-serif; } .small, .smalldark, .createdate, .modifydate, .mosimage_caption, .back_button, .pagenavcounter, .pagenav, .pagenavbar { font: normal 10px Arial, Helvetica, sans-serif; } a.readon { font: bold 12px Arial, Helvetica, sans-serif; } table.contenttoc th { font: normal 12px Arial, Helvetica, sans-serif; } .sectiontableheader { font: normal 14px Arial, Helvetica, sans-serif; } .pagenav, .pagenav_prev, .pagenav_next, .pagenavbar { padding: 0 2px; font: normal 12px Arial, Helvetica, sans-serif; } a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a { } a.pagenav:hover, a.pagenav:active, a.pagenav:focus, .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus, .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus, .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus { } div#newsflash table td { font: normal 12px Arial, Helvetica, sans-serif; } /*joomla style-----------------------------------------------*/ .contentheading { } .contentheading a:link, .contentheading a:visited { text-decoration: none; } .contentheading a:hover { } .contentpaneopen h2 { padding: 0; margin: 0; } .small, .modifydate, .createdate, .mosimage_caption { } .smalldark { text-align: left; } div.syndicate div { text-align: center; } .modifydate { padding-top: 6px; } .pagenavcounter { float: right; } .mosimage_caption { padding-top: 3px; padding-bottom: 3px; } .componentheading { text-align: left; margin-bottom: 10px; line-height: 30px; height: 30px; } td.contentdescription { font-size: 110%; } table.blog span.article_seperator { display: block; height: 20px; } table.contenttoc { margin: 0 0 10px 10px; padding: 10px 0 12px 0; width: 200px; } table.contenttoc td { padding: 1px 5px 2px 18px; } table.contenttoc td a:link, table.contenttoc td a:visited { } table.contenttoc td a:hover { } table.contenttoc th { padding: 0px 4px 6px 4px; margin-top: 0px; text-indent: 14px; text-align: left; font-size: 16px; } .contentpaneopen { width: 100%; } .contentpaneopen1 { width: 100%; } table.contentpane { width: 100%; margin-bottom: 30px; } .sectiontableheader { line-height: 29px; padding: 0 10px; } tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 { height: 20px; padding: 0 10px; line-height: 29px; } tr.sectiontableentry1 td, td.sectiontableentry1 { } tr.sectiontableentry2 td, td.sectiontableentry2 { } tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td { } .highlight { } .contentpane { width: auto; } table.poll { padding: 0; width: 100%; border-collapse: collapse; } table.pollstableborder, table.pollstableborder-color1, table.pollstableborder-color2 { padding: 0; width: 100%; border: none; text-align: left; } table.pollstableborder img, table.pollstableborder-default img, table.pollstableborder-color img { vertical-align: baseline; } table.pollstableborder td.sectiontableentry1, table.pollstableborder td.sectiontableentry2, table.pollstableborder-color1 td.sectiontableentry1-color1, table.pollstableborder-color1 td.sectiontableentry2-color1, table.pollstableborder-color2 td.sectiontableentry1-color2, table.pollstableborder-color2 td.sectiontableentry2-color2, table.pollstableborder tr.sectiontableentry1 td, table.pollstableborder tr.sectiontableentry2 td, table.pollstableborder-color1 tr.sectiontableentry1-color1 td, table.pollstableborder-color1 tr.sectiontableentry2-color1 td, table.pollstableborder-color2 tr.sectiontableentry1-color2 td, table.pollstableborder-color2 tr.sectiontableentry2-color2 td { border-bottom: none; height: 20px; padding-left: 5px; padding-right: 10px; line-height: 18px; background: none; } table.searchintro { padding: 10px 0; width: 100%; } table.searchintro td { padding: 5px!important; } table.adminform { width: 400px!important; } .adminform .inputbox { } a.readon { margin-top: 15px; display: block; float: left; width: 124px; height: 21px; line-height: 21px; padding-left: 34px; } a.readon:hover { text-decoration: underline; } /* Modules -------------------------------------------------------------------------------- */ div.moduletable, div.moduletable-color1, div.moduletable-color2, div.moduletable-advert { font: 100% normal Arial, Helvetica, sans-serif; padding: 15px 15px 15px 15px; margin: 0px 0px 10px 0px; } div.moduletable h3, div.moduletable-color1 h3, div.moduletable-color2 h3 { font: normal 16px Arial, Helvetica, sans-serif; padding: 0px 15px 0 0; margin: -12px 0 10px 0; line-height: 30px; height: 30px; } /* Module variations --------------------------------------------------------------------------------*/ div.moduletable-color1 { } div.moduletable-color1 h3 { } div.moduletable-color2 { } div.moduletable-color2 h3 { } div.moduletable-color2 a { } div.moduletable-tab, div.moduletable-tab1 { background: none; border: none; margin: 0px 0px 10px 0px; padding: 6px 0 0px 0; } div.moduletable-advert { background: none; text-align: center; padding: 5px; } div.moduletable-advert h3 { font: 10px normal Arial, Helvetica, sans-serif; text-transform: lowercase; margin: -11px 0 2px 0; width: 80px; line-height: 10px; } /* Tabs module --------------------------------------------------------------------------------*/ div.gk_tabmods { } ul.gk_tabmodsmenu_top { list-style-type: none; position: relative; } ul.gk_tabmodsmenu_down { list-style-type: none; } ul.gk_tabmodsmenu_top li { display: inline; margin-left: 10px; padding: 5px 20px 5px 20px; cursor: pointer; } ul.gk_tabmodsmenu_down li { display: inline; cursor: pointer; margin-left: 10px; padding: 5px 20px 5px 20px; } ul.gk_tabmodsmenu_top li.active { } ul.gk_tabmodsmenu_down li.active { } div.gk_tabmods_container { overflow: hidden; } div.gk_tabmods_item { display: none; padding: 10px 10px 0px 15px; } /* Tabs module variations --------------------------------------------------------------------------------*/ /* -tab */ div.moduletable-tab ul.gk_tabmodsmenu_top { margin-left: 0px; margin-bottom: 5px; } div.moduletable-tab ul.gk_tabmodsmenu_top li { display: inline; margin-right: 4px; margin-left: -2px; padding: 5px 20px 5px 20px; cursor: pointer; } div.moduletable-tab ul.gk_tabmodsmenu_top li.active { } div.moduletable-tab div.gk_tabmods_container { } /* -tab1*/ div.moduletable-tab1 ul.gk_tabmodsmenu_top { margin-left: 0px; margin-bottom: 5px; } div.moduletable-tab1 ul.gk_tabmodsmenu_top li { display: inline; margin-right: 4px; margin-left: -2px; padding: 5px 20px 5px 20px; cursor: pointer; } div.moduletable-tab1 ul.gk_tabmodsmenu_top li.active { } div.moduletable-tab1 div.gk_tabmods_container { } div.moduletable-tab1, div.moduletable-tab1 a { } /* typohraphy -----------------------------------------------------------------------------------*/ span.clear, span.color, span.color-1 { display: block; padding: 10px; margin-bottom: 10px; }
Ответ: СОздание левого блока что-то он кривой весь... ты наверное, в css покопался? Скажи, как называется шаблон. То, что это шаблон от Gavick, я понял, но лучше мне посмотреть оригинал
Ответ: СОздание левого блока gk_corporation. вот вроде оригинал в катором неуспел порыться и скрин прикладываю, что примерно хочиться. Буду признателен если получиться что то намудрить. нужна левый блог №1(на скрине плохо видно но он семмеричен правому) !!! и он типа быть одинаков с с правым №2 А Третий блог то что с лева щас находиться №3, чтобы ушел в центр. А №4 все нормуль.
Ответ: СОздание левого блока спасибо большое. вот только не пойму в скрине 4 все тип топ. а в от когда уже с с данными странность какаята скрин 3
Ответ: СОздание левого блока я проверял с публикованными модулями, но вот меню упустил из виду, и не публиковал его в левой или правой колонке. Собственно, колонку я тебе сделал, а подгонять придется тебе самому, у меня на это времени нет, ты уж извини... Покрути значения ширины в CSS для меню и колонок.