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.