Quote:
Originally Posted by Majidm
Yeah easy...
Go to the Plugin Manager, Add a New Plugin, Hook it to "memberinfo_complete" and in the Plugin put your PHP code and at the end of it, put the results into a variable (i.e $pluginresults )
Then goto your MEMBERINFO template in Edit Styles and put that variable where you want the results of the PHP code to go, just like this: $pluginresults (you don't have to put anything but the var name)
|
I think you missed the part about
:
I will setup a profile field to set the url of the function:
myFunction("$userinfo[field11]");
The function output will be different per user. They pass a userinfo var to the function. I can't do this with a plugin, if I'm not mistaken.