Hello and thanks for this great module!
I have php configured to not allow short open tags, as for many is the case, and on the 'create related content' page I get nothing. I found nodereferrer-create-inline-menu.tpl.php and nodereferrer-create-menu.tpl.php using short open tags and corrected them. Even then, to see the 'create new' button I had to set 'Use a javascript popup rather than a redirect for the local task' to unchecked. Any ideas why?
Thanks!
Comments
Comment #1
Alice Heaton commentedHi, sorry I didn't reply earlier - I'm not the module owner (but I did the D6 version), so issues here don't show in my own issue page. I'll try and remember to come here more often.
Glad you like the module :)
Comment #2
Alice Heaton commentedChanging status to needs more info.
Comment #3
chrisroditis commentedThanks for looking into this!
I am using Firefox 3 with javascript enabled, no error whatsoever, and I get no popups at all. When I click on the "create new *content*" arrow, I am redirected to a create node page which works well but it is not a popup. This is not really an issue for me, as I like the functionality already but it would be nice to troubleshoot this for other users.
Comment #4
Alice Heaton commentedThanks christopher. I've tried with FF3 on another machine but it works with my test site.
The module does something pretty lame [*] to find which the 'Create Related Content' menu is, which I've reported as a separate issue here http://drupal.org/node/312807 ; if your URL isn't the clean, verbatim drupal URL this might be the cause of what your are seeing.
Do you have clean URLs enabled ? Do you add any prefix to the URL, such as language code ? Can you paste what the URL is when you are viewing the page ? And (if you are at ease doing this, don't worry if it feels like a hassle) can you look at the HTML and paste the code of the link to Create Related Content ? It should look something like this :
[*] In my own code of course, which is why I'm allowed to say it's crap :)
Comment #5
chrisroditis commentedDear Anselm, the url I am using is rather different from a usual one, being that I am running the web server locally, and I have a structure such as: http://localhost/websitename.tld/ as website root. However I have tried the latest release and it seems to be running fine! So thank you for looking into this!