Форум поддержки пользователей ZeroParking

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

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



Ищу скрипт

Сообщений 121 страница 150 из 999

121

Тейлор Момсен написал(а):

3)Как сделать "Форум,участники и т.д." по середине?

<style type="text/css">
#pun-navlinks .container {
text-align: center;
}
</style>

Ставить в верх.

Тейлор Момсен написал(а):

2) Как сделать форум на всю страницу?Оо

Если правильно поняла:

<style>
    #pun {margin: auto; width : 100%;}
    </style>

Тоже в верх.

С первым не помогу. Могу только сказать что делается это через свой стиль.)

0

122

Ви
Пасибо большое :jumping:
Кхем..Вот я и думаю как бы сделать это первое... :dontknow:  :rain:

0

123

Ну помогитееееееееююююююююююю:(( http://forumupload.ru/uploads/0002/25/06/8548-1.gif

1) Хочеться что бы было как тут-
http://i044.radikal.ru/1003/56/7edd025fe681.jpg
Картинка сразу захватывает и меню, и + идет как шапка... :dontknow:

2) Кхем...Люди...И еще один вопорсик можно? :flirt:
Как сделать рамку (ну вот эти линии которые отмечены красным цветом)вообщем вот всю эту табличцу(линии)  бесцветной,всмысле убрать её или слить с фоном?
http://i035.radikal.ru/1003/6f/376540cd3b56.jpg

Отредактировано Тейлор Момсен (2010-03-27 14:16:14)

0

124

Здраствуйте а где я могу найти скрипт на календарь и часики для позитивного форума??

0

125

Срочно ищу скрипт, что бы форум был по центру)Но не сообщения!Плис!

0

126

Прошу помочь, видела на одном форуме измененные в размере надписи Новые сообщения, Активные темы, Темы без ответов и прочее.. Кто знает скрипт?

И еще очень нужен скрипт передвигающий значки сообщений)))))))

Отредактировано Linda_ (2010-03-28 21:06:39)

0

127

Тейлор Момсен
А у тебя свой стиль стоит?

0

128

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

А у тебя свой стиль стоит?

Нет...  :shine:

0

129

Тейлор Момсен
ну тогда я помочь тебе ни чем не могу(

0

130

Linda_
Блин...  :(

0

131

У меня вопрос. А есть скрипт на тег

Код:
[mod][/mod]

(или что-то похоже). Если есть, то можете дать? http://forumupload.ru/uploads/0002/25/06/8548-1.gif

Отредактировано Дэниел Рубертон (2010-04-07 09:03:54)

0

132

[mod][/mod]

0

133

Вот такое мне нужно.
Можете дать скрипт?

0

134

Ой, уже не нужно. Я нашел.

0

135

В панель навигации:
Там где панель навигации я добавила новые пункты меню картинками то же самое что и ссылками. Теперь встала проблема - как убрать то, что идет ссылками?
Форум: http://pendulum.rolka.su/
Я пыталась, но не выходило...

Или существует скрипт, который позволяет делать ссылки в панели навигации картинками? Вместо ссылок картинки поставить и все...

Если можете то выдайте скрипт либо тот либо второй... очень нужно, прошу.... http://forumupload.ru/uploads/0002/25/06/8547-5.gif

0

136

Grey Lady, существует.)

<script type="text/javascript">
var itemMass = new Array("<img src=http://ссылка на кнопку форум>", "<img src=http://ссылка на кнопку участники>", "<img src=http://ссылка на кнопку правила>", "<img src=http://поиск>", "<img src=http://профиль>", "<img src=http://сообщения>", "<img src=http://администаторская>", "<img src=http://регистрация>", "<img src=http://вход>", "<img src=http://выход>");
var itemIdMass = new Array("navindex", "navuserlist", "navrules", "navsearch", "navprofile", "navpm", "navadmin", "navregister", "navlogin", "navlogout");
for(i=0; i<itemIdMass.length; i++){
if(document.getElementById(itemIdMass[i])){
    var str = document.getElementById(itemIdMass[i]).firstChild.firstChild
    str.innerHTML=itemMass[i];
}
}
</script>

0

137

Ви
ооо... спасибо)))) я его обыскалась честно)
с меня + ))

0

138

Grey Lady, пожалуйста)

0

139

Ви
а как мне его по центру разместить? хд

0

140

