Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Форум для новичков » Общие вопросы от новичков (63) #2


Общие вопросы от новичков (63) #2

Сообщений 1 страница 20 из 941

1

Инструменты для поиска и редактирования стиля (скриптов).

Как с помощью браузера можно определить элемент дизайна.

Каталог скриптов/CSS

Полезные скрипты, необходимые темы для новичков, а также ссылки на сайты рассказывающие что такое HTML и CSS.

Типовые Вопросы (ЧаВо)

Ответы на часто задаваемые вопросы.

Как задавать вопросы! Разница между стилем и скриптом. ( Советы)

Плюс к названию темы еще и Памятка.

Любой вопрос по оформлению/неполадкам сопровождайте ссылкой на форум, по которому возникли сложности.

Предыдущая часть темы: Общие вопросы от новичков (63)

+1

2

Почему-то на странице редактирования поста съезжает подвал:
https://forumupload.ru/uploads/0000/14/1c/35771/t890255.png
Проблема в скриптах в html-низ, потому что безних все работает. На главной все нормально. Ккк исправить?
Форум: https://ice-and-fire.ru/

Отредактировано Shephard (Вт, 1 Фев 2022 21:02:57)

0

3

Shephard
а сейчас в html-низ у вас стоят все те скрипты, при которых была проблема? Т.к. сейчас с двух браузеров всё ок, хотя скрипты в низу вижу

+1

4

Sachimot написал(а):

Shephard
а сейчас в html-низ у вас стоят все те скрипты, при которых была проблема? Т.к. сейчас с двух браузеров всё ок, хотя скрипты в низу вижу

Да, если пытаетесь редактировать сообщение, то с подвалом такая беда.

+1

5

Shephard написал(а):

Проблема в скриптах в html-низ, потому что безних все работает. На главной все нормально. Ккк исправить?
Форум: https://ice-and-fire.ru/

А как должно быть в норме ?(Скриншот)
Ибо у меня идентично что при редактировании с Пиар-ника, что нет ...

+1

6

Shephard
Попробуйте добавить это в стили:

Код:
#pun_wrap + div.resizable-textarea {
  height: 0px;
  overflow: hidden;
}

проблема связана со скриптом увеличения формы ответа

+3

7

Sachimot написал(а):

Shephard
Попробуйте добавить это в стили:

Код:
#pun_wrap + div.resizable-textarea {
  height: 0px;
  overflow: hidden;
}

проблема связана со скриптом увеличения формы ответа

Да, спасибо огромное, все получилось))

Deff написал(а):

А как должно быть в норме ?(Скриншот)
Ибо у меня идентично что при редактировании с Пиар-ника, что нет ...

Ступенька была, как на скрине. Но уже все исправили благодаря @Sachimot ))

+3

8

Всем здравствуйте! https://forumstatic.ru/files/0001/ec/60/53488.gif
У меня такой вопросик:
Разрешено ли на MyBB создавать форумы в виде блога или сайта (т.е. чтобы форум не выглядел как форум, а был блогом или сайтом), или это запрещено и здесь строго только форумы и ничего более?

0

9

Тестовый
Папку спам штудировали?

0

10

Income написал(а):

Разрешено ли на MyBB создавать форумы в виде блога или сайта (т.е. чтобы форум не выглядел как форум, а был блогом или сайтом), или это запрещено и здесь строго только форумы и ничего более?

Да, тут такие виды существуют, что и определить сложно к чему отнести, например: https://domkyznechik.ru/ Что сможете сделать, то и будет..

Отредактировано kolobdur74 (Чт, 3 Фев 2022 16:54:39)

+1

11

http://stubborn.rusff.me/
подскажите, код смайлов ( кнопка с котиком) залез на панель и не тыкаются смайлы
подскажите, как данный момент исправить? и разделить смайлы на разные вкладки
сам файл
https://forumstatic.ru/files/001b/71/5b/51137.txt?v=1

0

12

Booby
Про вкладки лучше смотреть в описании кода: Скрипты от пользователей 3

Чтоб тыкалось - попробуйте поставить после кода смайлов:

Код:
<style>.hvStickerPackModal{z-index:10001!important;}</style>

+2

13

