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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
Cap'n Steve
Forum:
vBulletin 3.6 Add-ons
05-20-2010, 06:24 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
That's weird, so the quote is getting deleted,...
That's weird, so the quote is getting deleted, right? It just seems to have an error displaying the page after the deletion. Try using the checkboxes and dropdown menu to delete quotes.
Forum:
vBulletin 3.6 Add-ons
05-13-2010, 09:42 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I don't know what the problem is, but try...
I don't know what the problem is, but try deleting each quote individually using the "delete this quote" link. That should work.
Forum:
vBulletin 3.6 Add-ons
05-12-2010, 11:52 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Thanks for the updated CSS, S@NL - BlackBik. ...
Thanks for the updated CSS, S@NL - BlackBik.
lovegirl - What version of vBulletin are you using?
Forum:
vBulletin 3.6 Add-ons
05-05-2010, 05:33 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I'm not sure what causes that, but it happens in...
I'm not sure what causes that, but it happens in some versions of IE. The only way I could solve it was to hide the closing quotation mark.
Forum:
vBulletin 3.6 Add-ons
02-12-2010, 07:55 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I edited the original post and posted a link in...
I edited the original post and posted a link in the Private Coders Discussion forum a while ago to see if anyone was interested in taking over the mod. No takers so far. :(
I guess they...
Forum:
vBulletin 3.6 Add-ons
02-04-2010, 09:14 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Thanks, but that's not really the issue. I just...
Thanks, but that's not really the issue. I just don't have the time right now to give it the attention it needs, especially since the licensing changes mean that I'm probably going to stop using...
Forum:
vBulletin 3.6 Add-ons
01-27-2010, 05:21 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I'd be very surprised if it worked on vB4 without...
I'd be very surprised if it worked on vB4 without any changes.
Forum:
vBulletin 3.6 Add-ons
12-23-2009, 05:36 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Ok, try this. In includes/functions_quoteit.php...
Ok, try this. In includes/functions_quoteit.php find this
$threshold = is_array($threshold) ? 'WHERE ' . implode(' AND ', $threshold) : '';
and above that, add this
$threshold[] =...
Forum:
vBulletin 3.6 Add-ons
12-21-2009, 05:26 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I don't know what would cause that problem. Try...
I don't know what would cause that problem. Try re-saving your QuoteIt! options, and your usergroup permissions. If that doesn't work, enable debug mode and then view the quotes page on a...
Forum:
vBulletin 3.6 Add-ons
12-17-2009, 11:44 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Yeah, I knew it had to be something simple I...
Yeah, I knew it had to be something simple I wasn't seeing. Glad you got it working!
Forum:
vBulletin 3.6 Add-ons
12-13-2009, 08:14 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I edited the plugin in the previous post, try...
I edited the plugin in the previous post, try uploading it again. I included some code that might give me a little more information, but if this doesn't help, I'm running out of ideas.
Forum:
vBulletin 3.6 Add-ons
12-11-2009, 01:03 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Ok, try uploading the attached plugin. It's not...
Ok, try uploading the attached plugin. It's not the best method, but it should work with the template you were using.
Forum:
vBulletin 3.6 Add-ons
11-30-2009, 01:06 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Turn on debug mode and see what queries are being...
Turn on debug mode and see what queries are being run the vBadvanced main page. Do any of them reference the quotes table? It should look something like this:
SELECT * FROM vb_quotes
Forum:
vBulletin 3.6 Add-ons
11-29-2009, 05:21 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Yeah, I like to make any support public, just in...
Yeah, I like to make any support public, just in case it might help someone else. Try editing the "Global Random Quote" plugin and changing the execution order to 1.
What error did it give...
Forum:
vBulletin 3.6 Add-ons
11-24-2009, 12:34 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Did you install the plugin-globalquote.xml from...
Did you install the plugin-globalquote.xml from the extras folder (note that it's a plugin, not a product)? The $showrandomquote variable is unset by default. Either try that or upload the included...
Forum:
vBulletin 3.6 Add-ons
11-19-2009, 11:50 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I'm not really sure how to help you since my...
I'm not really sure how to help you since my license is expired and I haven't kept up with the latest vBadvanced versions. Could you post a screenshot of the module settings page that you're using? ...
Forum:
vBulletin 3.6 Add-ons
11-13-2009, 12:29 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
What support do you need? If you mean updating...
What support do you need? If you mean updating it, I'm currently talking with someone about possibly taking over the mod, so keep your fingers crossed. Free time is somewhat of a moot point now,...
Forum:
vBulletin 3.6 Add-ons
04-10-2009, 07:18 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Sorry, I forgot to check this thread recently. ...
Sorry, I forgot to check this thread recently. Are you rebuilding languages or bitfields or anything like that when it turns off the random quote? Could you post the HTML source of the page where...
Forum:
vBulletin 3.6 Add-ons
02-24-2009, 06:39 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Have you tried saving the QuoteIt! Options? That...
Have you tried saving the QuoteIt! Options? That worked for me. Chadi, I'm not sure what you mean. Does it only screw up the listing of threads that have been deleted?
Forum:
vBulletin 3.6 Add-ons
02-23-2009, 06:33 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Sorry guys, I haven't upgraded to 3.8.1 yet. ...
Sorry guys, I haven't upgraded to 3.8.1 yet. I'll do that soon, and hopefully figure out your problems.
Forum:
vBulletin 3.6 Add-ons
02-02-2009, 04:49 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Were you trying to delete multiple quotes? Have...
Were you trying to delete multiple quotes? Have you been able to delete multiple quotes before?
Forum:
vBulletin 3.6 Add-ons
01-25-2009, 08:43 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Sorry, I really haven't been able to work on this...
Sorry, I really haven't been able to work on this at all. Do you have any other mods installed that add to the datastore and do they work ok?
Forum:
vBulletin 3.6 Add-ons
12-08-2008, 03:36 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
Are you saying you're putting $showrandomquote in...
Are you saying you're putting $showrandomquote in the "Custom HTML Code" box on that mod's admincp page? That's probably not possible, but you can try following the instructions to enable a global...
Forum:
vBulletin 3.6 Add-ons
12-05-2008, 08:39 PM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
The same way you got the vBulletin files uploaded...
The same way you got the vBulletin files uploaded to your site. Usually this means an FTP client, but some people have a way to upload through a web-based control panel that their host gives them. ...
Forum:
vBulletin 3.6 Add-ons
12-03-2008, 12:13 AM
Replies:
759
Major Additions -
QuoteIt! - Quote Database
Views:
214,941
Posted By
Cap'n Steve
I'm still not sure why they're not saving...
I'm still not sure why they're not saving properly, and I'm not sure what you mean about it being specially coded, so here's a quick workaround to prevent guests from adding quotes.
in...
Showing results 1 to 25 of 500
Page 1 of 20
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
10:54 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.03330 seconds
Memory Usage
2,074KB
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
(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.0077
(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(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(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(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(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(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(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi