Need help migrating your site to Drupal?

How do I include javascript on my content pages

How do I include javascript on my content pages such as about us and such?

The formating options does not have a radio button for javascript. I have several js scripts on my old site and am not familiar enough with php to make the conversion.

Thanks,
pete

Vbulletin to drupal

I want to migrate my vbulletin forum to Drupal.
Vbulletin store each user password in MD5 hash. Each hash use a unique SALT.

The problem is, drupal don't use a SALT for MD5 passwords. Exist a way to get the vbulletin MD5 hash without SALT?.

I need suggestions. Thanks !

Not getting certain images to appear

I am attempting to convert my static site to drupal and am having problems with some of the images coming up. While loading they are outlined, however, when the page finishes they disapear.

The images I am referring are the ones that wrap my main content cell, well as the ones that wrap the page. A working page can be seen at: http://pbolduc.com as

The results I am getting with drupal can be seen at: http://pbolduc.com/furniture/

The images I am referring to can be found under the

Start I Wrap - page wrap - Start O Wrap - Main Content - Start I Wrap - primary links

comment tags found in the page.tpl.php code below.


print $language
" xml:lang=" print $language ">

print $head_title

print $head
print $styles


Only local images are allowed. Only local images are allowed.
  print $search_box
if ($header):
print $header

endif;

Only local images are allowed. Only local images are allowed.
if (isset($primary_links)) :

endif;
if (isset($secondary_links)) :

endif;

 
Only local images are allowed. Only local images are allowed.

if ($site_slogan):

print $site_slogan

endif;

if ($sidebar_left != ""):

endif;

if ($sidebar_right != ""):

endif;

print $sidebar_left
Only local images are allowed. Only local images are allowed.
print $breadcrumb

if ($content_top):

print $content_top

endif;

if ($mission != ""):

print $mission

endif;

if ($title != ""):

print $title

if ($tabs != ""):

print $tabs

endif;
endif;

if ($help != ""):

print $help

endif;

if ($messages != ""):
print $messages
endif;

print($content)

if ($content_bottom):

print $content_bottom

endif;

 
Only local images are allowed. Only local images are allowed.
 
print $sidebar_right
Only local images are allowed. Only local images are allowed.
if (isset($primary_links)) :

endif;
if (isset($secondary_links)) :

endif;

 
Only local images are allowed. Only local images are allowed.
 
Only local images are allowed. Only local images are allowed.

if ($footer) :

MYSQL Duplicate Key Error After WP / B2Evo Import

Recently I modified the wp_migrate script to work with Drupal 4.7 and the a site I had on B2Evo. Everything seemed to be fine, until today when I tried to add a new node from the Drupal backend, I received this error.

civicspace-0.8.3 upgrade to just drupal??

I just found out that civicspace is no longer its own complete drupal install. I have civicspace 0.8.3 installed, but how do move forward with this?

I attempted to do an upgrade straigt to drupal 4.7.4 & the database update page had civicspace version to civicspace v updates, but frankly I'n not sure how confident I can be in that upgrade.

Can anyone comment on that or make a suggestion?

drupal as a developement tool for a small webpage

Hi there,

(Note: I have already written a similar post a few months ago; but having now a small webpage as something to start from, I have now a much clearer idea of my needs)

I am a PhD student, and as such, I started a (really small) webpage to put some stuff related to my research. The goal of the webpage is:

- to give some information on my research
- to have some pages about various scientific softwares I am writing:
- publish a serie of documents about science, written originally in latex, exported in mathML and pdf.

I don't know much about web development, nor do I want to spend time on it. Right now, this is developed manually (see http://www.ar.media.kyoto-u.ac.jp/members/david/ for the present state): I edit the pages locally on my workstation, the files are under a source control system, and updated via rsync to the web server of my lab. This is far from optimal for various reasons, and I was thinking about using drupal for the following tasks/reasons:

- I am handling links/categorization by hand. This is awkward for obvious reasons; I think any CMS can handle this for me in various way. It looks like the taxonomy system is an elegant solution for this problem, though.
- When I update the webpage for something related to content, I would like a link to appear on a news column (also handled by hand now)
- Can I quickly make a theme similar to the existing webpage ?

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal