Posted by playwithtoy on September 13, 2009 at 4:39am
Jump to:
| Project: | Node Quick Find |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
hey all
node_quick_find is exactly what i need
when i put it by itself in a test page it works great
the autocomplete the search
its great
as soon as i put the nqf block inside another block
nothing works
not the autocomplete
and not the search
anyone come across this issue before?
can someone point me to a direction with this?
thanks
toy
Comments
#1
could you further explain how you are putting a block in a block? That doesn't compute.
#2
hello again
of course it doesnt compute
im sure im not the first person to try to do this pretty obvious thing
so any help you can give would be greatly apprec
i have a block which is built via the php window
fairly simple ul and li
and thats it
and the last
<li>i put this in
<?php$block = module_invoke('node_quick_find', 'block', 'view', 0);
print $block['content'];
?>
which is pretty self-explanatory
nqf shows up fine
but all the features that go with it doesnt really work
like auto complete on the most common of tags
and searching on the common tags
perhaps im setting up the nqf wrong?
#3
Hello,
the described way is the standard way to add a block programmatically so it should work (but it does not).... maybe we should look into an other module that defines blocks to see if there is missing something...
when I add the block this way it appears and i can use it as a search form but it does no auto-complete search
#4
some additions:
the block works this way when I'm admin but not when I'm anonymous - so this is maybe some permission or caching problem
#5
I'm not sure why you'd even want to do this. Is it so you can add header text, etc?