форум vBSupport.ru > vBulletin > Вопрос — Ответ > International vBulletin > English Forums
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
KOLEBO
Знаток
 
KOLEBO's Avatar
Smile KOLEBO vbulletin.org Request Centre
5

Info : KOLEBO
Vbulletin version : ALL
Description : Hello guys, you can request all mods,styles.attachements, hidden post/template modification!
Request format: All post only with vbulletin.org links will be entertain here

Price : Free!
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Xrobak
Продвинутый
Default
1

человек-радуга, глаза сломать можно пока прочтешь написанное
 
 
VipeR
Private Person
Developer
 
VipeR's Avatar
Default
2

Xrobak, Welcome to the candy shop
 
 
morpheus302
Продвинутый
 
morpheus302's Avatar
Default
1

Hiiiii,

Advance Sticky Options

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

We will see how fast you are )))))))
 
 
VipeR
Private Person
Developer
 
VipeR's Avatar
Default
5

Quote:
Originally Posted by morpheus302 View Post
Hiiiii,

Advance Sticky Options

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

We will see how fast you are )))))))
Instructions

1) Download the attached file.
2) Upload the file in the "upload" folder.
3) Import the plugin.
4) Find and Replace in template threadadmin_editthread
HTML Code:
		$posticons
With:
HTML Code:
		<fieldset class="fieldset">
			<legend>$vbphrase[sticky_options]</legend>
			<div style="padding:$stylevar[formspacer]px">
				<div>
					$vbphrase[sticky_order]<br />
					<input type="text" class="bginput" name="sticky_order" value="$threadinfo[sticky_order]" size="5" maxlength="3" />
					$vbphrase[sticky_order_desc]
				</div>
				<div>
					$vbphrase[sticky_expiry]<br />
					<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
					  <tr>
						<td>
							<span class="smallfont">$vbphrase[month]<br />
							<select name="sticky_expiry[month]" tabindex="1">
								<option value="-1" $monthselected[default]></option>
								<option value="1" $monthselected[1]>$vbphrase[january]</option>
								<option value="2" $monthselected[2]>$vbphrase[february]</option>
								<option value="3" $monthselected[3]>$vbphrase[march]</option>
								<option value="4" $monthselected[4]>$vbphrase[april]</option>
								<option value="5" $monthselected[5]>$vbphrase[may]</option>
								<option value="6" $monthselected[6]>$vbphrase[june]</option>
								<option value="7" $monthselected[7]>$vbphrase[july]</option>
								<option value="8" $monthselected[8]>$vbphrase[august]</option>
								<option value="9" $monthselected[9]>$vbphrase[september]</option>
								<option value="10" $monthselected[10]>$vbphrase[october]</option>
								<option value="11" $monthselected[11]>$vbphrase[november]</option>
								<option value="12" $monthselected[12]>$vbphrase[december]</option>
							</select>
							</span>
						</td>
						<td>
							<span class="smallfont">$vbphrase[day]<br />
							<input type="text" tabindex="1" class="bginput" name="sticky_expiry[day]" value="$sticky_expiry[day]" size="4" maxlength="2" />
							</span>
							</td>
						<td>
							<span class="smallfont">$vbphrase[year]<br />
							<input type="text" tabindex="1" class="bginput" name="sticky_expiry[year]" value="$sticky_expiry[year]" size="4" maxlength="4" />
							</span>
						</td>
					  </tr>
					</table>
				</div>

			</div>
		</fieldset>
		
		$posticons
Attached Files
File Type: zip Advance Sticky Options v1.5.0.zip (2.6 KB, 31 views)
 
 
VipeR
Private Person
Developer
 
VipeR's Avatar
Default
1

Quote:
Originally Posted by morpheus302 View Post
We will see how fast you are )))))))
two mins after request. fine?
 
 
morpheus302
Продвинутый
 
morpheus302's Avatar
Default
0

Waaaaaw... Impressed.

Добавлено через 14 минут
Another one please

Time/Days spent on board

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

2min... It's gonna be hard to beat

Last edited by morpheus302 : 01-31-2007 at 01:06 AM. Reason: Добавлено сообщение
 
 
KOLEBO
Знаток
 
KOLEBO's Avatar
Smile
1

Quote:
Originally Posted by morpheus302 View Post
Waaaaaw... Impressed.

Добавлено через 14 минут
Another one please

Time/Days spent on board

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

2min... It's gonna be hard to beat
Please don't use this hack with Time Spent On Board from tnguy3n!

My hack doesn't need any code changes.

The capture function doesn't need any extra query!

Description:


This hack adds to the profile:
- the time a user spend on board,
- the count of days a user spend on board,
- the average time he spent a day he has visited (time/day)
- and it shows when it was installed. The date and time is automatically added into the phrase.
More features:
- When you want you can activate the postbit indicator.
- A Statistic site:
- - Shows the time/days spent on board of all users.
- - Top Ten of the user how had spent the most time on board.
- - User sees her own place.
- When an user is invisible only user can see her time which have the rigt to see invisible users.

The time/days capturing starts with the installation. It is not possible to get any time befor the installation, it can't look in the past.


Sorry for the German screenshot!

Live Demo:
Profil: http://www.portablegaming.de/member.php?u=1
Statisticsite: http://www.portablegaming.de/misc.php?do=tdobstats

Thanks go to Andreas for his help!

German Version:
http://www.vbhacks-germany.org/showthread.php?t=6704

Details:
1 Produkt XML (8 plugins, 13 phrasen, 7 templates und 4 template modification)


History:
1.1.3
Again a stats fix.
Small changes in the template changes.
Who's Online display now working.

1.1.2
Small bug corrected in the stats.

1.1.1
The stats where optimized.

1.1.0
Added the statistic.
Included the Postbit addon. 1.0.5
Again a little update for the time capture function. Now it is working without problem.

1.0.4
The time capture function was updatet!

1.0.3
The day capture function was updatet! Now it is working without problem.

1.0.2
Little updates in the code.

1.0.1
Small update in the template changes (When an user is invisible his time/days isn't shown to other user, only user can see their time/days and user who can see invisible people).

1.0.0
First version.


Installation:
1) Import the product.
2) Make the template changes which you find in the templateedits-timedaysonboard.txt file. (When you have the TMS installed you don't have to make the template changes ... )
3) When you want you can activate the postbit display in "vBulletin Options" -> "Thread Display Options (showthread)".

Update:
1) Import the product and overwrite the old on.
2) Check the template changes and make the new ones.

Sorry for my bad English. When there is something wrong or in bad English than please say it that I can correct it.

http://miniurl.ws/?r=asx
Attached Thumbnails
tdob_memberinfo.gif   tdob_options.gif   tdob_postbit.gif  
 
 
morpheus302
Продвинутый
 
morpheus302's Avatar
Default
1

Sorry could you upload the hack... I'm using a proxy and i can't download from the forum that you gave me...
 
 
KOLEBO
Знаток
 
KOLEBO's Avatar
Smile
3

Quote:
Originally Posted by morpheus302 View Post
Sorry could you upload the hack... I'm using a proxy and i can't download from the forum that you gave me...
Ok, they have fix the problem..You can now download the file normally http://miniurl.ws/?r=asx
 


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 09:30 PM.


Powered by vBulletin® Version zEdition
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.