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 32
Search took
0.00
seconds.
Search:
Posts Made By:
jasonmerchant
Forum:
vBulletin 3.6 Add-ons
09-25-2007, 05:30 AM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,055
Posted By
jasonmerchant
Trana: Did you have any success with the...
Trana:
Did you have any success with the code I posted before?
rayphua:
There isn't a clean upgrade, so you will need to uninstall the previous version and reinstall the new version. The...
Forum:
vBulletin 3.6 Add-ons
09-22-2007, 11:31 PM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,055
Posted By
jasonmerchant
nnjj.net: I'm not sure what you mean. Do you...
nnjj.net:
I'm not sure what you mean. Do you just want to show an empty space instead of the "no thumbnail" image?
theOzer:
Yes you will need to delete the old plugin first. If there is an...
Forum:
vBulletin 3.6 Add-ons
09-21-2007, 08:17 PM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,055
Posted By
jasonmerchant
nnjj.net: On the first line: ...
nnjj.net:
On the first line:
$tt_thumbsforums = array(2);
Change 2 to the forum id. So if you want to enable thumbnails in forums 3, 7, and 12, it would look like:
$tt_thumbsforums =...
Forum:
vBulletin 3.5 Add-ons
09-21-2007, 07:57 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
nnjj.net: On the first line: ...
nnjj.net:
On the first line:
$tt_thumbsforums = array(2);
Change 2 to the forum id. So if you want to enable thumbnails in forums 3, 7, and 12, it would look like:
$tt_thumbsforums =...
Forum:
vBulletin 3.5 Add-ons
09-21-2007, 04:24 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Casa: I have not tested it yet, but you...
Casa:
I have not tested it yet, but you should be able to just change the MIN sql function to MAX. ie:
Replace the following in the plugin:
$hook_query_fields .= ",...
Forum:
vBulletin 3.6 Add-ons
09-20-2007, 10:00 PM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,055
Posted By
jasonmerchant
Thread Thumbnail
This plugin is the newest version of the Thread Thumbnail plugin (https://vborg.vbsupport.ru/showthread.php?t=98651)
This plugin will display the first attachment as a thumbnail on...
Forum:
vBulletin 3.5 Add-ons
09-18-2007, 05:03 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
theOzer: The $show['guest'] in the if...
theOzer:
The $show['guest'] in the if statement turns thumbnails on for all guests. Guests don't have profile options, so they can not choose.
nnjj.net:
This plugin works in 3.6.8, maybe a...
Forum:
vBulletin 3 Articles
08-22-2007, 01:51 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,430
Posted By
jasonmerchant
FWT: $navbits is for the breadcrumb in the...
FWT:
$navbits is for the breadcrumb in the navbar template. It will set the text that is displayed at the end of the breadcrumb
Forum:
vBulletin 3 Articles
08-21-2007, 08:43 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,430
Posted By
jasonmerchant
After calling global.php, all the query string...
After calling global.php, all the query string variables are emptied, and I'm guessing they are checked and then placed in another variable.
What variable are they moved to?
Forum:
vBulletin 3.5 Add-ons
08-21-2007, 07:57 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Trana: You can edit this section in the...
Trana:
You can edit this section in the postbit timeplate:
<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div...
Forum:
vBulletin 3 Articles
06-18-2007, 02:49 AM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,430
Posted By
jasonmerchant
Hello, I have a page located outside of the...
Hello, I have a page located outside of the vbulletin directory and the script is running smoothly. The page attempts to call cron.php, but it is showing up in my log that it can not find it. Where...
Forum:
vBulletin 3.5 Add-ons
04-16-2006, 08:06 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Hey, sorry guys for the lack of support, I've...
Hey, sorry guys for the lack of support, I've been really busy and now my server's hard drive has failed and it doesn't look like I can recover any of my files. A few people have mentioned that it...
Forum:
vBulletin 3.5 Add-ons
10-28-2005, 08:03 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Display the avatar of the thread instead of the...
Display the avatar of the thread instead of the attachment? I didn't know threads had avatars, I'll check it out.
Forum:
vBulletin 3.5 Add-ons
10-22-2005, 05:03 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Done. :)
Done. :)
Forum:
vBulletin 3.5 Add-ons
10-20-2005, 09:50 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
you have an old template, that was fixed a while...
you have an old template, that was fixed a while back when I moved the <if condition="$show['threadicon']"> inside the else statement
<if condition="$show['threadicons']">
<td class="alt2"...
Forum:
vBulletin 3.5 Add-ons
10-20-2005, 08:04 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
:D , then the answer is simple, one of your other...
:D , then the answer is simple, one of your other hacks is using the variable $displaythumbs. This can be easily solved be changing the name to something more unique such as $tt_displaythumbs (tt for...
Forum:
vBulletin 3.5 Add-ons
10-20-2005, 02:48 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
I've updated the first post with the changes...
I've updated the first post with the changes needed to do this under Add-ons. :)
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 11:58 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
hmm... well I'm not really sure what is wrong,...
hmm... well I'm not really sure what is wrong, can you test this:
$thumbsforums = array(210);
$displaythumbs = false;
if (in_array($forumid, $thumbsforums)) {
$displaythumbs = true;...
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 08:09 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
trancetopia: It looks as though you are running...
trancetopia:
It looks as though you are running into the same problem as bpn, and I would guess you have installed other plugins for the forumdisplay_query hook? I believe this is solved with the...
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 07:40 PM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
bpn: I think I may have solved your problem, my...
bpn:
I think I may have solved your problem, my previous code was replacing any changes to the query hook variable. This may have been what was conflicting with your other hacks. Try it out and let...
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 10:47 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
yes..."Be sure to change the forum ids in the...
yes..."Be sure to change the forum ids in the $thumbsforums array to the forum ids you want to enable thumbnails in."
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 04:18 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
You have the right plugin code and now I'm...
You have the right plugin code and now I'm thinking because of the number of hacks you have installed, there may be some conflict. I tried to locate some of them and saw that VB category Icons is...
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 03:13 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
Have you installed any other hacks?
Have you installed any other hacks?
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 03:10 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
sorry, missed the second page... it looks as if...
sorry, missed the second page... it looks as if you don't have the latest plugin code.
Forum:
vBulletin 3.5 Add-ons
10-19-2005, 03:06 AM
Replies:
196
Thread Thumbnail
Views:
58,536
Posted By
jasonmerchant
that is odd, have you tried making the template...
that is odd, have you tried making the template changes on a fresh default style? I'm almost certain it is a template error, where your template code is signifigantly different(my forum's style...
Showing results 1 to 25 of 32
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
02:17 PM
.
-- 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.02337 seconds
Memory Usage
2,039KB
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
(75)
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.0013
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi