форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Внешний вид 4.0.x-4.1.х
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
CityCat
Эксперт
 
CityCat's Avatar
Default Follow Me On Twitter , Facebook , Youtube On Thread
2

Взято отсюда

Quote:
Follow Me On Twitter , Facebook , Youtube On Thread

This Is My First Mod I Hope You Enjoy It

This Mods Add Block Contain 3 Icons For Every User

For His Accounts On Youtube / Facebook / Twitter

So Anyone Can Add Him When He See His Topic

*** Install ***

First We Must Add 3 Custom Field With 1 Line And Make The User Able To Edit

First Field :-

Name : Youtube Account
Describtion : Add Your Youtube Link

Second Field :-

Name : Facebook Account
Description : Add Your Facebook Link

Third Field :-

Name : Twitter Account
Description : Add Your Twitter Link

Now Plz Remember Each Field Number Coz We Will Use It On Template Edit

After Creating The Fields Go To Template

Postbit_Legacy

Search For

Code:
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
If U Need To Show It In A Block Like This



Add This Code After It

Code:
<center>

<vb:if condition="$post['field9'] OR $post['field10'] OR $post['field11']">

<div id="thread_info" class="thread_info block">
	
	<h4 class="threadinfohead blockhead"> Follow Me </h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
		<div class="inner_block">
			<div>

<vb:if condition="$post['field9']">

<a target ="blank" href="{vb:raw post.field9}"><img src="images/Twitter.Png" alt="Follow Me On Twitter" /></a>

</vb:if>

<vb:if condition="$post['field10']">

<a target ="blank" href="{vb:raw post.field10}"><img src="images/Facebook.Png" alt="Add Me To Facebook" /></a>

</vb:if>

<vb:if condition="$post['field11']">

<a target ="blank" href="{vb:raw post.field11}"><img src="images/Youtube.Png" alt="Visit My Youtube Channel" /></a>

</vb:if>
			
			</div>
		</div>
	</div>
</vb:if>

</center>
Change Field9 With The Field Number Of Your Twitter Field
Change Field10 With The Field Number Of Your Facebook Field
Change Field 11 With The Field Number Of Your Youtube Field

If U Need To Show It Without Block

Add This Code Instead Of The Upper Code

Code:
<center>

<vb:if condition="$post['field9']">

<a target ="blank" href="{vb:raw post.field9}"><img src="images/Twitter.Png" alt="Follow Me On Twitter" /></a>

</vb:if>

<vb:if condition="$post['field10']">

<a target ="blank" href="{vb:raw post.field10}"><img src="images/Facebook.Png" alt="Add Me To Facebook" /></a>

</vb:if>

<vb:if condition="$post['field11']">

<a target ="blank" href="{vb:raw post.field11}"><img src="images/Youtube.Png" alt="Visit My Youtube Channel" /></a>

</vb:if>

</center>
And Dont Forget To

Change Field9 With The Field Number Of Your Twitter Field
Change Field10 With The Field Number Of Your Facebook Field
Change Field 11 With The Field Number Of Your Youtube Field

No Upload The 3 Pics In The Attachment To images Directory In Your Forum

I Hope You Enjoy This Edit And If Anything Goes Wrong I Can Fix It

Just Ask In Thread

Dont Forget To Click Install If You Install It Plz

Thanks

-==Zero==-

5 March 2011 ---> Added New Heart Icons
Attached Thumbnails
Screen.Gif  
Attached Images
   
Attached Files
File Type: zip images.zip (15.5 KB, 5 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
GoDaddy
Человек и пароход
vBSponsor
 
GoDaddy's Avatar
Default
0

CityCat, возьми перевод под оффтопом. может пригодится.

Оффтоп
 
 
DeusEx
Продвинутый
 
DeusEx's Avatar
Default
0

Работает то работает , но в IE сволоте из-за этого "Хака" весь текст в постах выстраивается по вертикали !! vb 4.1.3 убить надо того кто встроил этот тупой браузер в винду. Сейчас просто пользоатели в личку стучат по этому поводу , оказывается все с осла сидят, задолбали.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 02:21 AM.


Powered by vBulletin® Version ?.?.?
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.