Is Drupal a viable solution for my website? Please review What is Drupal before posting.

Assalam O Alaikum.

Hi

How are you all?

I am Ali Shaikh and I am new in this forum. please help me and love me.. Love you all..

Displaying multiple fields on a "node reference field"

Hi everyone,

I've been struggling for a while with this problem and I'm curious if anyone has any thoughts:

I have two related content types on my website -- "People" and "Projects". On a single People page I would like to display a preview of multiple Project content types that are related to that person. This would mean for each preview pulling three fields from the Project page -- the main project picture, the title, and the project description.

data input - node or not

I am about to move this site to drupal. I wondered what the best way to deal with data would be. Import to nodes and trust drupal or keep in current table/relational table format. Pros and cons would be appreciated. I'm really looking forward to this voyage into drupal!

Video Preset For FLV conversion with FFMPEG

I use Video module, FFMPEG to convert a video to FLV format.

This my FLV preset:

$preset = array (
  'name' => 'FLV',
  'description' => '',
  'settings' => array (
    'video_extension' => 'flv',
    'video_codec' => 'flv1',
    'video_preset' => '',
    'video_quality' => '3',
    'video_speed' => '3',
    'wxh' => '640x360',
    'video_aspectmode' => 'preserve',
    'video_upscale' => 0,
    'audio_codec' => 'aac',
    'audio_quality' => '3',
    'deinterlace' => 'detect',
    'max_frame_rate' => '',
    'frame_rate' => '',
    'keyframe_interval' => '',
    'video_bitrate' => '',
    'bitrate_cap' => '',
    'buffer_size' => '',
    'one_pass' => 0,
    'skip_video' => 0,
    'pixel_format' => '',
    'h264_profile' => '',
    'audio_bitrate' => '',
    'audio_channels' => '2',
    'audio_sample_rate' => '',
    'skip_audio' => 0,
    'video_watermark_enabled' => 0,
    'video_watermark_fid' => 0,
    'video_watermark_x' => '5',
    'video_watermark_y' => '5',
    'video_watermark_width' => '',
    'video_watermark_height' => '',
    'video_watermark_origin' => 'content',
    'autolevels' => 0,
    'deblock' => 0,
    'denoise' => '',
    'clip_start' => '',
    'clip_length' => '',
  ),
);

When ever i tried with More than 2MB files. i can see these errors.

Multisite, Domain Access, Subdomain vs other modules

This is not a specific question, rather directional. I've spent a week researching how to solve my problem and yet haven't figured it out. Here's what I ultimately need to achieve and any advice would be greatly appreciated:

I need to develop a website www.mysite.com, where users can create profiles, select a theme, inject custom css (like on Tumblr), upload photos, publish blog posts, and do all other social stuff. All their content will be structured in the following way:

www.mysite.com/user/john - John's profile

www.mysite.com/user/john/photos - John's photos

www.mysite.com/user/john/blog - John's blog posts

etc. Granted, that's pretty straightforward to do (theme/css handling is less so, but still achievable). My question follows below:

Then, some of the users (but not all) may want to register their own domains like www.johnshomepage.com and link them to their profile pages so that the URL structure becomes:

www.johnshomepage.com - John's profile

www.johnshomepage.com/photos - John's photos

www.johnshomepage.com/blog - John's blog posts

Pages

Subscribe with RSS Subscribe to RSS - Before you start