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 23 of 23
Search took
0.00
seconds.
Search:
Posts Made By:
teamshultz
Forum:
vB4 Programming Discussions
10-26-2012, 01:52 AM
Replies:
9
Copy a thread with Datamanager
Views:
1,218
Posted By
teamshultz
You, sir, are a gentleman and a scholar. This...
You, sir, are a gentleman and a scholar. This worked beautifully:
$tdm =& datamanager_init('Post', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
$threadinfo = verify_id('thread',...
Forum:
vB4 Programming Discussions
10-26-2012, 01:24 AM
Replies:
9
Copy a thread with Datamanager
Views:
1,218
Posted By
teamshultz
Still a no go, using the following: $tdm...
Still a no go, using the following:
$tdm =& datamanager_init('Post', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
$userinfo = fetch_userinfo($userid);
$tdm->set_info('user',...
Forum:
vB4 Programming Discussions
10-26-2012, 01:05 AM
Replies:
9
Copy a thread with Datamanager
Views:
1,218
Posted By
teamshultz
Thanks for the response. I'm using the post...
Thanks for the response.
I'm using the post datamanager to add the post. Here's my code:
$tdm =& datamanager_init('Post', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
...
Forum:
vB4 Programming Discussions
10-26-2012, 12:23 AM
Replies:
9
Copy a thread with Datamanager
Views:
1,218
Posted By
teamshultz
I'm using build_thread_counters and...
I'm using build_thread_counters and build_forum_counters to get all that information up to date. Do you know how to update the posting user's post count? It doesn't get increased with a manual post...
Forum:
vB4 Programming Discussions
10-13-2012, 06:23 PM
Replies:
9
Copy a thread with Datamanager
Views:
1,218
Posted By
teamshultz
Copy a thread with Datamanager
Is it possible to copy an existing thread to another forum without moving it using the datamanager? I know how to change the values of a thread but I'm clueless as to how to just make an exact copy...
Forum:
vB4 Programming Discussions
12-18-2010, 09:53 PM
Replies:
1
Display SQL Results
Views:
560
Posted By
teamshultz
Display SQL Results
I'm trying to create a module that will display the members of a particular usergroup in-line.
Here's my current SQL Query:
$results = $db->query_read("SELECT username FROM " . TABLE_PREFIX ....
Forum:
vBulletin 4.x Add-ons
12-17-2010, 09:46 PM
Replies:
1,109
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming (vB4)
Views:
225,014
Posted By
teamshultz
Thanks a lot! Got it all set up now. This is so...
Thanks a lot! Got it all set up now. This is so much better than the leading competitor. I had to make absolutely zero template edits.
*Only suggestion: Place the sample games in their respective...
Forum:
vBulletin 4.x Add-ons
12-17-2010, 08:52 PM
Replies:
1,109
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming (vB4)
Views:
225,014
Posted By
teamshultz
Ok, I'm looking in the download section of your...
Ok, I'm looking in the download section of your website and I see a list of version options. Which one is for 4.0.7?
Forum:
vBulletin 4.x Add-ons
12-17-2010, 08:48 PM
Replies:
1,109
Add-On Releases -
v3 Arcade - Professional vBulletin Gaming (vB4)
Views:
225,014
Posted By
teamshultz
Is it possible to still access the files for the...
Is it possible to still access the files for the previous versions? My forums are almost entirely custom so I'd like to wait to upgrade to 4.0.8 until I have the time to make all the template...
Forum:
vBulletin 4.x Add-ons
12-16-2010, 09:26 PM
Replies:
2,076
New Posting Features -
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Views:
422,755
Posted By
teamshultz
How can I change the color of the * that follows...
How can I change the color of the * that follows required questions?
I've tried the replacement variable manager, but that screws up the title of some threads that have *'s in them.
SOLVED:
In...
Forum:
vBulletin 4.x Template Modifications
12-15-2010, 04:34 PM
Replies:
43
Mini Mods -
Steam Group Status
Views:
12,838
Posted By
teamshultz
I wouldn't say he hijacked it... just ported it...
I wouldn't say he hijacked it... just ported it for the CMS.
This doesn't work, btw. It never showed in the CMPS, so I navigated directly to the steamstats.php in my browser and it shows a 500...
Forum:
vBulletin 4.x Template Modifications
12-14-2010, 02:01 AM
Replies:
186
Miscellaneous Hacks -
TW7S - Change the look of the Login/Register [Twitter Style]
Views:
51,540
Posted By
teamshultz
I've installed this mod and it works fine......
I've installed this mod and it works fine... everywhere except the forum index and my home page. My home page is powered by vbadvanced CMPS. I've tried the solutions you provided but I still have the...
Forum:
Modification Graveyard
09-22-2010, 08:02 AM
Replies:
12
Add-On Releases -
vBA CMPS Module: New Members
Views:
3,475
Posted By
teamshultz
Is there any way to show new members' join dates?
Is there any way to show new members' join dates?
Forum:
vBulletin 4.x Add-ons
03-28-2010, 04:10 PM
Replies:
89
Show Thread Enhancements -
Resize Images with highslide
Views:
22,103
Posted By
teamshultz
Although the product works fine, I'm getting a...
Although the product works fine, I'm getting a javascript error on every page.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR...
Forum:
vBulletin 4 Articles
02-09-2010, 11:00 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,742
Posted By
teamshultz
Ahh, I see. Thank you. Could you possibly direct...
Ahh, I see. Thank you. Could you possibly direct me to some reading materials?
Forum:
vBulletin 4 Articles
02-09-2010, 01:46 AM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
263,742
Posted By
teamshultz
How would you apply one of the built in layouts...
How would you apply one of the built in layouts to a custom page? I'd like to do this so I can easily add widgets.
Forum:
vBulletin 4.x Add-ons
01-27-2010, 11:11 PM
Replies:
36
Mini Mods -
YBMF-Threadstarter
Views:
8,316
Posted By
teamshultz
It looks like it adds "Threadstarter" to the...
It looks like it adds "Threadstarter" to the thread starter's sig.
Forum:
vBulletin 4.x Template Modifications
01-05-2010, 04:33 AM
Replies:
20
Mini Mods -
Icon Navbar
Views:
9,365
Posted By
teamshultz
Is there any way to isolate this to just the...
Is there any way to isolate this to just the forums? In other words, how do I keep it off my front page?
Forum:
vBulletin 4.x Add-ons
01-02-2010, 08:06 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
434,053
Posted By
teamshultz
I've solved the issue. I was setting up your...
I've solved the issue. I was setting up your account when I decided to just disable addons one by one. The mod that adds extra options on the member action dropdown was interfering with your mod....
Forum:
vBulletin 4.x Add-ons
01-02-2010, 12:44 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
434,053
Posted By
teamshultz
Here ya go: ...
Here ya go:
http://img64.imageshack.us/img64/2089/13101033.jpg
Forum:
vBulletin 4.x Add-ons
01-02-2010, 03:32 AM
Replies:
2,355
Major Additions -
DownloadsII
Views:
434,053
Posted By
teamshultz
https://vborg.vbsupport.ru/external/2010/01/139.jp...
https://vborg.vbsupport.ru/external/2010/01/139.jpg
Any idea why this is happening? The mod was working fine for a few days. Now User Level has disappeared and this is showing up. I haven't added...
Forum:
vB4 Design and Graphics Discussions
12-26-2009, 08:37 PM
Replies:
244
Show us your custom 4.0 Style
Views:
41,935
Posted By
teamshultz
<a href="http://www.bigonline.org"...
<a href="http://www.bigonline.org" target="_blank">http://www.bigonline.org</a>
I took over as Website Coordinator for my clan a few weeks before the upgrade. This is my first attempt at a VB...
Forum:
vBulletin 4.x Add-ons
12-23-2009, 04:10 AM
Replies:
503
vBulletin CMS Widgets -
Widget - Users Online
Views:
86,032
Posted By
teamshultz
Thanks so much for this great widget! Is...
Thanks so much for this great widget!
Is there a way to remove the comma after the last user? See attachment.
107976
Showing results 1 to 23 of 23
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
11:05 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.01600 seconds
Memory Usage
2,008KB
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
(23)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(50)
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.0007
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(242, 0, 1,''); -> cached fperms for forum 242
(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(242, 0, 1,''); -> cached fperms for forum 242
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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