Прошу прощения за назойливость, но назрел ещё один вопрос: в мобильном стиле глючит кнопка повышения репутации: иногда репутации удаётся повысить, но чаще - нет.
Форум: http://ice-and-fire.ru/

0

14

Shephard
Ну для того шоб потестить, нужон тестовый ник пароль, с Пиара у Вас отключена возможность ставить плусы

+1

15

Deff написал(а):

Shephard
Ну для того шоб потестить, нужон тестовый ник пароль, с Пиара у Вас отключена возможность ставить плусы

Изменила) Теперь можно ставить плюсы и пиар-пользователю.

Отредактировано Shephard (Пт, 4 Фев 2022 12:27:28)

+1

16

А не планируется вообще никаких новых решений для мобильного стиля? Чтобы он при установке собственного дизайна выглядел нормально?

0

17

Shephard написал(а):

Изменила) Теперь можно ставить плюсы и пиар-пользователю.

Поставьте в конец Первого окна стиля такой код:

Код:
<style>
@media screen and (max-width: 540px){
.post-vote .container a {
    outline: red solid 1px;
    display: inline-block;
    margin-left: 30px!important;
}
}
</style>

Вот после 'Да' появится красный квадратик, он кликается, ну далее можно пробовать заменить этот Квадрат на иконку или подвинуть или приподнять

Отредактировано Deff (Пт, 4 Фев 2022 16:30:13)

+2

18

Income написал(а):

Всем здравствуйте! https://forumstatic.ru/files/0001/ec/60/53488.gif
У меня такой вопросик:
Разрешено ли на MyBB создавать форумы в виде блога или сайта (т.е. чтобы форум не выглядел как форум, а был блогом или сайтом), или это запрещено и здесь строго только форумы и ничего более?

Не запрещено.
Как вариант можно такой поставить и подстроить под своё "хочу" :
https://vip.maminforum.com/pages/novostnoi_portal
Ставте в html верх. И по ходу уже правте:

Код:
<!--Убираем текущую разметку-->
</div></div></div></div></div></div>
<script type="text/javascript">
$(document).ready(function() {
$("html head, body div:not([id='Mypun)").replaceWith("");
$("body").prepend($("#Mypun").val())
});
</script>
<textarea id="Mypun" style="display:none">
<!--Начало Контента Вашей Body-->
 
<!--Стиль-->
<style type="text/css">
div.bib iframe {max-width: 100%;}
.postimg {max-width: 100%;}
#tableportal{
width: 100%;
}
.colonkaleft {
	width: 20%;
	margin-left: auto;
	margin-right: 5px;
	height: 100%;
    vertical-align :top;
	padding-right: 5px;
}
.colonkamain {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
    vertical-align :top;
}
.colonkaright {
	width: 20%;
	margin-left: 5px;
	margin-right: auto;
	height: 100%;
    vertical-align :top;
	padding-left: 5px;
}
#header {
	background-image : url(http://s2.uploads.ru/TL1HA.png);
	background-repeat: repeat-x;
	border-bottom: #000 1px solid;
	height: 80px;
}
.captiontopleft{ width: 24px; background-image: url(http://s2.uploads.ru/nRj9x.png); }
.captiontopmiddle{ width: 100%; background-repeat: repeat-x; background-image: url(http://s3.uploads.ru/UuvbZ.png); }
.captiontopright{ width: 11px; background-image: url(http://s3.uploads.ru/KAgDn.png); }
.captionleft{ width: 24px; background-image: url(http://s2.uploads.ru/t2UBe.png); }
.captionbar{ background-repeat: repeat-x; padding-right:10px; font-size: 10px; color: #fff; font-family: verdana, tahoma, arial, sans-serif; background-image: url(http://s3.uploads.ru/GxUiC.png);}
.captionend{ width: 12px; background-image: url(http://s2.uploads.ru/WaMHn.png); }
.captionmain{ width: 100%; background-repeat: repeat-x; background-image: url(http://s2.uploads.ru/4REO9.png); }
.captionright{ width: 11px; background-image: url(http://s2.uploads.ru/tN2ba.png); }
.bodyleft{ width: 3px; background-repeat: repeat-y; background-image: url(http://s3.uploads.ru/KMQHY.png); }
.bodymain{ width: 100%; background: #DAE7F3; padding: 4px 5px 5px 4px; font-size: 10px; color: #000; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
.bodyright{ width: 3px; background-repeat: repeat-y; background-image: url(http://s3.uploads.ru/kUXVi.png); }
.bottomleft{ width: 10px; background-image: url(http://s2.uploads.ru/ydz4J.png); }
.bottommain{ width: 100%; background-repeat: repeat-x; background-image: url(http://s2.uploads.ru/jCMai.png);}
.bottomright{ width: 10px; background-image: url(http://s2.uploads.ru/xIvR0.png); }
.spacer{padding: 2px 0px 2px 0px;}
#statis {width: 100%;}
#nov {
font-size: 24px; 
color: #4682B4; 
font-family: verdana, tahoma, arial, sans-serif;
text-align: center;
font-weight: 800;
}
#clock{
position:relative;
width:352px;
left:5px;
text-shadow:#fff -1px -1px 0, #333 1px 1px 0;
font-size:12pt;
color:#4682B4;
font-weight:600;
font-family:Verdana;
}
#sp-searchtext {
width: 100px;
height: 16px;
border: 0 none;
padding: 2px 20px;
color: #fff;
background: url(http://s2.uploads.ru/yM8qf.png) 0 0 no-repeat;
-webkit-appearance: none;}
#sp-searchtext:focus { color:#000; background-position:0 100%; outline:none; }
#sp-searchtext::-ms-clear { display:none; }
#g-search label { display:block; margin-top:-2px; }
#g-search .sp-label { margin-bottom:-2px; }
#g-search .sp-label label { display:none; margin:0; }
#logo{
font-size: 24px; 
color: #104E8B; 
font-family: verdana, tahoma, arial, sans-serif;
text-align: center;
font-weight: 800;
}
/*------------------------------- Меню ------------------------------------*/
#nav {width: 100%; padding:0; top:10px; left:-3px; margin:0; list-style:none; height:29px; background:transparent url(http://s2.uploads.ru/Txr2F.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:29px;}
#nav li a.top_link {display:block; float:left; height:29px; line-height:33px; color:#D1EEEE; text-decoration:none; font-size:14px; font-weight:normal; padding: 0 0 0 4px; cursor:pointer; background: url(http://s2.uploads.ru/Txr2F.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 13px 0 7px; height:29px; background: url(http://s2.uploads.ru/Txr2F.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 13px 0 7px; height:29px; background: url(http://s3.uploads.ru/gT1Xz.gif) no-repeat right top;}
 
#nav li:hover a.top_link,
#nav li.iehover a.top_link {color:#fff; background: url(http://s2.uploads.ru/tu0pW.gif) no-repeat; cursor:pointer;}
#nav li:hover a.top_link span,
#nav li.iehover a.top_link span {background: url(http://s2.uploads.ru/tu0pW.gif) no-repeat right top; cursor:pointer;}
#nav li:hover a.top_link span.down,
#nav li.iehover a.top_link span.down {background: url(http://s3.uploads.ru/kn60E.gif) no-repeat right top; cursor:pointer;}
 
/* Моделирование списка по умолчанию */
 
#nav li:hover {position:relative; z-index:200; cursor:pointer;}
 
#nav li:hover ul.sub
{left:1px; top:29px; background: #DAE7F3; padding:3px; border:1px solid #4682B4; white-space:nowrap; width:245px; height:auto; z-index:300; cursor:pointer;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:245px; font-weight:normal; cursor:pointer;}
#nav li:hover ul.sub li a
{display:block; font-size:12px; height:18px; width:242px; line-height:18px; text-indent:5px; color:#4682B4; text-decoration:none; border:1px solid #F8F8FF; cursor:pointer;}
#nav li ul.sub li a.fly
{background:#4682B4 url(http://s2.uploads.ru/LdWqb.png) 229px 6px no-repeat; cursor:pointer; color:#F8F8FF;}
#nav li:hover ul.sub li a:hover
{background:#104E8B; color:#F8F8FF; border-color:#fff; cursor:pointer;}
#nav li:hover ul.sub li a.fly:hover
{background:#4169E1 url(http://s2.uploads.ru/TzsVt.png) 229px 6px no-repeat; color:#fff; cursor:pointer; left:1px;}
 
 
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:245px; top:-4px; background: #DAE7F3; padding:3px; border:1px solid #4682B4; white-space:nowrap; width:245px; z-index:400; height:auto;}
 
#nav ul,
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#00BFFF url(http://s2.uploads.ru/TzsVt.png) 229px 6px no-repeat; color:#000; border-color:#fff;}
 
#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#1F242B url(http://s2.uploads.ru/LdWqb.png) 229px 6px no-repeat; color:#ccc; border-color:#fff; border:1px;}
</style>
<!--Конец Стиля-->
 
<!--Блок часы и поиск-->
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
<tr>
<td style='text-align:left; vertical-align:middle;'>
 
<!--Скрипт Цифровые часы-->
<script type="text/javascript">
function showTime()
{
  var dat = new Date();
  var H = '' + dat.getHours();
  H = H.length<2 ? '0' + H:H;
  var M = '' + dat.getMinutes();
  M = M.length<2 ? '0' + M:M;
  var S = '' + dat.getSeconds();
  S =S.length<2 ? '0' + S:S;
  var clock = H + ':' + M + ':' + S;
  document
    .getElementById('time_div')
      .innerHTML=clock;
  setTimeout(showTime,1000); // перерисовать 1 раз в сек.
}
</script>
<span id="time_div" style="position:relative;width:82px;left:5px;text-shadow:#fff -1px -1px 0, #333 1px 1px 0;font-size:12pt;color:#4682B4;font-weight:600;font-family:Verdana;"></span>
<script type="text/javascript">
showTime();
</script> &nbsp;
<!--Конец Скрипта Цифровые часы-->
 
<!--Скрипт Дата-->
<span id="clock">
<script language=JavaScript>
var dayarray=new Array("Воскресение","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота") 
var montharray=new Array("Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря") 
function getthedate() {
var mydate=new Date()
var year=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym < 10) {
daym="0"+daym
}
var cdate= " "+daym+" "+montharray[month]+" "+" "+year+" "+"года "+"|"+" "+dayarray[day]+" "+" "
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit() {
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}
window.onload=goforit
</SCRIPT>
</span>
<!--Конец Скрипта Дата-->
 
</td>
<td style='text-align:right'>
 
<!--Блок Поиск-->
<div id="globalsearch">
<div><form action="/search.php" class="search" id="g-search"><div class="sp-label">
<label for="sp-searchtext"></label>
<input type="hidden" name="action" value="search">
<input type="text" name="keywords" id="sp-searchtext" maxlength="100" accesskey="s"></div> 
</form></div></div>
<!--Конец Блока Поиск-->
 
</td>
</tr>
</table>
<!--Конец Блока часы и поиск-->
 
<!--Шапка-->
<table style='width:100%;' cellspacing='3' id='header'>
<tr>
<td colspan='2' style='text-align:left; vertical-align: middle;'>
 
<div id='logo'>
<img src='ссылка на картинку логотипа' alt='' />&nbsp;&nbsp;&nbsp;Название Форума
</div>
 
<div id='menu'>
<!--Меню-->
<div class='nav'>
 <ul id='nav'>
   <li class='top'><a href='/pages/portal' id='' class='top_link'><span><strong>Портал</strong></span></a></li>
   <li class='top'><a href='/' id='' class='top_link'><span class='down'><strong>Форум</strong></span></a>
      <ul class='sub'>
	     <li><a href='ссылка' class='fly'><strong>Подменю</strong></a>
           <ul>
	          <li><a href='ссылка'><strong>Подменю 2</strong></a></li>
      <li><a href='ссылка'><strong>Подменю 2</strong></a></li>
	  <li><a href='ссылка'><strong>Подменю 2</strong></a></li>	  
   </ul>
 </li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
      </ul>
   </li>
   <li class='top'><a href='/userlist.php' id='' class='top_link'><span><strong>Участники</strong></span></a></li>
   <li class='top'><a href='/search.php' id='' class='top_link'><span><strong>Поиск</strong></span></a></li>
   <li class='top'><a href='/profile.php' id='' class='top_link'><span><strong>Профиль</strong></span></a></li>
   <li class='top'><a href='/messages.php' id='' class='top_link'><span><strong>Сообщения</strong></span></a></li>    
 </ul>
</div>
<!--Конец Меню-->
</div>
 
</td>
<td style='text-align:right'>
 
<!--Верхняя Реклама-->
Сюда вставляем верхнюю рекламу
<!--Конец Верхней Рекламы-->
 
</td>
</tr>
</table>
<br>
<!--Конец Шапки-->
 
<!--Колонки-->
<table id='tableportal' cellpadding='0' cellspacing='0'>
<tr>
 
<!--Левая колонка-->
<td class='colonkaleft'>
 
<!--Левый Блок №1-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Статистика
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
<div id="statis"><div id="statis1" class=category><div class=container></div></div></div>
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №1-->
 
<!--Левый Блок №2-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №2
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №2-->
 
<!--Левый Блок №3-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №3
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №3-->
 <!--Левый Блок №4-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №4
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №4-->
 
<!--Левый Блок №5-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №5
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №5-->
</td>
<!--Конец Левой колонки-->


 
<!--Центральная колонка/Новости-->
<td class='colonkamain'>
 
<!--Название/Новости-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
 
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div id="nov">
Новости Форума
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Название/Новости-->
 
<!--Сами Новости-->
<div class='spacer1'>
</div>
<!--Конец Новостей-->
</td>
<!--Конец Центральной колонки/Новости-->
 

<!--Низ-->
<br>
<table style='width:100%;' cellspacing='3' id='header'>
<tr>
<td colspan='2' style='text-align:left; vertical-align: middle;'>
Здесь чего нить можно разместить...
</td>
<td style='text-align:right'>
 
<!--Нижняя Реклама-->
Сюда вставляем нижнюю рекламу
<!--Конец Нижней Рекламе-->
 
</td>
</tr>
</table>
<br>
<!--Конец низа-->
 
<!--Скрипты-->
 
<!--Скрипт Новостей-->
<script type="text/javascript">
$(function(){
$('div.spacer1').append('<div id="bib"></div>');
$.get('/export.php','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
} });
</script>
<!--Конец Скрипта Новостей-->
 
<!--Скрипт Статистики-->
<script type="text/javascript">
var str=$("#statis").load("/ div.statscon").find("ul.container('')").parent().html()
  $("#statis1 .container").prepend(str);
</script>
<!--Конец Скрипта Статистики-->
 
<!--Конец Контента Вашей Body-->
</textarea>
<!--Конец Обрамления-->
<div><div><div><div><div><div>

0

19

Друзья, всем привет!
Хочу из форума сделать минипортал, где будут заказчики и поставщики (что-то похожее на Авито, Филанс, Кворк, Профи.ру). Но создать отдельный сайт - это пока очень затратно.
Вот ряд вопросов:
1) Можно ли, поставить предмодерацию регистраций и сообщений?
2) Можно, чтоб пользователи не могли писать писать друг другу в ЛС?
3) Можно ли будет сделать, чтоб форум был не двухуровневый, а трех?
4) Можно ли будет по бокам форума вставлять баннеры?
В правильный ли я раздел пишу вопросы?  Их будет много...

0

20

Медоед написал(а):

1) Можно ли, поставить предмодерацию регистраций и сообщений?

Сообщений можно, регистрации нет (только по инвайтам)

Медоед написал(а):

2) Можно, чтоб пользователи не могли писать писать друг другу в ЛС?

Такого вроде нет.

Медоед написал(а):

3) Можно ли будет сделать, чтоб форум был не двухуровневый, а трех?

Если имеется ввиду домен третьего уровня, то все в Ваших руках, регистрируйте хоть десятого )))

Медоед написал(а):

4) Можно ли будет по бокам форума вставлять баннеры?

Скриптом все можно

Медоед написал(а):

В правильный ли я раздел пишу вопросы?  Их будет много...

В правильный, но если очень много вопросов, то создайте тему по Вашему форуму.

+1


Вы здесь » Единый форум поддержки » Форум для новичков » Общие вопросы от новичков (63) #2