Как убрать место под 2 меню? Что нужно отридоктировать в HTML коде или в CSS. В шаблоне размечанно 2 меню слева и с право, а как сделать чтобы новости и прочий текст заполнял и 2 меню, а 2 меню вобще удалить? Это в данный момент: ---------------------------------------------------- Топ меню заголовок и.т.д. ---------------------------------------------------- ******|***************|******* ******|***************|******* ******|***************|******* ******|***************|******* ******|***************|******* ******|***************|******* ******|***************|******* ******|***************|******* А надо так: ---------------------------------------------------- Топ меню заголовок и.т.д. ---------------------------------------------------- ******|*********************** ******|*********************** ******|*********************** ******|*********************** ******|*********************** ******|*********************** ******|*********************** ******|***********************
Ответ: 1 cтолб под меню, остальное новости! Убрать все модули с позиций в правом столбце. В менежере модулей. Или убрать вызов этих позиций в самом шаблоне (mosLoadModules).
Ответ: 1 cтолб под меню, остальное новости! Я убрал все модули с позиции в правом столбики тоесть там пусто но текст не заполняет это место!
Ответ: 1 cтолб под меню, остальное новости! Вот я и обращаюсь за помощью! ВОт HTML код шаблона что исправить надо? Код (PHP): <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $iso = explode( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://Base.ru"> <html xmlns="http://Base.ru"> <head> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/css/template_css.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="<?php echo $GLOBALS[mosConfig_live_site]?>/images/favicon.ico" /> </head> <body> <div id="outer" class="outer"> <div class="section1"> <div class="sitename"><?php echo $mosConfig_sitename; ?></div> <div class="sitedate"><?php echo mosCurrentDate(); ?></div> <div id="pathway_outer" class="pathway_outer"> <div id="pathway" class="pathway"><?php mosPathWay(); ?></div> </div> </div> <div class="section2"> <?php if (mosCountModules( 'user3' ) ) { ?> <div id="user3" class="user3"> <?php mosLoadModules ( 'user3' ); ?> </div> <?php } ?> <div class="logo"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/images/logo.gif" alt="Free Mambo Templates TY2U.com" /></div> <?php if (mosCountModules( 'top' ) ) { ?> <div class="topspace"> <?php mosLoadModules ( 'top' ); ?> </div> <?php } ?> </div> <div class="section3"> <div class="search_outer"> <div class="search_inner"> <form action="index.php" method="post"> <input class="inputbox" type="text" name="searchword" size="15" tabindex="1" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" /> <br /><?php echo "<input name=\"submit\" type=\"image\" src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/search.gif\" class=\"searchbutton\" tabindex=\"2\" value=\"Search\"/>" ; ?> <div class="advsearch"><a href="/index.php?option=com_search">Advanced Search</a></div> <input type="hidden" name="option" value="search" /> </form> </div> </div> <?php if (mosCountModules( 'left' ) ) { ?> <div class="leftside"> <div class="boxtopl"></div> <?php mosLoadModules ( 'left' ); ?> <div class="boxbottoml"></div> </div> <?php } ?> </div> <?php if (mosCountModules( 'user1' ) || mosCountModules( 'user2' ) ) { ?> <div class="section4"> <div class="user_outer"> <?php if (mosCountModules( 'user1' ) ) { ?> <div class="user_1"> <div class="boxtopu1"></div> <div id="user1" class="user1"> <div id="user1_2" class="user1_2"> <?php mosLoadModules ( 'user1' ); ?> </div></div> <div class="box_bu1"> <div class="box_blu1"></div><div class="box_bru1"></div> </div> </div> <?php } ?> <?php if (mosCountModules( 'user2' ) ) { ?> <div class="user_2"> <div class="boxtopu2"></div> <div id="user2" class="user2"> <div id="user2_2" class="user2_2"> <?php mosLoadModules ( 'user2' ); ?> </div></div> <div class="box_bu2"> <div class="box_blu2"></div><div class="box_bru2"></div> </div> </div> <?php } ?> </div> </div> <?php } ?> <div class="section5"> <?php if (mosCountModules( 'right' ) ) { ?> <div class="rightside"> <div class="boxtopr"></div> <?php mosLoadModules ( 'right' ); ?> <div class="boxbottomr"></div> </div> <?php } ?> </div> <div class="section6"> <div class="mainbody"> <?php mosMainBody(); ?> </div> </div> <div class="section7"> <?php if (mosCountModules( 'bottom' ) ) { ?> <div class="bottom"> <?php mosLoadModules( 'bottom' ); ?> </div> <?php } ?> <?php if (mosCountModules( 'banners' ) ) { ?> <div class="banner"> <?php mosLoadComponent( 'banners' ); ?> </div> <?php } ?> <div class="footer"> <?php if (mosCountModules( 'footer' ) ) { ?> <?php mosLoadModules( 'footer' ); ?> <?php } ?> <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?> </div> <?php if ( mosCountModules ('debug') ) { ?> <?php mosLoadModules( 'debug', -1 ); ?> <?php } ?> </div> </div> </body> </html>
Ответ: 1 cтолб под меню, остальное новости! Самый простой вариант скинуть весь код в дремвивер и визуально удалить правый столбик (ламерство но просто) (а вообще сам понимаю что сказал ерись)
Ответ: 1 cтолб под меню, остальное новости! А ктонибудь подскажите что в HTML выше сказнного надо править!
Ответ: 1 cтолб под меню, остальное новости! Да в шаблоне, я конечьно извеняюсь но Вам было бы полезно почитать справку по джумле.
Ответ: 1 cтолб под меню, остальное новости! Эхехех не принимайте к сердцу. Всётаки лень причина бед России!!!
Ответ: 1 cтолб под меню, остальное новости! HTML Код (PHP): <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $iso = explode( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://10.2.2.220"> <html xmlns="http://10.2.2.220"> <head> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/css/template_css.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="<?php echo $GLOBALS[mosConfig_live_site]?>/images/favicon.ico" /> </head> <body> <div id="outer" class="outer"> <div class="section1"> <div class="sitename"><?php echo $mosConfig_sitename; ?></div> <div class="sitedate"><?php echo mosCurrentDate(); ?></div> <div id="pathway_outer" class="pathway_outer"> <div id="pathway" class="pathway"><?php mosPathWay(); ?></div> </div> </div> <div class="section2"> <?php if (mosCountModules( 'user3' ) ) { ?> <div id="user3" class="user3"> <?php mosLoadModules ( 'user3' ); ?> </div> <?php } ?> <div class="logo"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/images/logo.gif" alt="Free Mambo Templates TY2U.com" /></div> <?php if (mosCountModules( 'top' ) ) { ?> <div class="topspace"> <?php mosLoadModules ( 'top' ); ?> </div> <?php } ?> </div> <div class="section3"> <div class="search_outer"> <div class="search_inner"> <form action="index.php" method="post"> <input class="inputbox" type="text" name="searchword" size="15" tabindex="1" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" /> <br /><?php echo "<input name=\"submit\" type=\"image\" src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/search.gif\" class=\"searchbutton\" tabindex=\"2\" value=\"Search\"/>" ; ?> <div class="advsearch"><a href="/index.php?option=com_search">Advanced Search</a></div> <input type="hidden" name="option" value="search" /> </form> </div> </div> <?php if (mosCountModules( 'left' ) ) { ?> <div class="leftside"> <div class="boxtopl"></div> <?php mosLoadModules ( 'left' ); ?> <div class="boxbottoml"></div> </div> <?php } ?> </div> <?php if (mosCountModules( 'user1' ) || mosCountModules( 'user2' ) ) { ?> <div class="section4"> <div class="user_outer"> <?php if (mosCountModules( 'user1' ) ) { ?> <div class="user_1"> <div class="boxtopu1"></div> <div id="user1" class="user1"> <div id="user1_2" class="user1_2"> <?php mosLoadModules ( 'user1' ); ?> </div></div> <div class="box_bu1"> <div class="box_blu1"></div><div class="box_bru1"></div> </div> </div> <?php } ?> <?php if (mosCountModules( 'user2' ) ) { ?> <div class="user_2"> <div class="boxtopu2"></div> <div id="user2" class="user2"> <div id="user2_2" class="user2_2"> <?php mosLoadModules ( 'user2' ); ?> </div></div> <div class="box_bu2"> <div class="box_blu2"></div><div class="box_bru2"></div> </div> </div> <?php } ?> </div> </div> <?php } ?> <div class="section5"> <?php if (mosCountModules( 'right' ) ) { ?> <div class="rightside"> <div class="boxtopr"></div> <?php mosLoadModules ( 'right' ); ?> <div class="boxbottomr"></div> </div> <?php } ?> </div> <div class="section6"> <div class="mainbody"> <?php mosMainBody(); ?> </div> </div> <div class="section7"> <?php if (mosCountModules( 'bottom' ) ) { ?> <div class="bottom"> <?php mosLoadModules( 'bottom' ); ?> </div> <?php } ?> <?php if (mosCountModules( 'banners' ) ) { ?> <div class="banner"> <?php mosLoadComponent( 'banners' ); ?> </div> <?php } ?> <div class="footer"> <?php if (mosCountModules( 'footer' ) ) { ?> <?php mosLoadModules( 'footer' ); ?> <?php } ?> <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?> </div> <?php if ( mosCountModules ('debug') ) { ?> <?php mosLoadModules( 'debug', -1 ); ?> <?php } ?> </div> </div> </body> </html> СSS Код (PHP): body {min-width:796px;max-width:999px;font-family:Arial,Helvetica,Serif;font-size:11px;color:#000000;background:#FFFFFF;padding:0px;margin:0px;scrollbar-arrow-color:#6fbaf0;scrollbar-track-color:#a096d5;scrollbar-3dlight-color:#a096d5;scrollbar-base-color:#a096d5;scrollbar-darkshadow-color:#a096d5;scrollbar-face-color:#FFFFFF;scrollbar-highlight-color:#a096d5;scrollbar-shadow-color:#a096d5;} .outer{width:99%;padding-left:5px;font-size:11px;min-width:796px;max-width:999px;} a:link, a:visited {color:#76C410;text-decoration: none;font-weight: bold;} a:hover {color:#ffbc24;text-decoration: underline overline;font-weight: bold;} p,td,tr,div,a {font-family:Arial,Helvetica,Serif;font-size:11px;} .moduletable {} .moduletable th {height:21px;background:url("../images/modhead.gif") repeat-x;padding-top:4px;} a.mainlevel {} .contentheading, .componentheading{color:#6fbaf0;font-size:18px;font-weight:bold;} .contentpaneopen {margin-bottom:10px;} .contentpane {float:left;width:100%;} .section1{width:100%;} .sitename {color:#ffbc24;font-size:35px;padding-left:15px;padding-top:10px;padding-bottom:10px;font-weight:bolder;} .sitedate {color:#6fbaf0;font-size:11px;padding-right:15px;padding-top:10px;font-weight:bolder;text-align:right;} .pathway_outer {float:left;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;height:19px !important;height:21px;background:url("../images/modhead.gif") repeat-x;overflow:hidden;padding:0px;padding-top:2px;width:100%;font-weight:bold;text-align:left;white-space:nowrap;} #pathway {float:left;display:block;color:#a096d5;overflow:hidden;padding:0px;padding-top:2px;width:100%;font-weight:bold;text-align:left;text-indent:10px;white-space:nowrap;} .pathway a:link,.pathway a:visited {color:#76C410;} .pathway a:hover {color:#ffbc24;} .section2{float:left;width:100%;} .user3 {width:100%;height:auto;float:right;padding-bottom:10px;} ul#mainlevel-nav {list-style:none;padding:0px;margin:0px;} ul#mainlevel-nav li {float:left;background:url("../images/tab1.gif") no-repeat;width:100px;height:25px;font-size:11px;font-weight:bold;line-height:25px;white-space:nowrap;display:block;padding:0px;margin:0px;} ul#mainlevel-nav li a {text-decoration:none;color:#000000;display:block;padding:0px;text-align:center;} #buttons>ul#mainlevel-nav li a {width:auto;} table.moduletable ul#mainlevel-nav {width:100%;} ul#mainlevel-nav li a:hover {background:url("../images/tab2.gif");color:#76C410;} .logo {float:left;width:213px;height:158px;} .topspace {float:left;width:70%;border:1px solid #bfbfbf;border-top:0px;} .topspace .moduletable {width:100%;margin:0px;padding:0px;padding-right:1px !important;padding-right:0px;} .topspace .moduletable th {width:100%;margin:0px;padding:0px;padding-top:4px;} .section3 {float:left;} .search_outer {float:left;padding:0px;margin-top:0px;width:213px;height:161px;background-image:url("../images/searchdiv.gif");background-repeat:no-repeat;} .search_inner {text-align:center;padding:0px;margin-top:60px;} .search_inner .inputbox{background:white;color:#6fbaf0;font-size:10px;font-weight:bold;} .searchbutton {width:61px;height:20px;padding:0px;margin-top:5px;} .advsearch {padding-top:12px !important;padding-top:7px;} .leftside {clear:left;float:none;width:213px;margin:0px;padding:0px;position:relative;left:17px;width:180px;background:url("../images/side-back.gif") repeat-y;} .leftside .moduletable {width:175px !important;width:174px;margin:0px;padding:0px;padding-left:1px;} .leftside .moduletable th {position:relative;left:0px !important;left:1px;width:175px !important;width:174px;margin:0px;padding:0px;padding-top:4px;} .leftside .moduletable td {padding-left:5px;} .boxtopl {width:180px;height:11px;background:url("../images/head-g.gif") no-repeat;margin:0px;padding:0px;} .boxbottoml {width:180px;height:15px;background:url("../images/box-bottom.gif") no-repeat;margin:0px;padding:0px;} .section4 {float:left;padding-top:9px !important;padding-top:5px;width:70%;} .user_outer {float:left;width:100%;} ul.latestnews {color:#a096d5;list-style:square outside none;padding-top:0px !important;padding-top:5px;} .user_1 {float:left;width:48%;background:url("../images/boxl.gif") repeat-y left;margin:0px;padding:0px;} .user1 {float:left;width:100%;} .user1_2 {float:left;width:100%;background:url("../images/boxr.gif") repeat-y right;margin:0px;padding:0px;} .user1 .moduletable {width:100%;margin-left:1px;margin-right:0px !important;margin-right:5px;padding-right:7px !important;padding-right:0px;} .user1 .moduletable th {float:left;width:100%;margin:0px;padding:0px;padding-top:4px;} .boxtopu1 {float:left;width:100%;height:14px;background:url("../images/head-b.gif") no-repeat center;background-color:white;margin:0px;padding:0px;} .box_bu1 {float:left;width:100%;height:15px;background:url("../images/boxb.gif") repeat-x;margin:0px;padding:0px;} .box_blu1 {float:left;width:9px;height:15px;background:url("../images/boxbl.gif") no-repeat left;margin:0px;padding:0px;} .box_bru1 {float:right;width:14px;height:15px;background:url("../images/boxbr.gif") no-repeat right;margin:0px;padding:0px;position:static !important;position:relative;left:0px !important;left:6px;} ul.mostread {color:#a096d5;list-style:square outside none;padding-top:0px !important;padding-top:5px;} .user_2 {float:right;width:48%;background:url("../images/boxl.gif") repeat-y left;margin:0px;padding:0px;} .user2 {float:right;width:100%;} .user2_2 {float:right;width:100%;background:url("../images/boxr.gif") repeat-y right;margin:0px;padding:0px;} .user2 .moduletable {width:100%;margin-left:1px;margin-right:0px !important;margin-right:5px;padding-right:7px !important;padding-right:0px;} .user2 .moduletable th {float:right;width:100%;margin:0px;padding:0px;padding-top:4px;margin-left:6px;} .boxtopu2 {float:right;width:100%;height:14px;background:url("../images/head-p.gif") no-repeat center;background-color:white;margin:0px;padding:0px;} .box_bu2 {float:right;width:100%;height:15px;background:url("../images/boxb.gif") repeat-x;margin:0px;padding:0px;} .box_blu2 {float:left;width:9px;height:15px;background:url("../images/boxbl.gif") no-repeat left;margin:0px;padding:0px;} .box_bru2 {float:right;width:14px;height:15px;background:url("../images/boxbr.gif") no-repeat right;margin:0px;padding:0px;position:static !important;position:relative;left:0px !important;left:6px;} /*.section4 {float:none !important; float:left;width:213px;margin:0px;padding:0px;}*/ .section5 {float:right;width:213px;margin:0px;padding:0px;} .rightside {float:left;position:relative;left:17px;top:12px;margin:0px;padding:0px;width:180px;background:url("../images/side-back.gif") repeat-y; padding-right:6px;} .rightside .moduletable {width:175px !important;width:174px;margin:0px;padding:0px;padding-left:1px;} .rightside .moduletable th {position:relative;left:0px !important;left:1px;width:175px !important;width:174px;margin:0px;padding:0px;padding-top:4px;} .rightside .moduletable td {padding-left:5px;} .boxtopr {width:180px;height:11px;background:url("../images/head-y.gif") no-repeat;margin:0px;padding:0px;} .boxbottomr {width:180px;height:15px;background:url("../images/box-bottom.gif") no-repeat;margin:0px;padding:0px;} .section6 {padding-top:15px;float:left !important;float:none;width:44% !important; width:97%;} .mainbody {float:left;width:100%;} .blog_more strong {color:#a096d5;} .blog_more {color:#ffbc24;} .blog_more ul {list-style:square outside none;} .section7 {clear:both;float:none;width:100%;text-align:center;padding-top:20px;} .bottom {float:none;width:70%;border:1px solid #bfbfbf;border-top:0px;} .bottom .moduletable {width:100%;margin:0px;padding:0px;padding-right:1px !important;padding-right:0px;} .bottom .moduletable th {width:100%;margin:0px;padding:0px;padding-top:4px;} .footer {padding:20px;}