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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 127
Search took
0.00
seconds.
Search:
Posts Made By:
doob
Forum:
vB3 General Discussions
04-29-2014, 04:25 AM
Replies:
1
Resend all Emails for account activation
Views:
1,457
Posted By
doob
I haven't tested that this is actually what you...
I haven't tested that this is actually what you want, but if you go into admin control panel -->scheduled Tasks-->scheduled task manager-->activation reminder email there's a button to "run" that...
Forum:
vB3 Programming Discussions
04-29-2014, 03:16 AM
Replies:
8
What's the latest release version of Blogs for Vbulletin 3.8.x?
Views:
1,431
Posted By
doob
What's the latest release version of Blogs for Vbulletin 3.8.x?
Is it 1.0.5?
Forum:
vB3 General Discussions
03-30-2014, 08:42 PM
Replies:
31
VB 3.8.7 and PHP 5.4
Views:
9,766
Posted By
doob
Bump. I'd be interested in a survey of php edits...
Bump. I'd be interested in a survey of php edits required, or syntax changes specific to VBulletin 3.8.x. and php 5.4 as well.
If anyone has tackled this successfully, or unsuccessfully, and can...
Forum:
vB3 Programming Discussions
03-28-2014, 04:38 AM
Replies:
4
Sticky broken: Learn how to code -- The links to w3schools are dead
Views:
691
Posted By
doob
Oddly enough, those were the 2 I clicked on! ...
Oddly enough, those were the 2 I clicked on! Funny.
Forum:
vB3 Programming Discussions
03-28-2014, 02:57 AM
Replies:
4
Sticky broken: Learn how to code -- The links to w3schools are dead
Views:
691
Posted By
doob
Sticky broken: Learn how to code -- The links to w3schools are dead
Sticky broken: Learn how to code -- The links to w3schools are dead
Forum:
vB3 Programming Discussions
03-28-2014, 02:30 AM
Replies:
5
Which for which? $bbuserinfo[] vs $userinfo[]
Views:
1,013
Posted By
doob
Thanks a bunch Zachary and ozzy47. Just too many...
Thanks a bunch Zachary and ozzy47. Just too many php files to look through...
:)
Forum:
vB3 Programming Discussions
03-28-2014, 02:25 AM
Replies:
5
How 'global' is $prepared[] ?
Views:
739
Posted By
doob
Thanks!
Thanks!
Forum:
vB3 Programming Discussions
03-28-2014, 01:49 AM
Replies:
5
Which for which? $bbuserinfo[] vs $userinfo[]
Views:
1,013
Posted By
doob
is $bbuserinfo global?
is $bbuserinfo global?
Forum:
vB3 Programming Discussions
03-28-2014, 01:46 AM
Replies:
5
How 'global' is $prepared[] ?
Views:
739
Posted By
doob
Its in MEMBERINFO for sure... along with a...
Its in MEMBERINFO for sure...
along with a bunch of other $prepared[] stuff.
Forum:
vB3 Programming Discussions
03-28-2014, 12:53 AM
Replies:
5
How 'global' is $prepared[] ?
Views:
739
Posted By
doob
How 'global' is $prepared[] ?
I've seen stuff like $prepared[musername] which would output...the user's name in a template. (I think I noticed it in the profile templates, but may be elsewhere).
I'm just wondering if anyone...
Forum:
vB3 Programming Discussions
03-28-2014, 12:51 AM
Replies:
5
Which for which? $bbuserinfo[] vs $userinfo[]
Views:
1,013
Posted By
doob
Which for which? $bbuserinfo[] vs $userinfo[]
I'm trying to understand the methodology of the use of $bbuserinfo vs. $userinfo in the templates.
Forum:
vB3 Programming Discussions
03-28-2014, 12:49 AM
Replies:
0
How to use profile picture in templates
Views:
522
Posted By
doob
How to use profile picture in templates
I'm trying to add the users profile picture to some templates, for instance USERCP.
I'm not sure if I'm using the wrong variable name or this requires a php edit, or both.
I've tried <img...
Forum:
vB4 Programming Discussions
03-26-2014, 12:21 AM
Replies:
4
How to generate the Log Out Hash in VB4
Views:
2,245
Posted By
doob
Sweet! This thread was EXACTLY what I needed...
Sweet! This thread was EXACTLY what I needed today!
Am plugging the navbar functions into external directories and could not get the logouthash to work. swapping $bbuserinfo['logout'] for ...
Forum:
vB3 Programming Discussions
03-20-2014, 05:27 AM
Replies:
4
using Phrases outside of install directory -- what loads them? - init.php or global.
Views:
792
Posted By
doob
I never would have guessed init_language had...
I never would have guessed init_language had anything to do with phrases...
It turns out the problem was actually to do with php syntax when converting the templates into php echo statements. PHP...
Forum:
vB3 Programming Discussions
03-20-2014, 04:59 AM
Replies:
4
using Phrases outside of install directory -- what loads them? - init.php or global.
Views:
792
Posted By
doob
No. I think I'm looking for something within the...
No. I think I'm looking for something within the actual php code. Something like include_once or include or register or similar.
Forum:
vB3 Programming Discussions
03-20-2014, 04:40 AM
Replies:
4
using Phrases outside of install directory -- what loads them? - init.php or global.
Views:
792
Posted By
doob
using Phrases outside of install directory -- what loads them? - init.php or global.
Can anyone tell me what bit of code normally is repsonsible for loading the phrase system and in what php document?
My guess is its something in global.php or init.php but I'm just not seeing it!
Forum:
vB3 Programming Discussions
03-20-2014, 04:36 AM
Replies:
10
Why bother with style="float:$stylevar[right]"
Views:
1,183
Posted By
doob
Brilliant Zachary. Now THAT makes sense as a...
Brilliant Zachary. Now THAT makes sense as a reason to use a phrase for this.
Forum:
vB3 Programming Discussions
03-17-2014, 11:03 PM
Replies:
4
What is CWD in require_once(CWD . '/includes/class_core.php');
Views:
883
Posted By
doob
Thanks! I now see it is basically a Vbulletin...
Thanks! I now see it is basically a Vbulletin constant defined in init.php which is basically using php's getcwd. Cool!
Forum:
vB3 Programming Discussions
03-17-2014, 10:30 PM
Replies:
4
What is CWD in require_once(CWD . '/includes/class_core.php');
Views:
883
Posted By
doob
That helps with the Acronym! What about the...
That helps with the Acronym! What about the definition? Is CWD relative to the php document or something else?
Thanks! So much to learn Vbulletin's code!
Forum:
vB3 Programming Discussions
03-17-2014, 08:23 PM
Replies:
4
What is CWD in require_once(CWD . '/includes/class_core.php');
Views:
883
Posted By
doob
What is CWD in require_once(CWD . '/includes/class_core.php');
Hacking external login today! And as always curious about some of the obscure code I'm finding.
Anyone know what CWD stands for or does in this line in init.php?
require_once(CWD ....
Forum:
vB3 Programming Discussions
03-06-2014, 03:00 PM
Replies:
10
Why bother with style="float:$stylevar[right]"
Views:
1,183
Posted By
doob
It doesn't really say: $stylevar['left'] =...
It doesn't really say: $stylevar['left'] = 'right'
haha.
Forum:
vB3 Programming Discussions
03-06-2014, 02:47 PM
Replies:
4
commenting out $block_data[latestentries]
Views:
658
Posted By
doob
Thanks!
Thanks!
Forum:
vB3 Programming Discussions
03-06-2014, 02:34 PM
Replies:
4
commenting out $block_data[latestentries]
Views:
658
Posted By
doob
Isn't <vb:comment> </vb:comment> just for...
Isn't <vb:comment> </vb:comment> just for vbulletin 4 and higher?
Forum:
vB3 Programming Discussions
03-06-2014, 02:28 PM
Replies:
10
Why bother with style="float:$stylevar[right]"
Views:
1,183
Posted By
doob
It occurs in every single template that uses a...
It occurs in every single template that uses a float. So pretty much every single template.
I'm not confused by the function...just the reasoning behind the development of Vbulletin to do it this...
Forum:
vB3 Programming Discussions
03-06-2014, 02:18 PM
Replies:
4
commenting out $block_data[latestentries]
Views:
658
Posted By
doob
commenting out $block_data[latestentries]
I'm working with member profiles... but I'm sure other templates use $blocks
I want to hide some of the blocks, like $blocks[vistors] etc.
I don't see anything in the control panel to disable...
Showing results 1 to 25 of 127
Page 1 of 6
1
2
3
>
Last
»
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:50 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.02007 seconds
Memory Usage
2,041KB
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
(9)
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.0021
(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(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(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi