i'm a newbie, but i really like the concept of drupal. i got many projects which i documented in doxygen style and i want to add the generated html files into a dupal homepage.
my idea is to parse the generated html files and load the content via a programming interface or a http request into drupal. how can i add the content programmatically?
i read some tutorials and searched for useful modules already, but i don't know how yet to implement my idea.
Using the Wordpress Migrate module + Migrate + Extras I was able to import my exported Wordpress data into Drupal! Yay!
But, I wanted to try again with different settings (i.e. Article vs. blog, attachments linked to Image field, Full HTML vs Filtered, etc.) so I deleted the data and re-imported with new settings. No go.
I get an AJAX HTTP error 200. Over and over and over and over again. No matter what settings I choose--even the original ones.
How is it possible to have a profile box view on the side of each post? I want it to have the users nick on the side of the post, and under each nick more information of the user
Ive got an old forum, from "freeforum.com".. Is it possible to move all of that content and all the old topics and posts into my new homepage and new forum??
I'm trying to convert some data from php-fusion to Drupal. I succeeded in migrating users data. Now its time for news (only titles and body, comments are not really important). So I created a table in MySQL, imported data from php-fusion, made it looking like from drupal (all columns like in Drupal). I converted tables: node, field_data_body, field_revision_body. I thought that's all, but...
As i am very new to this CMS, experiencing lots of difficulties. I need to build a Photo Gallery with a Drupal site. Its like there should have an option to create albums and upload photos to it. Please help me...