Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
Views: 1,431
Posted By doob
Forum: vB3 General Discussions 03-30-2014, 08:42 PM
Replies: 31
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
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
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
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
Views: 739
Posted By doob
Thanks!

Thanks!
Forum: vB3 Programming Discussions 03-28-2014, 01:49 AM
Replies: 5
Views: 1,013
Posted By doob
is $bbuserinfo global?

is $bbuserinfo global?
Forum: vB3 Programming Discussions 03-28-2014, 01:46 AM
Replies: 5
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 658
Posted By doob
Thanks!

Thanks!
Forum: vB3 Programming Discussions 03-06-2014, 02:34 PM
Replies: 4
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
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
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

 
Forum Jump

All times are GMT. The time now is 11:50 AM.


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