sszo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: podcast? How to podcasting from my blog in WPKiller App – Phone to email to podcast
I’m looking for:
- voicemail to email service – got it (in Australia) – will set email to my wordpress secret “Writing by e-mail” address.
- 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?Forum: Themes and Templates
In reply to: inserting image in semiologic header– 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 addvalign="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…)