if you go to:
http://www.spazioausili.net/ejournal/show/2/_/_
select a section from the combobox, you will go to the right page, but, instead to display the list of article, we have only the "object" word.
keep in mind that not all sections have articles now, so try with "accessibilità" or "cellulari".
could you fix please?
thanks.
Comments
Comment #1
romca commentedoops, looks like when i fix something, i get something else wrong - this used to work
i will have to look into it on the test installation, but that will take time, perhaps on Monday, sorry for the inconvenience.
but it will be fixed
Comment #2
romca commentedhi Drein,
sorry for the delay. I did find time only yesterday night and at that time the cvs was down. And when I checked in (the latest version) it works. It has worked even yesterday with the old one. Can you please make sure you are using the correct file?
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/ejournal/?p...
Thanks,
Comment #3
drein commentedHi,
Sorry for delay, I was on holiday.
Anyway, I downloaded the ejournal.module from the cvs and the results are the same. I have the right title of the category when i select it, but then only the word "object", instead of the list of articles.
Anyway, I want to make some test in order to see if changing settings in taxonomy can help us to find where is the problem.
Comment #4
drein commentedGrrrrrr.
Things are quite complicate now.
Have you got an idea of how can I debug it?
I tried to change my dictionary for taxonomy, but the unique result I obtained is that if I select a term without content, I have the message "this category doesn't contain content", that's right.
Instead, if there are articles, only the word "object". I tried to see the html but it is unuseful, it said only:
I think the only difference between your file is the php snippet that you give me, to show previous and next article, but I'm not sure it is important.
?
Comment #5
drein commentedI found the problem!
it is in the snippet for having next previous article etc.
In fact, removing that from the theme directory, all works well.
So, could you look at the code and tell me what is wrong that make print the word "object"?
Comment #6
drein commentedsorry again, last time!
it prints "previous-next article" but not the list of article.
Comment #7
romca commentedhi,
does that snippet make all of your theme file? If yes, then the problem could be that instructions for processing the contents are missing. You have to *add* that snippet alongside with other instructions (just copy them from node.tpl and add the snippet in the appropriate place).
Other than that, I can't see anything wrong.
Hth,
Comment #8
drein commentedfixed.
I'm an ignorant when speaking about theming.
it was sufficient to paste all the node.tpl.php and arrange a bit with your snippets.
thanks.