Quote:
Originally Posted by DaveLogic
I've changed this in vbgarage.php
// get special phrase groups
$phrasegroups = array('user','global');
to include Global phrases
The link is showing up but not adding the userID i.e
http://www.my_test_site.com/forums/p...hp?do=newpm&u=
This also occurs for send Email to....
|
The
global phrase group is included by default, there's no reason to add it to the
$phrasegroups(); array. Also, what variable are you using for the userid? If you're calling this in
vbgarage_viewgarage template, you'll need to use [high]$data[userid][/high]