When displaying the list of nodes in the selection box, the number of nodes is limited to the "Number of posts on main page" defined at admin/settings/node. This setting doesn't make sense in this situation.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | linktonode3.png | 6.74 KB | stborchert |
Comments
Comment #1
stborchertIt's because of invoking taxonomy_select_nodes. There is no way to retrieve all nodes in a term by using this function.
I will take the code and insert it into the extensions so all nodes will be displayed.
Comment #2
stborchertFixed and updated cvs/4.7:
linktonode_category.inc
linktonode_default.inc
Does it work as you would expect it to?
Comment #3
stborchertComment #4
ssteinem commentedThe effects of the two inc files are:
- no doc is selected, no category drop down appears
- under admin/settings/linktonode -> the inc files is displayed in plain text
Comment #5
stborchertHi.
Could you please try the newest version.
The screenshot shows how it should look like (node list has changed).
Output of
.../?q=ltc/linktonode? Javascript errors?Someone recently found a special case where
parseJsondid not work.results = eval('(' + req.responseText + ');');did instead (should be line 163).Huh? Do you have a screenshot of this?
Comment #6
ssteinem commentedOK, IE looks fine> a long and complet list with date and author.
Firefox, though, shows the turning wheel - forever (it's nice to look at it, of course, but...)
The error message in the java console:
Comment #7
ssteinem commentedOh, I forgot: the wheel starts turning as soon as a push the plugin botton. I can select the categories (while the wheel is still turning) but no nodes are displayed, ever.
Comment #8
stborchertHm, line 298? It is this function:
But its not called anymore. Could you remove these lines and try again? I saw you got the newest verion of functions.js, so it should work now.
Comment #9
ssteinem commentedThank's very much, everything works (without further change, I guess it was a caching problem even though I tried to eliminate these).
Comment #10
stborchertPuh, nice to hear. I was nearly despairing as I read your previous post :-).
Caching is really annoying sometimes, especially if you modify functions.js and nothing happens.
Comment #11
stborchert