Danube is a Bellevue, Washington software company that uses the Drupal CMS for our primary web site. We are looking for a local LAMP developer with strong Drupal experience for a full time employment opportunity.
If you're interested, please read about and apply for the job here:
Sorry if this topic already exists; i didnt look around enough.
I was asking,
what If I had a drupal website somewhere on some Hosting,
then
I got a new Hosting,
I wanan copy the whole website there.
how do i assign the folder i'll paste in the new hosting to the new database i'll have in the new hosting!! ?
I want to truncate some of the output, to prevent users putting too much text into a Flexinode field (yes I will convert to CCK at some stage).
I found a function to truncate the text. I can't put it in the Felxinodex.tpl.php, because of node listings.
I tried putting it in template.php, but it broke my site (I couldn't create nodes correctly).
My question is:
1. Which file should I put the code in?
2. How should I insert the code? At the end?
3. Does it have to have a special naming convention?