Drupal is up and running but how do I ...?

Automatic Portfolio page

Alright, I previously was here on my first attempt of implementing Drupal for a portfolio system. I've currently been able to get the system working almost the way I want. Would it be possible to have a portfolio page automatically created for a user with them having permissions to modify it, upload images and files to it, etc?

I would prefer something that would work on the principal of

example.com/portfolio/1

Thus I could have in the User profile a custom field (I have overwritten the template) that links like so:

Addess book error in ecommerce module

Well I installed ecomerce module yesterday and everything looks fine. I realized that a new tab has been added in USER PROFILE named as "Address Book". WHen I cliks on it, it askes for adding addresses but as soon as I click the "Click here to add new address" link, I gets the following error -

Fatal error: Call to undefined function: store_build_countries() in /home/mysite/public_html/modules/ecommerce/address/address.module on line 307

Is this compatibility issue ?

Disable password changing for a user

I want to set up one user that members of my organization can use to access certain parts of my site (specifically adding/editing events), but I don't want that user to be able to change the password. It's one account for all my organizations' members (and I will tell them the un and pw). Setting up the user is no problem, but how to I stop folks from changing the password on that account once they are logged in? How can I make this an administrator-only function and hide the 'my account' page' from users?

"Display HTML help" checkbox not working

In Drupal 5.0, I have unchecked the "Display HTML help" checkbox on the Filtered HTML input format (I have installed FCKeditor, and I don't want people to think they can enter HTML tags). However, "Allowed HTML tags" section still shows up. Any ideas?

Thanks!

Creating multiple nodes and getting more than 3 multiple values

Less is more. I'm telling my problem directly.

I have CCK, fieldgroup_table and node relavity, so I can create my fields, use node reference on them, group them and create tables using fields. What I try to perform is creating a big table, lets say 5 columns and 25 rows. I create 5 fields with multiple values via CCK and design the table via fieldgroup_table. Up to there, no problem.

First thing: I can't have more than 3 rows in the table since multiple values only allows for three. Need something that user speficies first the number or some Ajax stuff like "add another".

I have found a patch for CCK on http://drupal.org/node/81197 but I don't think that works for Drupal 5. Does anyone know what changes should be made to get it work on 5.0.

If we can solve it, the second problem comes. Lets say I would like to use second column of every row as a node reference field, which is possible. But the node that I would like to reference is not created yet. As I enter a value to that field, I want a node (with another content-type - but same content type for all 2nd column values) be created and titled with that value, linking to the brand new node. So that, after finishing my work with this node. I can click through the links at the 2nd columns, reach each node, then edit it.

So this must be something needs node_save function. But I couldn't handle it at all.

Help with modules for first install

Greetings,

I am starting to use Drupal for the first time and, after reading most of the handbook, I'm still a little fuzzy on which modules (core or otherwise) I need for my requirements...any help would be greatly appreciated.

Essentially, I need to make a site that has the following features:

1) A number of static pages (which I believe is no problem using 'story' or 'page' nodes (probably the latter would fit better?)

2) A very simple registration page (name, usernmae, password) - I know this is part of the core system, I'm just curious if the registration form fields can be modified (or added to) from the administration?

3) ONE page that is editable by any registered user (I already asked about this here)

4) Simple Youtube-like functionality where any registered user can upload a video (up to 15megs), have it automatically converted to a flash movie, and have another page that displays the uploaded videos.
--> I have already done some research and found the following Drupal Flash Video Module...I just can't find any sort of documentation (or download) and have NO idea how to go about implementing it.
--> If there are any other ways of doing this, please advise

Pages

Subscribe with RSS Subscribe to RSS - Post installation