[Need Sugestion] Drupal as blog and forum, and Codeigniter as default front page

hi all, i just finish my girl friend website ratnadewi.net, it written with codeigniter and now we decide to begin a blog on it. and my choice goes to drupal instead of wordpress.

but i need your suggestion about :
1. Database, do we better join both our site database with drupal database?
2. in the future we will add forum on those site. is it enough only use drupal plugin to build a forum?

Thank you!

Edit: removed the link from the post because it looked like spam. chx

Need security updates and redesign

Need the new security updates installed and activated on several websites, same root, same server.

Also need redesign.

Contact Dirk

Creating new entity type

I've hung my project type admin ui in admin/structure. Everything was working just fine the other day, I could create a project_type, it would save it and show the list of project types available. Now, when I load the create new project type form, enter some values, I get the below error. It is like its trying to use every attribute of every field on my form, in the database query.

Form:

<?php
function project_type_form($form, &$form_state, $project_type, $op = 'edit')
{
if ($op == 'clone')
{
$project_type->name .= ' (cloned)';
$project_type->type = '';
}
$bu_options = entity_load('sponsoring_bu', FALSE, NULL, FALSE);
$opt = entity_to_list_values($bu_options);

$form['business_unit'] = array(
'#title' => t('Business Unit'),
'#type' => 'select',
'#default_value' => $project_type->business_unit,
'#description' => t('The business unit this request form is associated with'),
'#options' => $opt,
'#required' => TRUE
);

$form['label'] = array(
'#title' => t('Name'),
'#type' => 'textfield',
'#default_value' => $project_type->label,
'#description' => t('The human-readable name of this project request type.'),
'#required' => TRUE,
'#size' => 30,
);

$form['type'] = array(
'#type' => 'machine_name',
'#default_value' => isset($project_type->type) ? $project_type->type : '',
'#maxlength' => 32,

Site seems slow to load

Hi All,

I have been working to redesign our site using Drupal. The site is nearly finished, but appears (from our end) to be having performance issues. If I open the page from a fresh instance of firefox, I could wait 5+ seconds for the front page to load. Navigating from page to page seems to be the same. I have turned on boost and caching/aggregation of css and js. According to pagespeed (78 out of 100), I still need to put a longer expiration on pictures, but so far my efforts in our .htaccess file have been unsuccessful.

Does anyone know what module was used?

I love what this site did with their images. They have images that belong to various categories and when a user clicks various check boxes (it allows one or more) it narrows the photo display by those options.

Does anyone know which module they are using?

http://capitalcraftsmen.com/portfolio

Thanks!

Options within commerce module

Hi

Aplogies if this is not in the right forum - I am not a techie, I just have limited access to our site to be able to create products.

I am told by my IT department that the following is not possible using drupal but it is not logical to me that it has not been covered before.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x