embedding nqf inside another block breaks?

playwithtoy - September 13, 2009 - 04:39
Project:Node Quick Find
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

VM - September 13, 2009 - 05:13

could you further explain how you are putting a block in a block? That doesn't compute.

#2

playwithtoy - September 14, 2009 - 00:05

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?

 
 

Drupal is a registered trademark of Dries Buytaert.