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 68
Search took
0.01
seconds.
Search:
Posts Made By:
pxd
Forum:
vB4 Programming Discussions
11-30-2012, 10:35 PM
Replies:
6
$vbulletin->datastore->fetch(array('customname')) adds 1 extra database call
Views:
1,355
Posted By
pxd
That was it, thanks a lot!
That was it, thanks a lot!
Forum:
vB4 Programming Discussions
11-30-2012, 03:51 PM
Replies:
6
$vbulletin->datastore->fetch(array('customname')) adds 1 extra database call
Views:
1,355
Posted By
pxd
Thanks, kh99. For testing purposes, I...
Thanks, kh99.
For testing purposes,
I attach the following code to the "init_startup" hook
and get nothing:
global $new_datastore_fetch;
if (!isset($new_datastore_fetch) ||...
Forum:
vB4 Programming Discussions
11-30-2012, 03:26 PM
Replies:
6
$vbulletin->datastore->fetch(array('customname')) adds 1 extra database call
Views:
1,355
Posted By
pxd
$new_datastore_fetch[] = 'customname'; I...
$new_datastore_fetch[] = 'customname';
I added the above line to the "init_startup" hook and it did nothing. (I replaced "customname" with the correct title).
I also tried another formula which...
Forum:
vB4 Programming Discussions
11-30-2012, 01:08 PM
Replies:
6
$vbulletin->datastore->fetch(array('customname')) adds 1 extra database call
Views:
1,355
Posted By
pxd
$vbulletin->datastore->fetch(array('customname')) adds 1 extra database call
I've been using the following lines of code to pull custom data from the datastore table:
$vbulletin->datastore->fetch(array('customname'));
$data = $vbulletin->customname;
However, I noticed...
Forum:
vB4 Programming Discussions
09-19-2012, 01:42 PM
Replies:
2
vB 4.2 Navigation Manager
Views:
759
Posted By
pxd
Thanks, Lynne, I found that thread, and the line...
Thanks, Lynne, I found that thread, and the line that helped me solve my issue: if (in_array($GLOBALS['forumid'], array(2,15))) $root = 'tab_nzg3_214';
Forum:
vB4 Programming Discussions
09-18-2012, 08:20 PM
Replies:
2
vB 4.2 Navigation Manager
Views:
759
Posted By
pxd
vB 4.2 Navigation Manager
Navigation Manager. This is a really nice addition to vBulletin.
I was wondering if it's at all possible to create a tab to link it to a certain forum (say forumdisplay.php?f=10) and make it...
Forum:
vBulletin 4.x Add-ons
12-13-2011, 12:52 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,527
Posted By
pxd
Guys, keep in mind this is product is in beta...
Guys, keep in mind this is product is in beta stage.
Forum:
vB4 General Discussions
09-17-2010, 12:40 PM
Replies:
0
Hook behaviour
Views:
381
Posted By
pxd
Hook behaviour
Hello,
I am trying to unserstand the hooks that are used to add extra functionality without applying changes to the php files.
The way I see it, any code inserted into a plugin attached to a...
Forum:
vB3 Programming Discussions
06-17-2008, 10:41 AM
Replies:
3
License Manager Mod
Views:
702
Posted By
pxd
License Manager Mod
I've noticed that vBadvanced uses a similar product licensing/download system to what vb.com does. Is this a publicly available mod or custom coding shared between the two portals? I'd appreciate if...
Forum:
vBulletin 3.5 Add-ons
04-14-2008, 11:38 PM
Replies:
646
Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!)
Views:
147,744
Posted By
pxd
I am looking for a way to output individual extra...
I am looking for a way to output individual extra field values in the postbit. Any code that can do that or does it require further modding, gio~logist?
Forum:
vB3 General Discussions
04-09-2008, 10:11 PM
Replies:
0
Display sub-forum threads in the parent category.
Views:
702
Posted By
pxd
Display sub-forum threads in the parent category.
Is there a mod enabling the display of sub-forum threads in the parent category list? Idea is to have threads show up on the parent forum page while still being assigned to different sub-forums of...
Forum:
vBulletin 3.6 Add-ons
03-02-2008, 09:08 AM
Replies:
171
vBulletin Blog -
vBdiary & vBblog - Convert a forum into a diary or weblog (blog) forum.
Views:
47,546
Posted By
pxd
Here's a temporary fix for the "no DataManager"...
Here's a temporary fix for the "no DataManager" that worked for me on vBulletin 3.7.0 Beta 5.
Add this line at the very top of class_dm_diary.php right below <?php
require_once(DIR ....
Forum:
Modification Graveyard
02-25-2008, 06:33 AM
Replies:
40
Miscellaneous Hacks -
Display Reputation Comments Given
Views:
13,973
Posted By
pxd
Nice mod, thanks!
Nice mod, thanks!
Forum:
vB3 General Discussions
02-24-2008, 09:23 PM
Replies:
2
How to disable quoting in certain forums? Thanks
Views:
665
Posted By
pxd
You can't do that.
You can't do that.
Forum:
vB3 General Discussions
02-08-2008, 11:04 AM
Replies:
8
I broke my forum
Views:
701
Posted By
pxd
I believe you tried to install Zoints SEO. Does...
I believe you tried to install Zoints SEO. Does disabling/uninstalling the mod make a difference on the forum?
Forum:
vBulletin 3.6 Add-ons
02-06-2008, 06:17 PM
Replies:
171
vBulletin Blog -
vBdiary & vBblog - Convert a forum into a diary or weblog (blog) forum.
Views:
47,546
Posted By
pxd
In the templates list, I see...
In the templates list, I see $stylevar[htmldoctype]_diary
Does this mean product installation did not go smoothly? (3.7.0 Beta 4)
Forum:
vB3 General Discussions
02-05-2008, 12:27 AM
Replies:
5
Similar to vBPlaza
Views:
986
Posted By
pxd
vBCommerce isn't going to be free though.
vBCommerce isn't going to be free though.
Forum:
vBulletin 3.6 Add-ons
02-01-2008, 01:44 AM
Replies:
104
End-User Options -
vBFavorites
Views:
32,369
Posted By
pxd
Adding a thread to favorites ends up on a blank...
Adding a thread to favorites ends up on a blank screen when trying to save the record. vB 3.7.0 Beta 4...
Forum:
vBulletin 3.7 Add-ons
02-01-2008, 12:19 AM
Replies:
39
Administrative and Maintenance Tools -
Add Search Engine Optimized Keywords & Description to each Forum
Views:
20,888
Posted By
pxd
Great tool. Installed :)
Great tool. Installed :)
Forum:
Modification Graveyard
01-31-2008, 11:55 PM
Replies:
122
Miscellaneous Hacks -
[you] Replacement
Views:
22,802
Posted By
pxd
Boofo, How does [you] translate to guests?
Boofo,
How does [you] translate to guests?
Forum:
Modification Graveyard
01-31-2008, 11:45 PM
Replies:
23
Administrative and Maintenance Tools -
Save Users' E-mail Addresses for vB3.7
Views:
5,613
Posted By
pxd
Sounds like a great mod to me, will install,...
Sounds like a great mod to me, will install, thanks :)
Forum:
vBulletin 3.6 Add-ons
01-28-2008, 09:05 PM
Replies:
51
Profile Enhancements -
My Best Threads
Views:
12,073
Posted By
pxd
Change that in the vB "Languages & Phrases"...
Change that in the vB "Languages & Phrases" manager in the admin panel.
Forum:
vBulletin 3.5 Add-ons
01-28-2008, 01:21 PM
Replies:
840
IShop - Simple, Flexible, and Integrateable.
Views:
152,360
Posted By
pxd
This is quite a long read, could someone please...
This is quite a long read, could someone please enlighten me on the following:
- Is it possible to pay real money (through paypal or something like that) for points?
- Can you purchase profile...
Forum:
Modification Graveyard
01-27-2008, 08:50 AM
Replies:
1,093
Major Additions -
iTrader v2.0.1
Views:
327,855
Posted By
pxd
You're doing something wrong as it worked ...
You're doing something wrong as it worked perfectly on my 3.6.8 and still working nicely after upgrading to 3.7.0. Make sure you edit your forum templates for the itrader scores to show up as per...
Forum:
vBulletin 3.6 Add-ons
01-26-2008, 01:20 AM
Replies:
51
Profile Enhancements -
My Best Threads
Views:
12,073
Posted By
pxd
Nevermind, I figured out how to do that, even...
Nevermind, I figured out how to do that, even though through file edits...
Showing results 1 to 25 of 68
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
06:10 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.03669 seconds
Memory Usage
2,037KB
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
(39)
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.0025
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(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