Студия креативных разработок DevArt.PRO.
Разработка сайтов и форумов под ключ!
Сильнейшая команда в России по vBulletin - читать подробнее...
 
 
 
 

 
 
Здесь скоро опять что то будет...
 
 
 
 
 
 
Loading

Вернуться   форум vBSupport.org > Вопрос — Ответ > Вопрос — Ответ > Запросы / Requests

Объявления
  • Изменения в правах
  • Каталог Фрилансеров
  • Добро пожаловать!
  • Premoderation
  • Новичкам!
  • For English speaking users
Ответ
 
Опции темы Опции просмотра
Старый 15.12.2005, 09:19   #1
Продвинутый
Hacks request & Style

Someone can give me these hacks please?

http://www.vbulletin.org/forum/showthread.php?t=91729

http://www.vbulletin.org/forum/showthread.php?t=93094

http://www.vbulletin.org/forum/showthread.php?t=93543

http://www.vbulletin.org/forum/showthread.php?t=92895
(and code)

http://www.vbulletin.org/forum/showthread.php?t=94023 (and code)

http://www.vbulletin.org/forum/showthread.php?t=83247

http://www.vbulletin.org/forum/showthread.php?t=100992 (only code)

And the TrenZ skin for vBulletin 3.5.2 updated, please.
  Ответить с цитированием
Рекламка
Реклама на форуме

Файловый Архив

  • Неограниченное количество категорий и суб-категорий
  • Тонкие настройки прав доступа
  • Предпросмотр медиа файлов: FLV, IFLV, F4A, F4V, MP4, MP3, MOV и других...
  • Мультизагрузка файлов - SWFUploader
  • Добавление файлов с сервера
Подробности и история обновлений продукта в этой теме
Старый 15.12.2005, 10:36   #2
TOXACb
Знаток
 
Аватар для TOXACb
http://www.vbulletin.org/forum/showthread.php?t=92895
(and code)
PHP код:
<script type="text/javascript" src="clientscript/fixed_position_ie.js"></script>
<script type='text/javascript'>
    var agtbrw=navigator.userAgent.toLowerCase();
    var operaaa=(agtbrw.indexOf('opera')!=-1);
    var head="display:''";
    var folder='';
    function expandit(curobj){
    if(document.getElementById(curobj)){
      folder=document.getElementById(curobj).style;
      }else{
    
    if(ns6==1||operaaa==true){
        folder=curobj.nextSibling.nextSibling.style;
    }else{
        folder=document.all[curobj.sourceIndex+1].style;
    }
       }
    if (folder.display=="none"){folder.display="";}else{folder.display="none";}
    }
    mytagid = Math.floor( Math.random() * 10000 );
</script>
<style type="text/css">
#pm_popup {
    position:fixed;
    top:250px;
    border:1px solid;
    width:64%;
    margin-right:18%;
    margin-left:18%;
}

</style>
<div id="pm_popup">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <tr>
            <td class="tcat">
                <span class="smallfont" style="float:$stylevar[right]"><a href="#" onclick="expandit('pm_popup');">Close</a></span>
                    You have a private message!
            </td>
        </tr>
        <tr>
            <td class="panelsurround" align="center">
                <div class="panel">
                    <div align="center">
                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                            <tr>
                                <td>
                                    You're newest message is from <b>$newpm[fromusername]</b>, entitled <b>'$newpm[title]'</b>
                                    <br />
                                </td>
                            </tr>
                            <tr>
                                <td align="center">
                                    <br /><br />
                                    <a href="#" onclick='window.open("private.php?do=showpm&pmid=$newpm[pmid]", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=ye  s,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Read this message</a>
                                    <br /><br />
                                    <a href="#"  onclick='window.open("private.php", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=ye  s,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Go to my PM inbox</a>
                                </td>
                            </tr>
                        </table>
                    </div>
                </div>


                <div style="margin-top:$stylevar[cellpadding]px">
                    <form><input type="button" class="button" value="Close this popup" onclick="expandit('pm_popup');" /></form>
                </div>
            </td>
        </tr>
    </table>
</div> 
http://www.vbulletin.org/forum/showthread.php?t=94023 (and code)
Код:
Fresh Installation:

1) Upload all files in UPLOAD to their directories.

2) Import the product-vBSupport.xml
(Goto your AdminCP, then goto Manage Products, Add/Import A Product)

3) In Template navbar

Find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

Replace With:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
<td class="vbmenu_control"><a href="vBSupport.php$session[sessionurl_q]">vBSupport</a></td>
</if>

*UPGRADE INFORMATION*

1) Reupload all files in UPLOAD to their directories.

2) Goto Plugin System -> Manage Products.

3) Choose Add/Import A Product.

4) Select the product-vBSupport.xml file, and set the Allow
Overwrite option to Yes.

5) Run the Rebuild Info to rebuild some extra info.

If you have already done the template edit, it will be the same
and you are finished with the install.
http://www.vbulletin.org/forum/showthread.php?t=100992 (only code)

Код:
Added:

If your having a problem determining the exact path to your forums
Put the following code on a page all by its self.

PHP Code:
<?php 
echo getcwd(); 
?> 

Name the page something like findpath.php and upload it to your forums root directory.
Open this page in your browser and it will display the exact path to your forums root.
And the TrenZ skin for vBulletin 3.5.2 updated, please.
Please take a link.
Вложения
Тип файла: zip ALL_IN_ONE.zip (499.5 Кб, 32 просмотров)
  Ответить с цитированием
Старый 15.12.2005, 13:25   #3
anonym666
Знаток
And the TrenZ skin for vBulletin 3.5.2 updated, please.
Please take a link.

???

Графику не надо, только style файлы если можно tren_z, oivar, applied
  Ответить с цитированием
Старый 15.12.2005, 16:23   #4
TOXACb
Знаток
 
Аватар для TOXACb
Цитата:
Сообщение от anonym666
Графику не надо, только style файлы если можно tren_z, oivar, applied
Ссылку давай.
  Ответить с цитированием
Старый 15.12.2005, 20:17   #5
JorgeX
Продвинутый
Thanks to you very much! I love vbsupport.org! xD

010101 добавил 15.12.2005 в 20:17
Some link for Extremepixels vBulletin skin 3.5.2?

Последний раз редактировалось JorgeX; 15.12.2005 в 20:17.. Причина: Добавлено сообщение
  Ответить с цитированием
Старый 22.02.2006, 01:48   #6
Phantom
Знаток
 
Аватар для Phantom
TOXACb, вот ссылка на tren_z:
http://www.extremepixels.com/forum/index.php?styleid=48

Очень нужен этот стиль, залейте, пожалуйста, у кого есть возможность (версия 3.5-3.5.2)!
  Ответить с цитированием
Старый 06.03.2006, 05:16   #7
JorgeX
Продвинутый
Someone have the link ???
  Ответить с цитированием
Ответ

Закладки

Опции темы
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.



 
 

Текущее время: 20:50 24.05.2012. Часовой пояс GMT +4.


Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd. Перевод: zCarot