vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Registering variables and calling templates...where am I 8still* going wrong? (https://vborg.vbsupport.ru/showthread.php?t=253908)

Mark.B 11-18-2010 08:16 PM

Registering variables and calling templates...where am I 8still* going wrong?
 
I still can't this new system of calling templates and variables to work.

I have followed the article on it to the letter.

Currently I have a plugin at search_start.

I have the following at the bottom:

Code:

$templater = vB_Template::create('threadoftheday_day2');
    $templater->register('devebds', $devebds);
   
$template_hook['totd'] = $templater->render();

Nothing will output at all when {vb:raw template_hook.totd} is inserted into search_resultlist. Not the contents of the threadoftheday_day2 template, not anything.

I have even tried stripping it down to:
$template_hook['totd'] = 1;

To see if I can make it just output the number "1", as a test. But *still* nothing.

I don't understand where I'm going wrong in what would appear to be a perfectly simple process.

Lynne 11-18-2010 08:28 PM

Whenever I debug, I start real basic.
PHP Code:

$template_hook['search_results_top'] = 'HELLO WORLD!'

That template_hook already exists. So, start there and go backwards to see why things aren't working. I then changed the template hook name and added {vb:raw template_hook.totd} right below the other one. Still works. So, something else is going wrong for you - check your error_logs.

Mark.B 11-18-2010 08:42 PM

Thanks Lynne, that's sort of what my "1" was aiming at, it works if all the other code is removed.

Only obvious thing that springs at me, is this:

while ($devebd = $db->fetch_array($devebds))

Is $db->fetch_array still valid in vB4? That would certainly stop it working if it wasn't.

Lynne 11-18-2010 09:51 PM

Try $vbulletin->fetch_array instead? Although usually $db should work.

Did your error_logs say anything?


All times are GMT. The time now is 12:17 PM.

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.01056 seconds
  • Memory Usage 1,716KB
  • 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)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete