Need to unistall Drupal from a wordpress site on DreamHost

I need to uninstall drupal from my wordpress site.
Any help would be appreciated.

CSV Export Of A Product Catalogue

Hi,

Have looked around for a while for a solution to be able to export product data via csv. The task is not made easy due to the fact that product info is stored in at least 3 different tables.

Here's my solution to export data from multiple database tables to a single csv which is then renamed with a datestamp and can then be sent to another folder / server via cron. In this example i have used uc_products, node & content_type_product so that i can get SKU, Product name and a number of fields all into one file.

Put the following into a .sh file and run it through cron:

#!/bin/bash
MYSQLHOST="localhost" MYSQLDB="database_name" MYSQLDUMP="/path/to/file.csv" MYSQLUSER="database_user" MYSQLPASS="user_password"
MYSQLOPTS="--user=$MYSQLUSER --password=$MYSQLPASS --host=$MYSQLHOST $MYSQLDB" FDATE=`date '+%m-%d-%y'`

How to insert a text string into a database table (with php)?

Hi, thanks for reading this. I'm working with Drupal 7.

I have a table with the name of: "mytable"

I want to insert the string "abc" into a column called "mycolumn" using custom php code.

This is the code that I'm trying to use but its not working. Any ideas on why?

$node->mytable->mycolumn = "abc";

The above code is not working. Please let me know if you know what I'm doing wrong.

Thanks

Question on Theme tags

I am learning module development and have a theming layer question.

In the fivestar module (http://drupal.org/project/fivestar) in file '/includes/fivestar.admin.inc', how do I know what are the properties that are allowed in the $form['tags'].

For example, here in the code below '#tree', '#type', '#title', '#description', and '#weight' are specified. My question is WHAT OTHER PARAMETERS CAN I SPECIFY for the theming here? WHERE TO GET THAT LIST?

Facebook Type Profile Pages

Hi all,

I am very new to drupal and I am running into major problems using views. My goal is to create a profile page similar to facebook type profile page.

I know that I need to use views to create the page but my question is how and where do I start? I'm not sure I have the skill set just yet to customize pages with views. Does anyone have any insight as to how I can create a facebook type profile page?

Any help would be greatly appreciated!

Thanks,
Rc1585

Multi-site issue?

Hello guys,
Sorry if it's in the wrong section but I thought this best matched it from the options I could see.

So my issue is:
I have my original drupal installation at /www/Drupal6
with a website installed (working perfectly)

So i decided to try out Drupal 7 so I created /www/Drupal7 (gave it a different database username etc)
got this working perfectly

now if I go to my website in drupal 6 the theme doesn't show unless it's a base theme (6.22) but all the content is there?

any suggestions?
thanks in advance

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x