youtube theme?

I am trying to build a youtube-like website.
Does anyone know a theme that will suite this kind of website?
I'll also be happy to know about recommended video uploading modules.
thnks...

Display image in teaser

Hi !

I made a content type for a basic page . The content type has a Title, body and image fields

Then made a duplicate of the views called "Front page" and linked the page view my new basic page.

That works fine exept the image doesnt doesnt display in the teaser, I have checked and dubbled checked that the Content type and all its settings are exactely the same as the content type "Article" , but still wont display the image on the teaser.

"new forum topics" update problem

Hi,

When i add new forum topic to my forums; i want to show this topic on the "new forum topic" block on the homepage of the site.

But i cannot get the "updated" "new forum topic" unless i click the clear cache button.

i need your help.

Regards,
Serhan

Problems With PDO (Requirements problem)

hi there,
I'm a drupal beginner and recently switched to drupal from wordpress.
it's for first I want to install drupal on a server, I've just been trying out local drupal before.
I uploaded drupal core .zip file on a sub-domain, and I got three errors while installing in Requirements page:
1. PHP extensions Disabled
2. Database support Disabled
3. Unicode library Error

Suggestions for how to store user related records/content?

I am thinking through some approaches to a problem, and wanted to bounce them against experienced brains.

Here is the scenario:

* Logged in OR anonymous user can generate a "report"
* A "report" is essentially just a record of user playing with a few inputs on a page and getting a result back
* The report data is probably a few fields, some html, and pdf file that was generated by our system
* User can do this as many times as they want
* When user is logged in, they can "Save" the report (persistent in database)
* Upon future login they will see a list of these saved reports
* Clicking on it will fetch the record.
* Ability to Delete a report
* No ability to Modify a report
* This does not need to be tied into the main Admin.
* The interface should be simple and tied into front end display (not admin tabs)
* Implementing with Drupal 7

Here is what I am thinking as options:

1. Save the data in a custom field in a User Profile
2. Create a homegrown table with user id as foreign key (and use various hooks, interfaces in our custom module to do the magic)
3. Treat the Report as a custom content type. (and use node/user references to tie it together)

Suggestions for how to store user related records/content?

I am thinking through some approaches to a problem, and wanted to bounce them against experienced brains.

Here is the scenario:

* Logged in OR anonymous user can generate a "report"
* A "report" is essentially just a record of user playing with a few inputs on a page and getting a result back
* The report data is probably a few fields, some html, and pdf file that was generated by our system
* User can do this as many times as they want
* When user is logged in, they can "Save" the report (persistent in database)
* Upon future login they will see a list of these saved reports
* Clicking on it will fetch the record.
* Ability to Delete a report
* No ability to Modify a report
* This does not need to be tied into the main Admin.
* The interface should be simple and tied into front end display (not admin tabs)
* Implementing with Drupal 7

Here is what I am thinking as options:

1. Save the data in a custom field in a User Profile
2. Create a homegrown table with user id as foreign key (and use various hooks, interfaces in our custom module to do the magic)
3. Treat the Report as a custom content type. (and use node/user references to tie it together)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x