Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Killer App – Phone to email to podcast

    I’m looking for:

    1. voicemail to email service – got it (in Australia) – will set email to my wordpress secret “Writing by e-mail” address.
    2. looking for capacity to have that email (either .wav or realaudio at present) automatically present in blog.

    Then voila! Telephony podcasting.

    Trouble is I aint got the talent to contribute to the dev.
    Any takers?

    See https://flyingblonde.org

    – where I did the following using semiologic v2.1 (use your ftp program to TEMPORARILY change the permissions for the following files to writeable for everyone [someone help me here- it seems that is necessary if you use wordpress to edit the files…]):

    1. In canvas.css –

    #header
    {
    border-bottom: none;
    background: #FFFFFF url(/wp-images/flyingblondecraft.jpg) top left no-repeat;
    }

    2. In header.php (in the table with id="header") make sure the hieght is right for your image and add valign="top" to keep the admin menu at the top right of the page –

    <table id="header" class="canvas" height="205" >
    <tr align="top">
    <td id="admin_menu" align="right" valign="top">
    <?php if ( function_exists('sem_admin_menu') ) sem_admin_menu(); ?>
    </td>

    Many thanks to WordPress & Denis de Bernardy for such amazing resources. (PS I think thats all i did to make the image header work…)

Viewing 2 replies - 1 through 2 (of 2 total)