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 11
1
2
3
>
Last
»
Showing results 1 to 25 of 251
Search took
0.01
seconds.
Search:
Posts Made By:
Yellow Slider
Forum:
vBulletin 5.x Products & Extensions
10-24-2012, 08:30 PM
Replies:
46
Forum Home Enhancements -
Usergroup Legend
Views:
27,605
Posted By
Yellow Slider
Hi, Are you sure there are usergroups...
Hi,
Are you sure there are usergroups selected in the mod's settings?
Forum:
vB4 Programming Discussions
09-25-2012, 11:44 AM
Replies:
1
Ajax mod for similar threads for 4.x version
Views:
793
Posted By
Yellow Slider
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=281113" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=281113</a>
Forum:
vB5 Programming Discussions
09-25-2012, 11:27 AM
Replies:
0
How to extend Datamanagers?
Views:
912
Posted By
Yellow Slider
How to extend Datamanagers?
Is there any way to extend the datamangers in order to add some code at the beginning/end of execution of a function?
Thanks.
Forum:
vBulletin 5.x Products & Extensions
09-23-2012, 04:19 PM
Replies:
46
Forum Home Enhancements -
Usergroup Legend
Views:
27,605
Posted By
Yellow Slider
That's correct. I've already reported it.
That's correct. I've already reported it.
Forum:
vBulletin 5.x Products & Extensions
09-22-2012, 10:00 PM
Replies:
46
Forum Home Enhancements -
Usergroup Legend
Views:
27,605
Posted By
Yellow Slider
Usergroup Legend
Usergroup Legend
Description:
Displays a colored usergroup legend above the users list on the online users widget.
Installation Instructions:
Upload the usergrouplegend folder to...
Forum:
vB4 Programming Discussions
09-22-2012, 02:21 PM
Replies:
2
Navbar Last Element / Navbits Last Element Length
Views:
727
Posted By
Yellow Slider
Couldn't find any indication that there is...
Couldn't find any indication that there is trimming, does this occur when you disable all of your plugins and products?
Forum:
vB4 General Discussions
05-27-2012, 08:43 PM
Replies:
4
Notification Email (HTML)
Views:
602
Posted By
Yellow Slider
Well, you're gonna have to create a plugin such...
Well, you're gonna have to create a plugin such as this:
Hook Location: mail_start
PHP Code:
if ($vbulletin->session->vars['notificationemail'])
{
$headers .= 'Content-Type: text/html' ....
Forum:
vB4 General Discussions
05-27-2012, 08:13 PM
Replies:
22
Admin CP is Refreshing Uncontrollably
Views:
4,568
Posted By
Yellow Slider
Are you 100% sure that plugins are disabled via...
Are you 100% sure that plugins are disabled via config.php?
define('DISABLE_HOOKS', true);
Forum:
vB4 General Discussions
05-27-2012, 08:08 PM
Replies:
3
Upgrade 3.8.7 > 4.2, uninstalling mods
Views:
836
Posted By
Yellow Slider
You shouldn't uninstall any modifications you...
You shouldn't uninstall any modifications you wish to use in vB4 unless they don't store any data in the DB that is removed once you uninstall them.
So, for example, if you have the Thank You mod...
Forum:
vB4 General Discussions
05-27-2012, 08:04 PM
Replies:
2
Wrong datatype issue?
Views:
306
Posted By
Yellow Slider
This is caused by one of your mods, for sure. ...
This is caused by one of your mods, for sure.
Try to disable then enable each one, until you get to the one that's causing the issue, then look for an updated version of the mod.
Forum:
vB4 General Discussions
05-27-2012, 08:00 PM
Replies:
3
Fatal error after upgrading
Views:
484
Posted By
Yellow Slider
When upgrading, never erase the files and upload...
When upgrading, never erase the files and upload the new files of the new version if you have any mods installed, or else you would have to upload the files of the mods again.
Forum:
vB4 General Discussions
05-27-2012, 07:38 PM
Replies:
4
Notification Email (HTML)
Views:
602
Posted By
Yellow Slider
Well, there isn't an "easy" way to do this,...
Well, there isn't an "easy" way to do this, you're gonna have to change the Content-Type header of the email to text/html for that specific notification. I actually can't, off the top of my head,...
Forum:
vBulletin 4 Articles
05-27-2012, 05:20 PM
Replies:
31
How to add a new field to the CMS
Views:
12,256
Posted By
Yellow Slider
Yep, it took a year but they finally added the...
Yep, it took a year but they finally added the hook. I've updated the relevant step.
I guess I should have asked them to add some other hooks back then, cause if I open a new hook request now, vB...
Forum:
Modification Graveyard
05-27-2012, 01:11 PM
Replies:
249
Administrative and Maintenance Tools -
Change Author And Creation Date Of Posts And Articles
Views:
67,229
Posted By
Yellow Slider
Sorry, I was just quite busy, didn't have time to...
Sorry, I was just quite busy, didn't have time to support this mod.
This issue is fixed in 3.0.2.
Forum:
Modification Graveyard
05-27-2012, 12:13 AM
Replies:
249
Administrative and Maintenance Tools -
Change Author And Creation Date Of Posts And Articles
Views:
67,229
Posted By
Yellow Slider
I'm afraid I don't understand, can you please...
I'm afraid I don't understand, can you please elaborate?
BTW, you can now change the author of articles once again, sorry for the long wait.
Forum:
vBulletin 4.x Add-ons
05-26-2012, 11:29 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
Yeah, please PM me your forum URL, hope I can...
Yeah, please PM me your forum URL, hope I can figure out why the mod doesn't work for a few people once and for all.
Forum:
vB4 Programming Discussions
05-26-2012, 11:10 PM
Replies:
1
Product adds a Profile Field to User CP
Views:
467
Posted By
Yellow Slider
Just add the code from admincp/profilefield.php...
Just add the code from admincp/profilefield.php to you product's install code.
Just look for "if ($_POST['do'] == 'update')" in the file, should be pretty easy from there.
Forum:
vBulletin 4.x Add-ons
04-07-2012, 12:25 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
It's possible that there are no similar threads...
It's possible that there are no similar threads for "Test". Did you try a different title?
Forum:
vBulletin 4.x Add-ons
04-06-2012, 07:51 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
The list of threads is updated after each...
The list of threads is updated after each character you type. It's possible that the title is just too similar to the old one, therefore the similar threads list doesn't change.
Instructions...
Forum:
vBulletin 4.x Add-ons
04-04-2012, 09:08 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
I'll add instructions for making the template...
I'll add instructions for making the template edits manually (although I'd say it's highly unlikely that the automatic edits would fail).
The MySQL default is 4 characters (ft_min_word_len).
...
Forum:
vBulletin 4.x Add-ons
04-04-2012, 06:43 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
Yeah, I'm going to need your forum URL though.
Yeah, I'm going to need your forum URL though.
Forum:
vBulletin 4.x Add-ons
04-04-2012, 05:44 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
Sure, just trying to understand :) Yeah,...
Sure, just trying to understand :)
Yeah, I'll probably add an option to let users turn it off, and an option to let admins not let users to turn it off.
Forum:
vBulletin 4.x Add-ons
04-04-2012, 04:57 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
Works on my 4.1.10 installation too. If you...
Works on my 4.1.10 installation too.
If you could send me your forum URL, I'd take a look.
Forum:
vBulletin 4.x Add-ons
04-04-2012, 04:11 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
Hmm, what's the logic behind having usergroup...
Hmm, what's the logic behind having usergroup permissions for this mod?
As for the blogs - the point in having similar threads shown when creating threads is to prevent users from asking questions...
Forum:
vBulletin 4.x Add-ons
04-04-2012, 03:43 PM
Replies:
93
New Posting Features -
Dynamically Show Similar Threads On Thread Creation
Views:
33,271
Posted By
Yellow Slider
I've updated the mod to serve jQuery from...
I've updated the mod to serve jQuery from Google's CDN, as vB just uses hardcoded file names pre 4.1.11.
Showing results 1 to 25 of 251
Page 1 of 11
1
2
3
>
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
02:49 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.02194 seconds
Memory Usage
2,056KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(48)
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.0036
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(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(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi