vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   hook location not in plugin manager (https://vborg.vbsupport.ru/showthread.php?t=232710)

ageurtse 01-11-2010 06:24 PM

i have found a hook location which works but now i have a new problem.

this is what i do but the template variables don't work when they called from within a plugin.
is there a way to inject these variables into the template.

the tekst "show attachments" is displayed at the left side in the members drop down menu

hook location is forumhome_start

this is my code

PHP Code:

$template_hook['memberaction_dropdown_items'] .= '
<li class="left">
<a href="{vb:link member, {vb:raw memberinfo}}&tab=AJGattach">
<img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
show attachments
</a>
</li>
'



Paul M 01-11-2010 08:44 PM

You cannot put template syntax into template hooks in that manner.

Think of it as like using the php echo command, and build the output you want as a string.

ageurtse 01-12-2010 05:05 AM

Oke that i can do.

ageurtse 01-13-2010 05:49 PM

i still have a problem

i made a plugin which create a temple and output its content to a hook location

this is the plugin code
PHP Code:

$templater vB_Template::create('add extra field to popupbox');
$template_hook['memberaction_dropdown_items'] .= $templater->render(); 

this is my template
Code:

<li class="left">
  <a href="{vb:link member, {vb:raw memberinfo}}&tab=AJGattach">
  <img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
  show attachments
  </a>
</li>

now think this part isn't working {vb:raw memberinfo},this should get the userid from where whe hit the right mouse button.
why isn't it getting the members id.

BBR-APBT 01-13-2010 05:51 PM

I do believe you have to add

Code:

$global memberinfo
at the top of your plugin.

ageurtse 01-13-2010 06:29 PM

In the plugin? I think

Lynne 01-13-2010 06:33 PM

You need tor register the variable memberinfo for use in your template.

BBR-APBT 01-13-2010 06:40 PM

Quote:

Originally Posted by Lynne (Post 1954729)
You need tor register the variable memberinfo for use in your template.

Yeah that too, I totally over looked that.

iDCamps 01-04-2011 05:42 PM

What hook did you end up using for this?

I can't get memberinfo to be a global in any of the hooks I've tried so far.

Thanks.

wolfe 06-22-2013 11:24 AM

you can add it to "template_render_output" plugin will show on all needed popups :)

when also using the template hook $template_hook['memberaction_dropdown_items'] =


All times are GMT. The time now is 04:52 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.01892 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete