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 3
1
2
3
>
Showing results 1 to 25 of 60
Search took
0.00
seconds.
Search:
Posts Made By:
tomsch
Forum:
vB4 General Discussions
06-11-2014, 04:02 PM
Replies:
2
ckEditor 4.3.3 for Vb4
Views:
417
Posted By
tomsch
ckEditor 4.3.3 for Vb4
how about an update to vB4 with the new editor?
and it would be nice to have image resizing in it also.
and before anyone says Vb4 is too old etc....
in my mind vB4 suite is a more complete...
Forum:
vBulletin 3.6 Add-ons
06-08-2014, 01:33 PM
Replies:
44
Calendar Enhancements -
Automatic Calendar Reminders
Views:
12,520
Posted By
tomsch
any chance getting this updated for vb 4.2.2???
any chance getting this updated for vb 4.2.2???
Forum:
vB4 Programming Discussions
06-08-2014, 12:55 AM
Replies:
0
event reminders
Views:
248
Posted By
tomsch
event reminders
here is the code I would like to modify its is from reminder.php
vbmail_start();
$usernames = '';
$reminderbits = '';
foreach ($eventlist AS $userid => $event)
{
$usernames .=...
Forum:
vBulletin 4.x Add-ons
07-02-2011, 12:01 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
[QUOTE=rcull;2215721]I just tried this code and...
[QUOTE=rcull;2215721]I just tried this code and got the following error:
Parse error: syntax error, unexpected T_STRING in /home/teambuic/public_html/forums/packages/vbcms/widget/execphp.php(191)...
Forum:
vBulletin 4.x Add-ons
06-30-2011, 04:25 PM
Replies:
18
vBulletin CMS Widgets -
Events widget
Views:
5,786
Posted By
tomsch
i am working on correcting this item.
i am working on correcting this item.
Forum:
vBulletin 4.x Add-ons
06-30-2011, 04:24 PM
Replies:
18
vBulletin CMS Widgets -
Events widget
Views:
5,786
Posted By
tomsch
birthday widget getting close
birthday widget getting close
Forum:
vBulletin 4.x Add-ons
06-29-2011, 01:36 AM
Replies:
18
vBulletin CMS Widgets -
Events widget
Views:
5,786
Posted By
tomsch
there is only 1 known possible bug that i know...
there is only 1 known possible bug that i know of. i have not been able to reproduce the problem as of yet. it has to do with range events adding 1 day to the end date.
the only other issue is a...
Forum:
vBulletin 4.x Add-ons
06-28-2011, 11:04 PM
Replies:
18
vBulletin CMS Widgets -
Events widget
Views:
5,786
Posted By
tomsch
at this time No. I intend on adding...
at this time No.
I intend on adding Holidays and birthdays in the future.
Forum:
vBulletin 4.x Add-ons
06-28-2011, 10:00 PM
Replies:
18
vBulletin CMS Widgets -
Events widget
Views:
5,786
Posted By
tomsch
Events widget
This upcoming events Widget comes in 3 flavors.
1) Plain lists the next 10 events
2) list the events and the first Image that is in the event details. If no image is listed it will not add a...
Forum:
vBulletin 4.x Add-ons
06-26-2011, 11:34 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ok the range events not displaying is fixed in...
ok the range events not displaying is fixed in this version
ob_start();
global $db,$vbulletin;
$mydate = mktime(0, 0, 0, date("m"), date("d")-1, date("Y"));
$show_count =10;
Forum:
vBulletin 4.x Add-ons
06-26-2011, 11:21 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
another good catch thanks
another good catch
thanks
Forum:
vBulletin 4.x Add-ons
06-26-2011, 07:12 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
thanks for the bug report i'll get it resolved...
thanks for the bug report i'll get it resolved shortly.
i also added to my version the ability to have and image that is in the event to be displayed with each item.
i also added the capability...
Forum:
vBulletin 4.x Add-ons
06-24-2011, 10:26 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
yes use the last code i posted its working for...
yes use the last code i posted its working for all cases
Forum:
vBulletin 4.x Add-ons
06-16-2011, 12:13 AM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ob_start(); global $db,$vbulletin; ...
ob_start();
global $db,$vbulletin;
$mydate = mktime(0, 0, 0, date("m"), date("d")-1, date("Y"));
$show_count =10;
$query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE visible = 1...
Forum:
vBulletin 4.x Add-ons
06-12-2011, 02:24 PM
Replies:
125
vBulletin Forum Sideblocks -
UpComing Events SideBlock/Bar With/Without Image
Views:
24,147
Posted By
tomsch
as have said before the query used does not work...
as have said before the query used does not work properly in some cases.
there is a small "bug" in the way events sre stored for single day events as well as the query used to get the events does...
Forum:
vBulletin 4.x Add-ons
05-18-2011, 12:15 AM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ob_start(); global $db,$vbulletin; ...
ob_start();
global $db,$vbulletin;
$mydate3 = mktime(0, 0, 0, date("m"), date("d"), date("Y"));
// %d
$show_count =10;
$query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE...
Forum:
vBulletin 4.x Add-ons
05-16-2011, 10:20 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ok the code in my earlier post does that. how...
ok the code in my earlier post does that. how ever it only displays the date are you say you want the time displayed also??
Forum:
vBulletin 4.x Add-ons
05-16-2011, 08:23 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
old data??? what are you trying to do?
old data??? what are you trying to do?
Forum:
vBulletin 4.x Add-ons
05-15-2011, 05:18 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
this code has problems in the query use the code...
this code has problems in the query use the code found in this post it will solve some of them
https://vborg.vbsupport.ru/showpost.php?p=2192476&postcount=211
Forum:
vBulletin 4.x Add-ons
05-14-2011, 11:54 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
you should create a PHP Direct Execution...
you should create a
PHP Direct Execution widget and paste the code in my earlier post
Forum:
vBulletin 4.x Add-ons
05-06-2011, 09:58 PM
Replies:
125
vBulletin Forum Sideblocks -
UpComing Events SideBlock/Bar With/Without Image
Views:
24,147
Posted By
tomsch
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=231365" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=231365</a>
this post has a corrected query that take into account time zone...
Forum:
vBulletin 4.x Add-ons
05-05-2011, 11:17 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
answered my own question sorta Please test...
answered my own question sorta
Please test this version out i beleive it account for DST and time zones
ob_start();
global $db,$vbulletin;
$mydate3 = mktime(0, 0, 0, 5, 4, 2011);
// %d
Forum:
vBulletin 4.x Add-ons
05-05-2011, 12:20 AM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
in this widget the %d is the placeholder for...
in this widget the %d is the placeholder for todays date.
can anyone tell me where the placeholder is being set to the date??
Forum:
vBulletin 4.x Add-ons
04-29-2011, 12:20 AM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ob_start(); global $db,$vbulletin; // %d...
ob_start();
global $db,$vbulletin;
// %d
$show_count = 5;
$query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE visible = 1 AND (dateline_from > '%d' || ( dateline_from > '%d' AND...
Forum:
vBulletin 4.x Add-ons
04-28-2011, 11:32 PM
Replies:
316
vBulletin CMS Widgets -
Upcoming Events
Views:
62,587
Posted By
tomsch
ok I know why we are having troubles with some of...
ok I know why we are having troubles with some of the dates being a day behind.
In my opinion there is a bug in the calendar. when you post a range event is puts in a time zone entry and if DST is...
Showing results 1 to 25 of 60
Page 1 of 3
1
2
3
>
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: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.01798 seconds
Memory Usage
2,045KB
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
(64)
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.0027
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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
(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
(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