- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- May 2005
- Status:
- offline
- last visit:
- 30.06.06
- Posts:
- 31
Well, this is strange, but my topics module isn't showing the topics in columns when I click on the Topics link. It's simply listing them all in one row until they're done, thus making me scroll horizontally to get to the end. As far as I know, it's supposed to break at some point and create a new row. This is what it's doing, if you can't picture it.
The Topics configuration gives no help, as the only option there arranges the icons in admin.php, not index.php.
I've re-uploaded the .php files in the topics folder with no luck. Are their other files that drive this module? What's strange is that the Topics module works the way it's supposed to in another instance of PostNuke that I have (same theme), but this one is broken somehow. The files come from the same source on my hard drive.
Any advice is appreciated. 8) -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
Works fine for me. (using firefox)
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- May 2005
- Status:
- offline
- last visit:
- 30.06.06
- Posts:
- 31
HammerHead
Works fine for me. (using firefox)
I'm using Firefox too (v 1.0.4) and it doesn't work fine for me. All of the topics are in one row and I have to scroll horizontally to see them. It looks the same to me in IE as well. Are you saying that the topics are in separate columns instead of one long row when you view? -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
For me, there are/were two columns extending down the page. Just visited again and they were all in a long line, but refreshed and it went back to how it was before...?
Anyway, check you have the number of columns setting in administration > topics set to the right value, and also try with a different theme.
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- May 2005
- Status:
- offline
- last visit:
- 30.06.06
- Posts:
- 31
HammerHead
For me, there are/were two columns extending down the page. Just visited again and they were all in a long line, but refreshed and it went back to how it was before...?
I have my topics configuration set to '2' but I haven't gotten to see it use two columns in the index.php for Topics as of yet. It's all one long row. I'm confused on how you could see two columns and then one row another time. ?
HammerHead
Anyway, check you have the number of columns setting in administration > topics set to the right value, and also try with a different theme.
I just tried it in the Seabreeze theme and it isn't working there either (all in one row). Then I went back to my other theme and it worked (two columns of topics). I refreshed and it went back to all in one row. Further refreshes keep everything in one row and make me have to scroll. I really don't understand this. :?: I'm using PN 0.7.5.0 -
- rank:
-
Freshman
- registered:
- May 2005
- Status:
- offline
- last visit:
- 30.06.06
- Posts:
- 31
I've got this fixed now. I'll post my fix in case someone else runs into this problem.
It turns out that the variable $count was being used elsewhere in other files and was interfering with the Topics module. So for the Topics module, I changed the variable to $counter and all is working perfectly now.
:D
