The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 29
Search took
0.01
seconds.
Search:
Posts Made By:
zascok
Forum:
vBulletin 4.x Add-ons
04-03-2013, 03:56 AM
Replies:
384
Anti-Spam Options -
KeyCAPTCHA - Interactive CAPTCHA with Social Features
Views:
206,635
Posted By
KeyCAPTCHA
Hi! Please download plugin from keycaptcha.com...
Hi!
Please download plugin from keycaptcha.com - it supports mobile theme (but mobile theme name should contain word 'mobile')
There are only two frontend phrases regarding KeyCAPTCHA and you can...
Forum:
vB4 Programming Discussions
09-21-2012, 12:08 PM
Replies:
4
exclude forums from @stream
Views:
1,251
Posted By
kh99
That code works, but only when replying to an...
That code works, but only when replying to an existing thread. If you want to stop new threads from going in the activity stream, you can use the same code in an additional plugin on hook...
Forum:
News and Announcements
09-17-2012, 10:21 AM
Replies:
10
vB5 Connect (Beta) Forums
Views:
12,330
Posted By
RSNF
Hopefully never!!!!
Hopefully never!!!!
Forum:
vBulletin 4.x Add-ons
09-07-2012, 11:05 AM
Replies:
172
End-User Options -
Classifieds: Mark Thread as "Sold"
Views:
38,097
Posted By
ScottishScoobie
Done nothing more than wait, and now its working....
Done nothing more than wait, and now its working.
voted for MOTM
Forum:
vB4 Design and Graphics Discussions
09-05-2012, 12:30 PM
Replies:
2
How to get rid of the gap?
Views:
592
Posted By
HMBeaty
Go to your stylevar header_margin and make sure...
Go to your stylevar header_margin and make sure the value for bottom is 0
Forum:
vBulletin 4.x Add-ons
09-02-2012, 12:58 PM
Replies:
13
Mini Mods -
[rellect] Prefix for closed threads
Views:
4,322
Posted By
rellect
Currently no, but I'll consider add that to the...
Currently no, but I'll consider add that to the next update.
Forum:
vBulletin 4.x Add-ons
08-10-2012, 08:21 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,568
Posted By
ryohnosuke
I like this mod! is there any way to fix the box...
I like this mod! is there any way to fix the box position? Actually is crazy.
https://vborg.vbsupport.ru/external/2012/08/15.png
Saludos.
Forum:
vBulletin 4.x Add-ons
08-09-2012, 03:02 PM
Replies:
240
Show Thread Enhancements -
Lower Breadcrumbs
Views:
46,866
Posted By
Lynne
You could modify the SHOWTHREAD template and just...
You could modify the SHOWTHREAD template and just add {vb:raw breadcrumbs} where you want (and not within the condition it is currently within) and then remove the find/replace code from the "Add...
Forum:
vBulletin 4.x Add-ons
08-07-2012, 10:46 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,568
Posted By
Valter
You need to remove this (template sc_thumbs_box):...
You need to remove this (template sc_thumbs_box):
<a href="#{vb:raw contentid}">
and of course closing tag:
</a>
https://vborg.vbsupport.ru/showpost.php?p=2353400&postcount=94
Forum:
vBulletin 4.x Template Modifications
08-06-2012, 06:57 PM
Replies:
11
Profile Enhancements -
Simple Profile picture Effect
Views:
3,422
Posted By
ramesh_umk3
Add this too code is supported to some more...
Add this too code is supported to some more browsers :)
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
Forum:
vB4 General Discussions
08-05-2012, 04:17 PM
Replies:
3
variable for small avatars
Views:
572
Posted By
Lynne
You mean what is the variable in the template? ...
You mean what is the variable in the template? Here is the relevant code from the template activitystream_forum_thread
<vb:if condition="$userinfo['showavatar']">
<div class="avatar">
<img...
Forum:
vBulletin 4.x Template Modifications
08-04-2012, 01:57 PM
Replies:
36
Miscellaneous Hacks -
Create "Back to top" button using jQuery in one step.
Views:
12,533
Posted By
xixxon
Thanks for supporting :up: :D
Thanks for supporting :up: :D
Forum:
vBulletin 4.x Add-ons
07-18-2012, 10:00 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,568
Posted By
Scandal
[AJAX] Thumbs Up?
Thumbs up/down system for all content of vBulletin!
This mod gives a simple thumbs system for:
Forum posts
Pictures
Picture comments
Profile visitor messages
Social group messages
Forum:
vB3 General Discussions
07-07-2012, 12:28 PM
Replies:
16
Disable reputation in certain forums!
Views:
1,965
Posted By
kh99
You should be using Plugins & Products > Download...
You should be using Plugins & Products > Download / Upload Plugins, then scroll to the bottom and use the "Browse" button to find the xml file on your computer. (but if you want to use "Add New...
Forum:
vBulletin 4.x Template Modifications
06-22-2012, 09:20 PM
Replies:
41
Forum Display Enhancements -
Reputation as Numbers and/or Green Bars
Views:
14,958
Posted By
dwx
OK, I just left the green dots alone, and I ...
OK, I just left the green dots alone, and I added another line for Reputation to the end of my user's information:
Look for this:<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase...
Forum:
vBulletin 4.x Template Modifications
06-20-2012, 06:51 PM
Replies:
106
Forum Home Enhancements -
How to change the (What's Going On?) box to100% in forumhome
Views:
27,648
Posted By
itzkr0me
In 4.2 (Custom Style) I had to move the...
In 4.2 (Custom Style) I had to move the following:
<vb:if condition="$show['sidebar']">
</div>
</div>
<div id="sidebar_container" class="<vb:if condition="$show['sidebarposition'] ==...
Forum:
Modification Requests/Questions (Unpaid)
02-29-2012, 08:53 AM
Replies:
27
Allow all members to edit first post of a thread if it has certain prefix
Views:
5,137
Posted By
0lly
Allow all members to edit first post of a thread if it has certain prefix
I would like to make it so that any member of my forum can edit the first post of a thread if it had a specific prefix.
EG: When a member posts a thread, they can choose a prefix called...
Forum:
vBulletin 3 Articles
07-05-2011, 10:00 PM
Replies:
154
How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org
Views:
51,948
Posted By
BirdOPrey5
How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org
Note: These instructions are for VB 3.8. See post #35 by michal72 for a VB4 adaptation.
First off, the "Likes" system on vBulletin.org is custom and does not use any other hacks- however it is too...
Forum:
vBulletin 4.x Add-ons
06-20-2011, 10:00 PM
Replies:
13
New Posting Features -
[DarkZtar] Next Bump (Information & Prevention)
Views:
7,344
Posted By
CheeSie
[DarkZtar] Next Bump (Information & Prevention)
Next Bump (Information & Prevention)
Easily define a minimum time that must pass between your members bumping (posting in same thread as where they were the last poster) a thread. Display a box...
Forum:
vBulletin 4.x Add-ons
03-20-2011, 10:00 PM
Replies:
35
Show Thread Enhancements -
Report templates
Views:
6,843
Posted By
Vitaly
Report templates
Features:
This addon significantly simplifies reporting wrong posts to moderators. It does 2 major things:
Show nice dialig with ajax. No more boring page reloads
Allows to select text from...
Forum:
vBulletin 4.x Add-ons
08-12-2010, 10:00 PM
Replies:
308
Show Thread Enhancements -
iQuote - fast & nice text quoting
Views:
52,816
Posted By
Vitaly
iQuote - fast & nice text quoting
Features:
This mod helps to easily quote selected message text. When you select text with mouse, you'll see popup menu, which can copy quote to fast reply box. See screenshot.
How to install:
...
Forum:
vBulletin 4.x Template Modifications
07-04-2010, 10:00 PM
Replies:
14
vBulletin CMS Widgets -
Make vBadvance Widget look like vBulletin CMS
Views:
6,356
Posted By
xxEarluxx
Make vBadvance Widget look like vBulletin CMS
This mod will alter the default look of your vBadvanced Widget and give it a similar look to that of your vBulletin CMS . All colors can be customized trough the CSS code given.
This is my fist mod...
Forum:
vBulletin 4.x Add-ons
03-09-2010, 10:00 PM
Replies:
815
Add-On Releases -
Picture and Album Gallery
Views:
198,630
Posted By
HCGB
Picture and Album Gallery
Picture and Album Gallery for vB4
This is a simple mod written out of frustration with the lack of such a basic feature in vb4 (and vb3, etc....) :mad:
Features:
Adds a Gallery drop-down...
Forum:
vBulletin 4.x Add-ons
03-01-2010, 10:00 PM
Replies:
74
Private Messages Enhancements -
Quote Post in PM
Views:
20,958
Posted By
Makc666
Quote Post in PM
Quote Post in PM
=================
Info:
=================
This product adds a new option in user's popup menu "Quote this post in PM" with the new URL having the title attribute "Quote this...
Forum:
vBulletin 4.x Template Modifications
02-09-2010, 10:00 PM
Replies:
66
Miscellaneous Hacks -
To-the-top button in postbit footer.
Views:
17,956
Posted By
trilOByte
To-the-top button in postbit footer.
This simple mod does what is says on the tin, it adds a Top button in the postbit footer using the vBulletin 4.0.2 css convention for mouseover buttons.
Note: This mod is NOT compatible with...
Showing results 1 to 25 of 29
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
06:15 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02739 seconds
Memory Usage
2,071KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(60)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0009
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
FULLTEXT Search
php_sapi_name(): fpm-fcgi