Ви
о, не надо)) все нормально)

0

141

Не подскажите, есть ли скрипт на дополнительные цвета в форме ответа? Очень надо.

0

142

_secret_

Код:
<table><tr>
<td onclick="return changeVisibility('mycolor', this)"><img src="http://forum.mybb.ru/i/color_swatch.png" alt="Мои цвета" /></td></tr></table>
<div class="container" id="mycolor" style="display:none;width:400px">
<table cellspacing="0">
<tr>
    <td style="background-color:#00FF00" height="1px" width="1px" onclick="bbcode('[color=#00FF00]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#00FFFF" height="1px" width="1px" onclick="bbcode('[color=#00FFFF]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#66FF66" height="1px" width="1px" onclick="bbcode('[color=#66FF66]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#CCFF00" height="1px" width="1px" onclick="bbcode('[color=#CCFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#CCFFCC" height="1px" width="1px" onclick="bbcode('[color=#CCFFCC]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FFFF00" height="1px" width="1px" onclick="bbcode('[color=#FFFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FFFF99" height="1px" width="1px" onclick="bbcode('[color=#FFFF99]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#00CC66" height="1px" width="1px" onclick="bbcode('[color=#00CC66]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#339966" height="1px" width="1px" onclick="bbcode('[color=#339966]', '[/color]'); return changeVisibility('mycolor', this)"></td>
    <td style="background-color:#6699CC" height="1px" width="1px" onclick="bbcode('[color=#6699CC]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#CCCC66" height="1px" width="1px" onclick="bbcode('[color=#CCCC66]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#9999FF" height="1px" width="1px" onclick="bbcode('[color=#9999FF]', '[/color]'); return changeVisibility('mycolor', this)"></td>
    <td style="background-color:#cc6633" height="1px" width="1px" onclick="bbcode('[color=#CC9933]', '[/color]'); return changeVisibility('mycolor', this)"></td>
</tr>
<tr><td style="background-color:#CC66CC" height="1px" width="1px" onclick="bbcode('[color=#CC66CC]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FF6600" height="1px" width="1px" onclick="bbcode('[color=#FF6600]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FF6666" height="1px" width="1px" onclick="bbcode('[color=#FF6666]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#003333" height="1px" width="1px" onclick="bbcode('[color=#003333]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#003366" height="1px" width="1px" onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#0033FF" height="1px" width="1px" onclick="bbcode('[color=#0033FF]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#333300" height="1px" width="1px" onclick="bbcode('[color=#333300]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#663399" height="1px" width="1px" onclick="bbcode('[color=#663399]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#CC3333" height="1px" width="1px" onclick="bbcode('[color=#CC3333]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FF3300" height="1px" width="1px" onclick="bbcode('[color=#FF3300]', '[/color]'); return changeVisibility('mycolor', this)"></td>
    <td style="background-color:#FF66FF" height="1px" width="1px" onclick="bbcode('[color=#FF66FF]', '[/color]'); return changeVisibility('mycolor', this)"></td>
    <td style="background-color:#003366" height="1px" width="1px" onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td>
    <td style="background-color:#FF3366" height="1px" width="1px" onclick="bbcode('[color=#FF3366]', '[/color]'); return changeVisibility('mycolor', this)"></td>
</tr>
<tr><td style="background-color:#660033" height="1px" width="1px" onclick="bbcode('[color=#660033]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#990000" height="1px" width="1px" onclick="bbcode('[color=#990000]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FF0000" height="1px" width="1px" onclick="bbcode('[color=#FF0000]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#FF0066" height="1px" width="1px" onclick="bbcode('[color=#FF0066]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#9966FF" height="1px" width="1px" onclick="bbcode('[color=#FFCCCC]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#ffcc66" height="1px" width="1px" onclick="bbcode('[color=#ffcc66]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#666633" height="1px" width="1px" onclick="bbcode('[color=#666633]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#cc6633" height="1px" width="1px" onclick="bbcode('[color=#cc6633]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#99ff00" height="1px" width="1px" onclick="bbcode('[color=#99ff00]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#cccccc" height="1px" width="1px" onclick="bbcode('[color=#cccccc]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#66B3FF" height="1px" width="1px" onclick="bbcode('[color=#66B3FF]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#336666" height="1px" width="1px" onclick="bbcode('[color=#336666]', '[/color]'); return changeVisibility('mycolor', this)"></td>
     <td style="background-color:#ff9999" height="1px" width="1px" onclick="bbcode('[color=#ff9999]', '[/color]'); return changeVisibility('mycolor', this)"></td>
