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 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 434
Search took
0.01
seconds.
Search:
Posts Made By:
cclaerhout
Forum:
vBulletin 3.8 Add-ons
04-18-2012, 06:25 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
<a...
<a href="http://xenforo.com/community/resources/advanced-bbcodes-toolbar.623/" target="_blank">Version 3.0</a> is now available on a different system.
Forum:
vBulletin 3.8 Add-ons
11-23-2011, 06:48 AM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
23 November 2011: 2.1 version > New PRIVATE and...
23 November 2011: 2.1 version
> New PRIVATE and CUSTOM PRIVATE BBcodes; allow to display confidential message only to authorized users; tested on :
MESSAGES IN SHOWTHREAD, MESSAGES IN PRINTHREAD,...
Forum:
vBulletin 4.x Add-ons
08-29-2011, 09:19 AM
Replies:
2,765
New Posting Features -
[DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]
Views:
546,006
Posted By
cclaerhout
Yes, just deactivate the notifications module,...
Yes, just deactivate the notifications module, but it will deactivate notifications for all buttons.
Forum:
vBulletin 3.8 Add-ons
08-26-2011, 11:48 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
27 August 2011: 2.0 version BIG UPDATE ...
27 August 2011: 2.0 version BIG UPDATE
-Customized Quick Editor (QE) and Quick Reply (QR) editor options (
There are a lot of options (one included the display of the smilies box), please discover...
Forum:
vBulletin 3.8 Add-ons
08-26-2011, 11:47 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
Thanks :)
Thanks :)
Forum:
vBulletin 3.6 Add-ons
08-26-2011, 01:27 PM
Replies:
80
Private Messages Enhancements -
PMCrypt - Private Message Encryption
Views:
32,246
Posted By
cclaerhout
Yes but do not install this hack. For...
Yes but do not install this hack. For explanation, just read the thread.
Forum:
vB3 General Discussions
08-25-2011, 07:43 PM
Replies:
2
[Question vB3] Any "Remember me to answer this post" mod ?
Views:
727
Posted By
cclaerhout
I've finished to do the modification. See the...
I've finished to do the modification. See the second post of this thread (http://www.dragonbyte-tech.com/threads/4682-Tutorial-for-vBulletin-3.8-Professional-version?p=27403#post27403).
Forum:
vB3 General Discussions
08-22-2011, 12:04 PM
Replies:
2
[Question vB3] Any "Remember me to answer this post" mod ?
Views:
727
Posted By
cclaerhout
Solved. I will use "Advanced Post Thanks / Like...
Solved. I will use "Advanced Post Thanks / Like Professional" :)
See the bottom of this post...
Forum:
vBulletin 3.8 Add-ons
08-21-2011, 02:30 PM
Replies:
59
Show Thread Enhancements -
iQuote vB3 - Fast & Easy Text Quoting
Views:
12,762
Posted By
cclaerhout
The members of "my" forum LOVE that addon. They...
The members of "my" forum LOVE that addon. They also wanted to have this function in the 'newreply' page with the Advanced Editor. Fortunately the Javascript file was greatly documented. It took me...
Forum:
vB3 General Discussions
08-20-2011, 10:10 AM
Replies:
2
[Question vB3] Any "Remember me to answer this post" mod ?
Views:
727
Posted By
cclaerhout
[Question vB3] Any "Remember me to answer this post" mod ?
When reading lots of messages, you sometimes forget to answer to a post. Is there any mod that allows to click a button (like the thanks button) to add this message to a list of "Remember me to...
Forum:
vB3 Programming Discussions
08-19-2011, 03:51 PM
Replies:
8
[vB 3] How to load Javascript code in a template called with AJAX ?
Views:
1,321
Posted By
cclaerhout
I saw a product that uses "misc_start" hook to...
I saw a product that uses "misc_start" hook to execute js:
@ob_start(); ?>
function function_name(){...};
<?php
header('Content-type: application/x-javascript');
exit;
It might be a way...
Forum:
vB3 Programming Discussions
08-19-2011, 02:16 AM
Replies:
8
[vB 3] How to load Javascript code in a template called with AJAX ?
Views:
1,321
Posted By
cclaerhout
No I guess you were right. Many websites also...
No I guess you were right. Many websites also explain the Javascript must be eval() or something equivalent.
Sources:
http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/53137
...
Forum:
vB3 Programming Discussions
08-19-2011, 01:25 AM
Replies:
8
[vB 3] How to load Javascript code in a template called with AJAX ?
Views:
1,321
Posted By
cclaerhout
It's postbit_quickedit vB template, the one who...
It's postbit_quickedit vB template, the one who is displayed when the "edit" button is pressed.
I understand the logic what what you said, but I'm no sure to be able to find this ^^ I'm going to...
Forum:
vB3 Programming Discussions
08-19-2011, 12:51 AM
Replies:
8
[vB 3] How to load Javascript code in a template called with AJAX ?
Views:
1,321
Posted By
cclaerhout
Thanks for your answer. Just to be sure, the...
Thanks for your answer. Just to be sure, the eval() is the Javascript function, not the PHP function. If it's the Javascript function,where should I put it ? Inside my Javascript code which is...
Forum:
vB3 Programming Discussions
08-18-2011, 09:10 PM
Replies:
8
[vB 3] How to load Javascript code in a template called with AJAX ?
Views:
1,321
Posted By
cclaerhout
[vB 3] How to load Javascript code in a template called with AJAX ?
VBULLETIN 3
I made a product that modifies the Editor of the template postbit_quickedit.
That Editor is vB_Editor_QE_x; where x is the number of times I press "Edit" button (on the...
Forum:
vBulletin 3.8 Add-ons
08-15-2011, 05:33 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
Version 1.8 available.
Version 1.8 available.
Forum:
vBulletin 3.8 Add-ons
08-15-2011, 09:34 AM
Replies:
59
Show Thread Enhancements -
iQuote vB3 - Fast & Easy Text Quoting
Views:
12,762
Posted By
cclaerhout
Thank you for this implementation ; it works...
Thank you for this implementation ; it works great. I've just changed the appearance of the popup menu to make it minimalist. Thank you !
Forum:
vBulletin 3.8 Add-ons
07-23-2011, 02:12 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
Version 1.7 available.
Version 1.7 available.
Forum:
vBulletin 3.8 Add-ons
07-23-2011, 08:21 AM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
What version of vB do you use ? What are the...
What version of vB do you use ? What are the others hacks installed on your forum ?
I've just realised I didn't upload the 1.7 version which I use on my forums. The main modifications are :
1)...
Forum:
News and Announcements
06-02-2011, 11:04 AM
Replies:
24
Yesterday's brute force attempts at password hacking
Views:
22,523
Posted By
cclaerhout
If it can help, here are the IP who tried to...
If it can help, here are the IP who tried to access my account:
82.199.105.194
81.177.144.176
Forum:
vBulletin 3.6 Add-ons
01-30-2011, 09:43 PM
Replies:
80
Private Messages Enhancements -
PMCrypt - Private Message Encryption
Views:
32,246
Posted By
cclaerhout
Here is a PHP script to "decrypt" all the...
Here is a PHP script to "decrypt" all the encrypted pm in the database.
Before using it, YOU HAVE TO SAVE YOUR "pmtext" TABLE.
To do it, go to PHPMYADMIN
If the script doesn't work for you, you...
Forum:
vBulletin 3.8 Add-ons
08-04-2010, 05:00 PM
Replies:
2
BB Code Enhancements -
BBcodes Styles Manager 1.4
Views:
2,383
Posted By
cclaerhout
Sorry, no time, so no support. P.S : some...
Sorry, no time, so no support.
P.S : some pictures in high resolution are inside the archive
Forum:
vBulletin 3.8 Add-ons
08-03-2010, 10:00 PM
Replies:
2
BB Code Enhancements -
BBcodes Styles Manager 1.4
Views:
2,383
Posted By
cclaerhout
BBcodes Styles Manager 1.4
<----THIS MOD WON'T BE UPDATED TO VB 4---->
*********************************************
BBcodes Styles Manager-Version 1.4 NEW -
Works vB 3.6 -vB 3.8
TESTED WITH : Firefox [OK], Opera[OK],...
Forum:
vBulletin 4.x Add-ons
07-27-2010, 08:26 AM
Replies:
1,156
Integration with vBulletin -
YAFB - Yay! Another Facebook Bridge
Views:
175,717
Posted By
cclaerhout
Working great on vB 3.8. It's holidays now ; Mr...
Working great on vB 3.8.
It's holidays now ; Mr Paint deserves a break ;)
Forum:
vBulletin 3.8 Add-ons
07-26-2010, 02:54 PM
Replies:
11
BB Code Enhancements -
Advanced BBcodes Toolbar 2.1
Views:
8,953
Posted By
cclaerhout
Sorry no time to give any support.
Sorry no time to give any support.
Showing results 1 to 25 of 434
Page 1 of 18
1
2
3
11
>
Last
»
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
05:24 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.02541 seconds
Memory Usage
2,085KB
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
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(37)
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.0059
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi