Closed (won't fix)
Project:
Popup filter
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 20:58 UTC
Updated:
8 Feb 2009 at 01:51 UTC
Hi,
I try to implement the example string:
this is a [popup form=search_theme_form effect=fade activate=click title='TEST POPUP FORM']
but I get:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'search_theme_form' was given in /home/gbaev/wwwroot/blogher/www/includes/form.inc on line 218.
and no form is displayed
What could be the problem? Please advise!
Comments
Comment #1
geobaev commentedComment #2
Scheepers de Bruin commentedHi,
Rather use:
[popup form=search_form title=Search]
as 'search_theme_form' is not a valid form id (or callback) - my bad - updated the documentation
thanks