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...
Showing results 1 to 16 of 16
Search took
0.00
seconds.
Search:
Posts Made By:
mcahill
Forum:
vBulletin 3.6 Add-ons
01-30-2009, 02:46 PM
Replies:
107
Forum Display Enhancements -
Global Threads
Views:
28,317
Posted By
mcahill
The problem is a variable that isn't set called...
The problem is a variable that isn't set called $lastpostinfo2
Find:
SELECT $votequery $previewfield
thread.lastpostid, thread.threadid, thread.postusername ,...
Forum:
vB3 Programming Discussions
01-07-2009, 03:01 PM
Replies:
5
Sorting an array of threads
Views:
949
Posted By
mcahill
Same results. I'm beginning to think they don't...
Same results. I'm beginning to think they don't want me messing with the order of threads...
Forum:
vB3 Programming Discussions
01-06-2009, 01:22 PM
Replies:
14
Version 3.5.4 Harrassing Member
Views:
1,763
Posted By
mcahill
That type of punishment had been done for a while...
That type of punishment had been done for a while by many of us via a sql prior to 3.x - you simply added the userid to everyone's ignore list except his own.
Forum:
vB3 Programming Discussions
01-06-2009, 12:53 PM
Replies:
5
Sorting an array of threads
Views:
949
Posted By
mcahill
That would be the problem. Attempts to show the...
That would be the problem. Attempts to show the vbulletin threadbit array as used in the showforums page doesn't give us the dimensions of the array, only a formatted output.
<tr>
<td...
Forum:
vB3 Programming Discussions
01-05-2009, 10:35 PM
Replies:
5
Sorting an array of threads
Views:
949
Posted By
mcahill
Sorting an array of threads
I need to merge two separate arrays of threads to replace the normal stuff on forumhome.
I have an array, $threadbits and an array $global_threadbits, and I need to merge them and display by last...
Forum:
vB3 General Discussions
05-18-2004, 08:29 PM
Replies:
19
Hasn't anyone done a classifieds yet?
Views:
2,494
Posted By
mcahill
vB3 doesn't really need classifieds... set...
vB3 doesn't really need classifieds...
set up a subscription forum, set the subscription to 1 day. Have them pay what ever through paypal. Then allow all users to edit/delete their own threads. ...
Forum:
vB3 General Discussions
05-18-2004, 08:17 PM
Replies:
1
Query to Get the Latest Events from a Specific Calendar
Views:
843
Posted By
mcahill
Not pretty code, not optimized code. But it does...
Not pretty code, not optimized code. But it does pull events from only the public folder for use on my homepage. No warranty expressed or implied...use at own risk...your mileage may vary.
<?...
Forum:
vBulletin 3.0 Full Releases
02-09-2004, 12:26 PM
Replies:
139
VB Login on a Non-VB Page vB3 RC3
Views:
54,389
Posted By
mcahill
Set the value in the form for Forceredirect to 0...
Set the value in the form for Forceredirect to 0 and it will not show the thank you for logging in. To get the avatar displayed, you'd need to take a look at what is available in bbuserinfo[] or...
Forum:
vBulletin 3.0 Full Releases
02-05-2004, 09:18 PM
Replies:
139
VB Login on a Non-VB Page vB3 RC3
Views:
54,389
Posted By
mcahill
The page needs to be php. That means it has to...
The page needs to be php. That means it has to have a .php extension. If you're running vB on the same server, you have php installed.
If the page has an html extension, it will not be...
Forum:
vBulletin 3.0 Full Releases
02-02-2004, 10:00 PM
Replies:
139
VB Login on a Non-VB Page vB3 RC3
Views:
54,389
Posted By
mcahill
VB Login on a Non-VB Page vB3 RC3
This is a simple modification to do, and adds a lot of value to your homepage.
Notes:
1. This script can occassionally have conflicts with other javascripts. Test before you deploy.
2. If you...
Forum:
Modification Requests/Questions (Unpaid)
01-24-2004, 08:06 PM
Replies:
6
REQUEST: Login script from Non VB page
Views:
1,088
Posted By
mcahill
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=59995" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=59995</a>
Forum:
vBulletin 2.x Full Releases
01-06-2004, 03:00 PM
Replies:
581
Last XX Posts on non-vB page
Views:
146,565
Posted By
mcahill
I have it running on my site and the only thing...
I have it running on my site and the only thing that needed to be changed to make it work was the location of the config file in the last10config.php folder must be switched to include/config.php or...
Forum:
Member Archives
10-27-2003, 12:29 PM
Replies:
22
Left Column for Side Menu Links/ Nav Bar on every page
Views:
3,920
Posted By
mcahill
but it leaves the main forum display quite...
but it leaves the main forum display quite narrow. I'll play with the settings, but I didn't like the results I was getting the other day.
Probably will just hold off until 3.0 rc1
Forum:
Member Archives
10-25-2003, 05:30 PM
Replies:
22
Left Column for Side Menu Links/ Nav Bar on every page
Views:
3,920
Posted By
mcahill
I have the same problem...the first two posts...
I have the same problem...the first two posts (those next to my nav bar) are hanging off the side of the page, with no scrollbar or anything.
It looks as though it's taking the 100% from the table...
Forum:
Community Lounge
05-28-2003, 01:49 PM
Replies:
11
Anyone else have problems with big attachements?
Views:
1,090
Posted By
mcahill
I have a forum where I have posts up to about...
I have a forum where I have posts up to about 20meg. Take a look at the PHP forum at Sitepoint or DevShed and do a search for large file upload. You'll find the php.ini changes you need to make.
Forum:
vBulletin 2.x Full Releases
05-28-2003, 11:49 AM
Replies:
581
Last XX Posts on non-vB page
Views:
146,565
Posted By
mcahill
Okay, the hack has been running fine for 3 months...
Okay, the hack has been running fine for 3 months and was working fine last evening. Now it is not working at all and is throwing a blank screen.
I'm checking with the host to see if they've made...
Showing results 1 to 16 of 16
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
07:26 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.01801 seconds
Memory Usage
1,972KB
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)
post_thanks_navbar_search
(1)
search_results
(16)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(30)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(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(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi