I'm trying to figure out what my best option is for setting up a website for a magazine.
So, I'm looking for a CMS that will do the following:
1) Allow subscribers to log & save a cookie so they can see premium content;
2) Prevent multiple users from logging on with the same ID;
3) Can be skinned to give it a nice look & feel; and
4) Ideally, it will also be able to integrate with a credit card-processing service to allow people to subscribe.
How much of this is available in Drupal out of the box (or with a module)?
I want to add a blog entry directly into the database, rather than having users enter the entry by clicking on 'add blog entry'.
What's confusing me is the nid and the vid in the nodes.
When I
INSERT INTO node VALUES ..., will this automatically insert the correct nid and vid? Do I do the same for inserting the entry into the node_revisions table?
Thanks!
ps. I'm assuming I just have to update the node, node_revisions, and node_counter tables with the blog entry?
Whenever I choose in the downloads section ; drupal 4.7.0-rc.x then it will give me a file of 4.6.6..
4.7.0 beta.x gives me the same and so does 4,7,x...
I am a bit confused about wich version I should use and wich version is actually 4,7 ? because I need to select modules wich are compatible ...
I am searching in the downloads and all I see is 4.6 ... so I tried it because it was the 'latest release'... but I get the following error :
Fatal error: Call to undefined function: form_radios() in C:\Program Files\Apache Group\Apache2\htdocs\drupal\modules\tinymce\tinymce.module on line 561
So I guess it actually is the wrong version.. I am using drupal 4.7.... Can anyone tell me where to find the right version ?