I am toying with the idea of building a movie review module, my thinking on this would be to start with the news module. As this stands I believe this offers 4 initial fields- title, article lead in, the article proper and notes.
Which as they stand could be modified to - title, plot, review and recommendation. So far so good.
But this does require additional fields- eg cast member 1-5, director, distributor and a rating (reviewer rating as opposed to user rating) and possibly an amazon link
To achieve this I am guessing that I will need to change - the install file to take into acount extra fields and that since most of what is being added is text, I would have to look what is being done with story lead in and duplicate this for the new fields (with maybe a little tweaking) I also have an idea for adding a stills gallery to each review based on this-
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=42552&start=0
I am also guessing I will have to tinker with the search to make it all serachable and add story.
before I embark on all this I would welcome any suggestions, potential pitfalls- and any other stuff that you feel I should know.
regards
herman
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 10:33 PM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Movie review module
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Mar 15, 2006
- Posts: 20
cannibus
i would check the Reviews (or even ProdReviews) module, and take from that, it has comments built in, ratings, lead in,
only problem is the Review module isnt pnRendered.
Thanks for that. But Ive had a major rethink, for what I need to achieve I didn't really need a module at all. There was no reason why I could not have put all the info I needed in the story lead in.
Sometimes I guess there is always the temptation to look for a complex solution where one is not really needed.
It maybe a bit cack handed but if I combine all this with auto links that point to a search then I can create a pseudo movie database.
This leaves me one thing to investigate and I am in business, how to allow HTML in articles but not in comments, any ideas would be again appreciated .
Seems however I can build a working movie database around news
Incidentally if these lines in news/index.php :
Quote
switch (pnConfigGetVar('storyorder')) {
case '1':
$storyorder = "$storcol[time] DESC";
break;
default:
$storyorder = "$storcol[sid] DESC";
break;
is altered to sort by title and aricles is posted in catagories a-z and topics are set to years eg 2005,2004 etc then I think I would pretty much have achieved what I set out to achieve.
This can be used to display video/dvd covers for each article/review:
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=42552&start=0
and then bobs yer uncle.
all the best,
herman
- Moderated by:
- Support
