- Prob 1. Review Page: still have problem displaying review after it's added.
- Prob 2. Design: I need write a small section of code for displaying game on the sidebar. This will effect Users.xsl, Index.xsl, Metadata.xsl (specifically when action='view')
- Prob 3. Users Page: I need to add favorite into user page <- using import function
- Prob 4. Metadata Page (action='view'): I'd like to add a section that display game also in this category.
- Prob 5. Index Page: I want to add a section that display Newly Added game, this will require me to write a new method.
Prob 1. all along, was caused by a mistake in syntax, as always. For the while statement, I wrote test="msgType='view'" instead of the correct way: test="../@msgType='view'". Bloody hell! This problem wasted so many days!


No comments:
Post a Comment