I am working on a project to migrate a site to Drupal. One of the features of the existing CMS is the idea of link integrity. This means that if we add an link in a piece of content (a simple anchor tag in a paragraph) we did not hard code the link with the URL of the content to link to but rather we selected the content that the link links to from a select box. This means that if the original piece of content gets renamed or removed then the link updates automatically.
I have created a sub theme of base theme Bootstrap . My motive is to convert a Bootstrap HTML page to the Drupal sub theme . So this is my sub theme.info file .
name = Boot
description = Bootstrap subtheme
version = 0.1
core = 7.x
base theme = bootstrap
Hello everyone. I recently finished working on a website, the half-working copy of it (with dummy-content) is here (alexpotapov.net)
Now I want to experiment with it and try to convert it to Drupal.
So my question is - how do I create such pages like the home-page of my site?
It has to contain:
1. Vertical slider. Each tab contains entries of one content type ("language courses" on first, "schools" on second, etc)
2. Embed video (from youtube/vimeo)
Hi guys.
I'm really new to Drupal and want to convert my old hompage to drupal 7.
The problem I'm facing now is:
I want the users of my current user database on the server to be able to login into my Drupal site.
I don't want to migrate the current users to Drupal, because I need the same database for different things.
How can I do that? Endless Google Searching and tries doing it failed.
I hope someone here can help me out, since this should be easier to solve...