View Single Post
  #108  
Old 05-08-2008, 05:59 AM
TAOG's Avatar
TAOG Offline
forum loafer
 
Join Date: May 2008
Location: Berlin/Germany
Posts: 19
Send a message via ICQ to TAOG Send a message via Skype™ to TAOG
after trying some hours that plugin, it rocks.
but two extra codes disabled in my admin backend the extension tab.

$_POST['tags'] = str_replace(" ", "_", str_replace(", ", ",", $_POST['tags']));

and

$_POST['headline'] = str_replace(array(".JPG",".jpg"), "",$_POST['headline']);


booth are things, i will use. than i got also the error popup with wrong key&url. actually it works with the error message.
Reply With Quote