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 48
Search took
0.00
seconds.
Search:
Posts Made By:
Jelmertjee
Forum:
Modification Graveyard
03-27-2009, 12:53 PM
Replies:
151
Administrative and Maintenance Tools -
Cron Based E-Mail Sending
Views:
35,251
Posted By
Jelmertjee
Awesome work, perfect when your host limits your...
Awesome work, perfect when your host limits your number of emails per hour/minute. thanks a lot.
Forum:
Community Lounge
10-31-2008, 04:28 PM
Replies:
21
Ie8
Views:
3,199
Posted By
Jelmertjee
Hmm I don't understand why so many vb.org people...
Hmm I don't understand why so many vb.org people like IE, of course vbulletin's markup is a bit outdated (tables, tables and more tables for layout) so it might look ok in IE6, but still IE6 only...
Forum:
vBulletin 3.6 Add-ons
10-31-2008, 04:06 PM
Replies:
677
Major Additions -
Yet Another Awards System 2.1.4
Views:
188,588
Posted By
Jelmertjee
I wasn't really satisfied with the postbit awards...
I wasn't really satisfied with the postbit awards position so decided to add one manually myself, it looks like this:
https://vborg.vbsupport.ru/external/2008/10/1.gif
How can you do it?
1....
Forum:
vB3 Design and Graphics Discussions
05-26-2008, 08:14 PM
Replies:
4
Which css is responsible for this colour...
Views:
953
Posted By
Jelmertjee
hmmm You'll need to have a look at the code, it...
hmmm You'll need to have a look at the code, it can't be that hard. First of all you need firefox and install the web developer plugin. Using that you can hover over any part of your site and it will...
Forum:
vB3 General Discussions
05-26-2008, 08:12 PM
Replies:
2
how do i change my navbar color???
Views:
772
Posted By
Jelmertjee
You will need to edit an image which is the...
You will need to edit an image which is the background of the navbar, but it also functions as a background for other things, so I would copy that image, adjust the colour, rename it and re-upload...
Forum:
vB3 Programming Discussions
05-26-2008, 07:21 PM
Replies:
1
Custom Header
Views:
827
Posted By
Jelmertjee
It should be simple, first of all you need a way...
It should be simple, first of all you need a way to identify the categories, if they are forums you should have a look at some of the vbulletin code and search for a variable storing the forumid for...
Forum:
Programming Articles
05-22-2008, 04:58 PM
Replies:
8
Managing Code Updates Efficiently - The Facade Pattern
Views:
6,008
Posted By
Jelmertjee
nice idea, so far my mods have been simple, but...
nice idea, so far my mods have been simple, but I'm already spending time changing stuff for 3.7.. I'll consider this in the future!
Forum:
vB3 Programming Discussions
12-07-2007, 09:14 AM
Replies:
2
Showing data in postbit via plugins
Views:
814
Posted By
Jelmertjee
Thanks! That worked, I was actually just using a...
Thanks! That worked, I was actually just using a simple variable to test it but have managed to setup everything how I want it now, postbit_display_start was the right hook like you said.
I'm not...
Forum:
vB3 Programming Discussions
12-01-2007, 10:50 AM
Replies:
2
Showing data in postbit via plugins
Views:
814
Posted By
Jelmertjee
Showing data in postbit via plugins
I'm trying to show some custom data in threads, but can't get it too work via plugins. I've tried all the possible hooks and added a variable in the postbit template (which I defined in the plugin of...
Forum:
vB3 General Discussions
11-25-2007, 10:53 AM
Replies:
12
List of IF Conditions
Views:
1,347
Posted By
Jelmertjee
True, there is no list since anyone can go into a...
True, there is no list since anyone can go into a script and define some variables that can be used, but there are a few which I find useful and use quite often, take a look here...
Forum:
vB3 General Discussions
11-23-2007, 06:54 PM
Replies:
6
How do I update a custom thread field on editpost?
Views:
1,042
Posted By
Jelmertjee
Thanks again, it works like a dream now ;), is...
Thanks again, it works like a dream now ;), is there anything I can do for you in return??
Forum:
vB3 General Discussions
11-23-2007, 10:42 AM
Replies:
4
How to Latest Forum Posts ~ HTML?
Views:
832
Posted By
Jelmertjee
This would be pretty simple to do with php, I...
This would be pretty simple to do with php, I don't know why you need to use .html instead with that feed, if you want a .php solution I could post it here.
Forum:
vB3 General Discussions
11-23-2007, 10:39 AM
Replies:
3
Running 3.5.4 thinking of upgrading to 3.6.8
Views:
761
Posted By
Jelmertjee
Hmm I would just test it on another server, its...
Hmm I would just test it on another server, its allowed to run a "development only" copy of vbulletin on your own server for example, it's quite easy to setup on windows with a xampp ...
Forum:
vB3 General Discussions
11-23-2007, 10:36 AM
Replies:
6
How do I update a custom thread field on editpost?
Views:
1,042
Posted By
Jelmertjee
Thanks! I've got it working right now, I needed...
Thanks! I've got it working right now, I needed to add some quotes around the variable but that was all.
So, now I can edit the custom post fields, but they aren't automatically filled with the...
Forum:
vB3 General Discussions
11-23-2007, 09:10 AM
Replies:
6
How do I update a custom thread field on editpost?
Views:
1,042
Posted By
Jelmertjee
I know you posted this a while ago, but did you...
I know you posted this a while ago, but did you find a solution after all? I'm trying to figure this out as well... I have custom fields when creating threads, but what's the use when you can't edit...
Forum:
vB3 General Discussions
11-19-2007, 02:10 PM
Replies:
1
BBcode [img] parsing problems?
Views:
661
Posted By
Jelmertjee
BBcode [img] parsing problems?
The last few weeks I've encountered some problems with BBcode parsing of images, when people create threads they look fine and the actual images are displayed, when I look again the next day the raw...
Forum:
vB3 Programming Discussions
11-13-2007, 05:42 PM
Replies:
2
Template
Views:
713
Posted By
Jelmertjee
what do you mean exactly?? there are quite a few...
what do you mean exactly?? there are quite a few tutorials on custom pages (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=custom+pages) which require little coding, or do you want to do...
Forum:
vBulletin 3 Articles
11-12-2007, 06:05 PM
Replies:
29
[HOW TO] Add custom fields to new threads
Views:
19,659
Posted By
Jelmertjee
so do you mean the "$var" was automatically added...
so do you mean the "$var" was automatically added to the thread, without any edits, I guess you would need to change the template at least, and thought you would need to do more programming?!
So...
Forum:
vB3 Programming Discussions
11-11-2007, 06:35 PM
Replies:
4
Code Help - How to place statement after each 1st post
Views:
736
Posted By
Jelmertjee
Well that's even easier, great idea Gray Matter!
Well that's even easier, great idea Gray Matter!
Forum:
vB3 Programming Discussions
11-11-2007, 05:19 PM
Replies:
4
Code Help - How to place statement after each 1st post
Views:
736
Posted By
Jelmertjee
well, you would need to get a variable with the...
well, you would need to get a variable with the number of posts a user has set to display per page, then it should be easy to calculate which posts are on the first page with some simple php I guess..
Forum:
vB3 Programming Discussions
11-09-2007, 07:53 PM
Replies:
3
Mysql question, selecting threads by date..
Views:
1,013
Posted By
Jelmertjee
Thanks a lot, I had already figured it out in the...
Thanks a lot, I had already figured it out in the mean time in a slightly different way, using mktime() to convert a $month and $year variable into 2 timestamps and then selecting all the threads...
Forum:
vB3 Programming Discussions
11-09-2007, 05:28 PM
Replies:
3
Mysql question, selecting threads by date..
Views:
1,013
Posted By
Jelmertjee
Mysql question, selecting threads by date..
I'm creating a sort of archive and need to select threads by their created date, so I'm trying to use dateline. I know you can use vbdate() to turn it into a normal, usable date but I don't think...
Forum:
vBulletin 3 Articles
11-08-2007, 08:16 AM
Replies:
21
How Design Affects Performance : Progressive Rendering
Views:
98,627
Posted By
Jelmertjee
Maybe this is not really on topic, but why is...
Maybe this is not really on topic, but why is vbulletin still using tables? div's with css would be far more efficient right? Furthermore you would have a better code - content ratio and better SEO,...
Forum:
vBulletin 3 Articles
11-08-2007, 08:04 AM
Replies:
29
[HOW TO] Add custom fields to new threads
Views:
19,659
Posted By
Jelmertjee
it's working fine for me (tested on clean 3.6.8...
it's working fine for me (tested on clean 3.6.8 pl2 install) although you need to do more edits to actually show the $var in the thread, it does get inserted into the database for sure. If it's not...
Forum:
vB3 Programming Discussions
11-06-2007, 09:18 AM
Replies:
0
repeating an array from db in a template??
Views:
762
Posted By
Jelmertjee
repeating an array from db in a template??
I'm creating a simple news mod for my site but I'm having some problems.. I can access the database and get the threads I need, but don't know how to repeat them in a template (eg. using a similar...
Showing results 1 to 25 of 48
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
06:57 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.01748 seconds
Memory Usage
2,040KB
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
(20)
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.0011
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi