Flytte til Drupal | drupal.org

Syndiker innhold
Need help migrating your site to Drupal?
Oppdatert: 16 timer 2 min siden

How do I do this?

28 juli, 2010 - 19:35

www.animeomnitude.com is my site I am looking into converting it into drupal.

So I have on my current site for exampl a multimedia section. click on Anime Downloads and it shows a list of Anime series. Click a series then it has a page with a ton of links to download the file.

How can I replicate this in Drupal. So create Multipedia Menu and then have links Anime Downloads underneath etc.

Also when creating the Anime series page would it be possible to have the series go there automatically or do I have to create each series page and then copy and paste its URL to the anime downloads page?

I know this is not well explain but I am very confused. If someone could give me clear instructions I would be very grateful as this is the only thing that is stopping me from moving forward in Drupal!

Edited by VM - Corrected version in use

Kategorier: Drupal

Made my Durpal offline and then logged out

28 juli, 2010 - 18:29

Hi, my name is Henry and I am new to the Drupal thing. I am the only administrator of my site's Drupal and I made it offline before. Then I accidentally logged out. How can I get back in?

Kategorier: Drupal

Which drupal module can be used to aggregate external links (pages from outside of my web site) into a separate menu?

27 juli, 2010 - 08:43

Hi,

I want to add pages in my drupal site (local host), these pages are external links,
I want these to add in a separate menu, which module should I use for the menu.

Kategorier: Drupal

payment and membership

24 juli, 2010 - 22:50

I'm new to drupal and CMS and I'm designing a site that needs to take paypal payments (monthly automatic payment out of accounts) and membership modules that can track what people download (pdf files) so we can charge for additional downloads if needed. I've had a look at the different paypal modules for drupal but I'm still none the wiser. Any help would be welcome.

Kategorier: Drupal

Can you Mod_Rewrite the /node/ word?

24 juli, 2010 - 04:19

Heya,

I already have clean urls on, but..

I notice the site is kind of like: site.com/node/5

but is there a way to make it say, for example: site.com/the page name/

Kategorier: Drupal

Newbie - Want to Convert Huge Website - Not Sure Is Worth It

23 juli, 2010 - 23:57

http://www.jandysbooks.com

My book review website has been in html for over 12 years. I've been using Dreamweaver about 10 years or so create the pages. Each book review has its own page. There are multiple menu page configurations to help the visitor find the type of book or title or author wanted. I'd like to have a blog comment section added at the end of each book review page, and perhaps the ability for a visitor to create a new book review page w admin consent. I downloaded the latest Drupal version, 6.17, to do some testing.

read more

Kategorier: Drupal

Migration Module Problem

23 juli, 2010 - 21:52

I'm trying to use the Table Wizard and Migration modules to import data into a new web site we are developing. Table Wizard seems to be working fine - I have created a table with my import data and TW can add the table and create the view. When I open the view it displays the data that I want to import.
I then go to Migrate and add the Content Set. This shows me the correct number of rows to import. I then map the data fields and begin the import.
Here's the problem though. The import says it has successfully imported the records, a "map" and a "msgs" table are created in the DB and the "map" file is populated. When I go to the "Content" menu, none of the imported data is there. I'm hoping someone can help with troubleshooting this, DB configuration tables that I should review or where in the module code I should look to try to catch where the problem is.
we are using Drupal 6.x and MySQL on Red Hat Linux box.

We have found a work-around. When we imported a content type with an existing node nid the module reported that it had added the records and completed successfully. We could not find the new nodes that should have been added though. We are now clearing all existing content from the new database, not entering the existing nid in Migrate mapping, and then importing everything as a new node. We let Migrate assign the nid's

Kategorier: Drupal

How to Switch to Drupal --Need some advice

23 juli, 2010 - 20:34

Hi,

I have a small website http://www.adaltadesigns.com that I would like to switch to Drupal. The current site is a single page with a contact form that submits with AJAX. I would like to add a similarly themed blog using Drupal. Obviously the blog will have a different layout then my current website, but I want them to complement each other.

My question is: Is it possible to convert my current page into a Drupal static page and keep the same functionality? Would it be better to keep the static page as is and just link to a Drupal Blog?

If the conversion of the static page is the way to go, any suggestions on where to start? Alter an existing theme? etc..

Thanks!
Seth

Kategorier: Drupal

Multi Site Drupal Wrapper

22 juli, 2010 - 16:00

We converted our main static site to Drupal, however we had several other sites we used that are not Drupal.... yet.

Can I move a non drupal site into the site folder and use Drupal as a wrapper till I convert all these pages? One site we use for team-based learning has over 20 php pages and 4 different modules. I would prefix these database tables so they don't conflict with Drupal tables, but I want a way to use Drupal as a wrapper and move this into the Sites directory till I convert. I would rather not have these other sites outside the root and cobble together css to make it appear like my main site theme.

Kategorier: Drupal

convert HTML template to drupal template

22 juli, 2010 - 10:07

hi every one,

I want to convert HTML template to drupal template.
I have convert some template on online application ( http://dhtmlextreme.com/portal/dev/tconvert )
but the template hide all administrator option and i try to convert it manual but i fail a lot of times
so pleas who know any easy way say to me

thanks ,

Kategorier: Drupal

dealing w/ a flash video

21 juli, 2010 - 19:35

This question is about how to implement a flash video in a Drupal site. Currently I'm calling the video directly on my page-front.tpl.php file by doing this:

<object>
<param name="movie" value="<?php print base_path() . path_to_theme() ?>/fla/psm_index.swf" /> <embed height="385" width="958" src="<?php print base_path() . path_to_theme() ?>/fla/psm_index.swf"></embed> 
</object>

I've got an 'action script' in the video which takes some swfs and randomly generates them w/ the main swf. It is as follows:

filename = ["bio_1.swf", "bio_2.swf", "bio_3.swf", "bio_4.swf"];
//path = "./";
i = filename.length;
k = Math.floor(Math.random()*i);
loadMovie(filename[k], loadInto);

Now, my long winded question. This video is giving me fits because it works when I 'browse' to it locally. However with the above code in my page-front.tpl.php the video will render, but not with the extra bio_1.swf etc. movies on top of it. I have no idea why. Any flash experts out there who have done something like this before and can help?

Thanks,
Phil

Kategorier: Drupal

meta tags options

21 juli, 2010 - 19:20

Are there any other options for getting meta tags on a drupal site other than the meta tag module? I haven't had much luck with it...

Thanks,
Phil

Kategorier: Drupal

Can't get HTML IMPORT or HTML Tidy to work

20 juli, 2010 - 21:09

HI,
I have tried to import static pages from various sources including very simple html pages. I have installed Drupal on my server for 4 different sites. Everything seems to work on all of them except HTMLTidy does not show up in order to configure the settings. Configure the module. (admin/settings/htmltidy)

When I run Import HTML it just hangs WSOD. I assume because I have no way to set the HtmlTidy options it is hanging. I have posted in various forums and no ideas.
Any help would be greatly appreciated. I have various sites I need to convert.

Kategorier: Drupal

DB relationships

19 juli, 2010 - 23:24

Hi,

Is there a published document with the table relationships and their descriptions? I've only found: http://drupal.org/node/161100 which is deprecated and doesn't give much info.

Thanks

Kategorier: Drupal

How to import database tables from an existing website to Drupal

19 juli, 2010 - 06:39

Hello, Im wondering if there's any utility out there I can use to import my existing database table to Drupal schema other than re-entering thousands of records ?

Kategorier: Drupal

Drupal 5 to 6

18 juli, 2010 - 23:35

Hello friends is it any one that wants to help a girl from sweden to convert here drupal 5 site to drupal 6
Sorry but i can pay anything.
Please respond to my mail at tagate@gmail.com.
The only thing i can do is too put your name in the Footer

Kategorier: Drupal

Switching from Joomla - Update Facebook and Twitter from a Front-page post on site?

17 juli, 2010 - 00:56

The main thing that I want to keep from my joomla site is to be able to update my facebook and twitter from my site (if I post a new post on front-page, it get sent to ping.fm and then to Facebook and Twitter)

Can I do the same in Drupal?

Kategorier: Drupal

Importing ads

16 juli, 2010 - 19:35

Is there any kind of ad module that supports simple CSV imports? A single ad doesn't have much associated info (image path, target, start/stop date, block) and I need to add a ton of them. An CSV import would be perfect.

Kategorier: Drupal

Content created by registered user needs to be deleted via admin

16 juli, 2010 - 06:50

I want to know if the content which has been created by a registered user on drupal then how do I as admin delete that.

Kategorier: Drupal

database to drupal

16 juli, 2010 - 02:00

I would like to load a database to Drupal and format each record as a book page. Can anyone point me to an example or give me a set of instructions? I have loaded the Migrate module plus all of it's pre- and co-requisites... now I am lost as to where to start. Or please point me to some good documentation for the migrate module for a Drupal newbie.

Chuck

Kategorier: Drupal
Drupal er et registrert varemerke for Dries Buytaert