Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

Saphire template addon..

Есть любые вопросы, связанные со стилями/темами для phpBB 2.0.x? Ишите ответы здесь!
bartezas16
phpBB 1.2.1
Сообщения: 29
Стаж: 17 лет 2 месяца

Saphire template addon..

Сообщение bartezas16 »

Hi :wink: I've question...How i can make these buttons descriptions e.g http://img177.[censor].us/img177/3207/wwwmy5.png
"Log in to check your private messages" ?I want do that on other template...
Аватара пользователя
TUMS
phpBB 2.0.0
Сообщения: 244
Стаж: 18 лет 6 месяцев
Откуда: Msk, RU

Сообщение TUMS »

Bartezas, u're registered everywhere =)
maybe some kind of

Код: Выделить всё

<a href="..." title="Log in to check your private messages">Log in to check your private messages</a>
?

Добавлено спустя 24 минуты 24 секунды:
Mike TUMS:
what he forgot at RUSSIAN phpBB comminity? =)

DualFusion:
hes talikng about something else

DualFusion:
ill show u

DualFusion:
http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm

DualFusion:
http://www.dynamicdrive.com/dynamicindex5/linkinfo2.htm
Добавлено спустя 15 минут 6 секунд:
DualFusion:

Код: Выделить всё

<script>
<!--
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}
function changetext(text){
if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions") document.all.descriptions
cross_el.innerHTML=text
}
else if (document.layers){
document.d1.document.d2.document.write(text)
document.d1.document.d2.document.close()
}
}
function appear(){
document.d1.visibility='show'
}
window.onload=regenerate2
//-->
</script>
DualFusion :

give him that script
tell him to put that script in the overall_header.tpl right before the </head>
then also, there for everylink there is tell him to add this to the <a> attribute:

Код: Выделить всё

onMouseover="changetext({L_LINK})"
but tell him to replace {L_LINK} with whatever the lang var of that link is

then under all the links tell him to put the following:

Код: Выделить всё

<ilayer id="d1" width="200" height="200" visibility="hide">
<layer id="d2" width="200" height="200">
<div id="descriptions" align="left">
Welcome!
</div>
</layer>
</ilayer>
and tell him to change the width and height vars

Вернуться в «Стили для phpBB 2.0.x»