somefool
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Mallow and Mac/Safari browser problemsLooks like a Safari/java thing, the popup windows arent being passed the URLs by the looks – bearing in mind I know nothing about Javascript.
BTW, in NetNewsWire it also doesnt get passed the URL – it just links to a blank one.
Forum: Themes and Templates
In reply to: Smoothest Template Ever?kind of reminds me of the justwatchthesky.com of old – aside from that VERY nice.
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5youd inadvertently removed some /divs there
no problem
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5try changing
<div id="header" onclick="location.href='http://www.kastanaras.com/blog/index.php';" style="cursor: pointer;"></div>
<div id="headerimg">to
<div id="header" onclick="location.href='http://www.kastanaras.com/blog/index.php';" style="cursor: pointer;">
<div id="headerimg"></div></div>Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5Both ways should work, I can only imagine youve broken something (missing or extra div or something).
Theyve worked flawlessley for me before.
try removing the code from header.php as I said to get rid of the text
Forum: Fixing WordPress
In reply to: Theme Editorare the file writeable?
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5heres how to make the header clickable – http://fernando.dubtribe.com/archives/2004/10/10/make-my-head-a-clickable-link/
and to remove the text in the header remove this code
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>from header.php
Forum: Fixing WordPress
In reply to: Kubrick Header for WP1.5afaik its the same changes but just in header.php
Forum: Fixing WordPress
In reply to: WP1.5Final – submit comment button fails Mac OS Xyou wouldnt be running an old version of Spaminator or some other antispam would you?
I had this yesterday whilst mucking about with my theme and it seems the older version of Spaminator I was running would reject any comments i tried to make whilst logged in as admin because it wasnt getting the user/email details. However when I was not logged in it was fine.
Might not help.
Forum: Plugins
In reply to: Related LinksForum: Fixing WordPress
In reply to: Themes aren’t working after 1.2 to 1.5 upgrademainsite.com/wp/index.php is the index which came with wp
mainsite.com/index.php is as above, however change the line in there to require(‘./wp/wp-blog-header.php’);
the index in the theme should be whatever index came with that theme. WP doesnt move any files, its all in the database so its dynamic. Try using the default or classic themes (unaltered by yourself) to ensure youve not broken anything in your own theme.Try turning off plugins before running upgrade.php too
Forum: Plugins
In reply to: Banning IP’s to post commentsid recommend kittens spaminator along with spam words, but theres also spam karma and http://www.tamba2.org.uk/wordpress/spam/
Forum: Fixing WordPress
In reply to: Last Tested Stable Nightlyditto
Forum: Fixing WordPress
In reply to: Add to Spaminator ?Yes, it is