| Re: Can't visualize stories in homepage. xoops 2.0.13 |
| by mferreira on 2006/4/5 22:07:27 Done! The issue was the field topic_frontpage it was 0 in all the topics. Now is 1 and works perfectly. |
| Can't visualize stories in homepage. xoops 2.0.13 |
| by mferreira on 2006/4/4 22:54:41 Hello everybody! I cant visualize stories frome the stories module. I installed the module successfully. Afet that i took old (old version of the module) database tables xoops_stories and xoops_topics and modified them to have the same structure of the new tables (new version of the module). And now, I can see all my articles correctly. I can edit them, see statistics, etc... But when i enter to the module as a user, i can only see the dropdown topics list and after that i see: (1) 2 3 4 ... 62 » (nothing here) (1) 2 3 4 ... 62 » If i select a topic from the dropdown, I can see the stories correctly. If i enter to the module (to see the empty page again) and click to go to the second articles page, the browser url turns from: .../html/modules/news/ to: .../html/modules/news/index.php?storytopic=0&start=5 and if i modify the last numbers specifically the topic one to: .../html/modules/news/index.php?storytopic=1&start=0 It shows me the last topics. When browsing the table xoops_topics, i realize that i dont have any topic with id 0. Can you help me? Thanks! |