</tr>
     </table>
     </div>

Попробуйте этот.
Правда иконка будет располагаться чуть ниже окна быстрого ответа

Отредактировано Toshiro-kun (2010-05-02 20:57:53)

0

143

Toshiro-kun
спасибо большое))

0

144

Хм, а кто-нибудь знает скрипт (А может и тег, я не знаю точно) на код баннера. То есть стоит сам баннер картинкой, а прямо под ним его код?

0

145

~Sinichka~ написал(а):

а прямо под ним его код?

http://s59.radikal.ru/i163/1005/55/b63f7782d11ft.jpg

~Sinichka~ написал(а):

на код баннера.

Код:
<a href="ссылка на форум" target=_blank><img src="ссылка на картинку банера" border="0" title=" название" width=88 height=31></a>

0

146

Прости наверно и есть где-то этот скрип но я не могу найти... http://forumupload.ru/uploads/0002/25/06/8548-1.gif
Вот как здесь ( http://newmoon.rolevaya.ru/ ) навигатор как сделать? :blush:

0

147

ищу скрипт для того, чтоб таблица была сбоку.
Заранее премного благодарю.

0

148

poch.emu написал(а):

ищу скрипт для того, чтоб таблица была сбоку.
Заранее премного благодарю.

вроде это...

Код:
<div id="mybb-counter" style="display:none">
<script type="text/javascript"><!--
new Image().src = "http://counter.yadro.ru/hit;ruhelp?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape('PARTNER_PAGE_712')+";"+Math.random();//--></script>
</div>

<div id="html-header">
	<style>
#pun {
  margin: auto 24px auto 186px;
  width : 870px;}
.sidbar {background: transparent url(http://i009.radikal.ru/0908/34/c646503d774e.png); width: 188px; height: 1600px; border: 1px solid; position: absolute; z-index: 1000;  top: 0px; right: 310px; left: 5px;}
.sidbar h1 , .sidbar h2 , .sidbar h3 {
background:  transparent  url(http://vpsz.narod.ru/fon/zel/fg107.jpg); height: 17px; text-align: center; color: #496690; border: 0px none; width: 90%; margin: auto;}
.sidbar p {padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; text-align: center;}
</style>
<div class="sidbar">
<p>
<script language="JavaScript">
<!--
var a=Math.round(Math.random()*2)
image = new Array();
image[0]="ссылка картинки"
image[1]="ссылка картинки"
image[2]="ссылка картинки"
document.write ("<img src="+image[a]+">");
//-->
</script>
<p>
<h3><b>Новости форума</b></h3>
<i><b>Дорогие ... твой текст</b><br>
</a><br>
</i></a><br>
</p><h3><i> Наш Баннер</i></h3>
<p>
<br>код твоего баннера
<br>
<i><b>Код:</b></i><br>
<textarea name="news" cols=3 rows=2>код твоего баннера</textarea>
</p><h3><i> Друзья форума</i></h3>
<p>
<i><b>Предлагаем Вам посетить форумы наших друзей:</b></i>
<center>баннер друга<center>
БАННЕРЫ</center>
</marquee></center>
</p></p>
<h3><i> Чат</i></h3>
<p><br>
ВСТАВЛЯЕШЬ КОД ЧАТА<br>
</p>
<h2><i>Текущее время</i></h2><br><p>КОД ТВОЕГО КАЛЕНДАРЯ<br><br><SCRIPT language=JavaScript>
<!--
d0 = new Date('дата создания форума'); (на английском вот так например, August 10, 2009)
d1 = new Date();
dt = (d1.getTime() - d0.getTime()) / (1000*60*60*24);
document.write('<b><i>Форуму</i></b> ' + Math.round(dt) + '<b>-й день.</b>');
-->
</SCRIPT></p></div>

0

149

Принцесса Сатти
огромное вам спасибо!

0

150

всё обыскал!
Подскажите пожалуйста скрипт, чтобы категории и форумы были не прозрачные как фон?
А то просто всё одного цвета!
http://narutobleachrpggame.mybb.ru/

0



Рейтинг форумов | Создать форум бесплатно