Here is the issue. I am wanting to add PHPBT (Get File Here see 'download') to Drupal.
I want to be able to have registered users attach .torrent files to their blog entires etc. once they upload the .torrent it should be added to the tracker. If you refer to the newtorrents.php file you see the code to add the hash and file name to the PHPBT tracker DB. So everytime someone uploaded a .torrent file it could be tracked(?).
Purpse:
- a block that would show messages of the following type
.........."Joke of the Day"
.........."Prayer of the Day"
.........."Did you know..."
.........."Fact of the Day"
- - - - - - - - - - - - - - - - - - - - - - - - - - -
I hope to learn PHP soon. Until that day comes, (maybe months away) I hope some wonderful Drupal citizens will contribute the first version or phase of this proposed module. Thank you!
- - - - - - - - - - - - - - - - - - - - - - - - - - -
the nmoderation module allows users to vote on nodes. i would need a feature which allows the administrator to determine the amounts of votes someone has and to track the votes. there is some funding available and the script would be released on OS basis afterwards.
if someone can add this feature, there is one more site running drupal.:)
I'm trying to track down a bug handling revisions in book nodes. The book module makes reference to a node->revision (as opposed to node->revisions) field. This boolean field gets set by a checkbox in the adminstrative page for a book node. However, I can't find any indication of that revision field in the database. So I can't figure out how its state is maintained across invocations. Any pointers appreciated.
(1) I can activate it @ Admin > Modules
(2) Edit the "Reviews" menu @ Admin > Menus
(3) Change some end-user view settings for Review @ Admin > Settings > Review
But where do you add reviews?
I would have thought @ Create Content > Reviews? But it doesn't exisit....