It would be cool to see providing parameters to the profile page plugin was improved.
ATM I can't provide no parameter to have a predefined where clause or no where clause applied at all.
I also noticed that only integers are valid as parameter, strings don't work.
multiple parameters would be nice also.
ATM I can't provide no parameter to have a predefined where clause or no where clause applied at all.
I also noticed that only integers are valid as parameter, strings don't work.
multiple parameters would be nice also.
Hi minimalniemand,
The Profile Page PlugIn is only designed to find single records using the record id to look them up (in Joomla record ids are almost always numeric - hence the integer validation).
That said, now that Max has put the PlugIn infrastructure in place it's possible to write new PlugIns to do other things.
Bob
The Profile Page PlugIn is only designed to find single records using the record id to look them up (in Joomla record ids are almost always numeric - hence the integer validation).
That said, now that Max has put the PlugIn infrastructure in place it's possible to write new PlugIns to do other things.
Bob
ah, I see. Thank you!
This topic is locked and no more replies can be posted.