stakabo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: admin-ajax.php imgedit-preview header problemThere is a WP hook called “image_save_pre”.
This hooked is expecting your function to send back an image.
If it does not retunr an image, it will make wp_stream_image() fail to do it’s job.Forum: Fixing WordPress
In reply to: admin-ajax.php imgedit-preview header problemHi,
I just spend some time figuring out why this did not work on multiple site we have.
We found 2 possible cause:
1 – Any spaces left before the first <?php tag or after the last ?> tag. this could be in any plugins or in the current themes files.2- I also found that if you have anything using the hook image_save_pre it will cause this feature to fail.
Hope this helps anyone.
Have fun
Forum: Hacks
In reply to: Custom value in friendly urlHey there,
i did not try this, but maybe your having trouble because your calling a add_action(‘init’,’my_em_rewrite_flush’); after your filter, removing your filter ?
Forum: Hacks
In reply to: Multiple custom fields or serialized array in single custom fieldValue would be something like
Post 1 Color A is_default (true/false) - thumbnail url (string or attachment ID) - thumbnail url (string or attachment ID)So, it’s not much data to store in each group.
thank
Forum: Hacks
In reply to: Different StyleSheet for Category.Your code got cut from the forum. try pastebin so we can see it and help out 🙂
Forum: Networking WordPress
In reply to: 3.1 Multisite upgrade – Missing 'SuperAdmin' plugin menu itemsyou’ll find that menu in the upper right corner of the admin screen.
hope you fond it.
Forum: Plugins
In reply to: [SFR Clone Site] [Plugin: SFR Clone Site] WordPress 3.1 Network Adminit used to be in the network admin menu. but since 3.1, it magically moved …
Forum: Plugins
In reply to: [SFR Clone Site] [Plugin: SFR Clone Site] WordPress 3.1 Network Adminyeah, i notice that,
you’ll find it under the tools menu
hi, limiting 1,10 will not display all your blog, but only the 10 first.
I will build a query that SELECT only whats needed. now it’s a lazy SELECT *.
by getting only what the plugin need, it might imrpove performance a lot.got google talk ?
just tested on a dev with 3.1-beta1-16590 and it works ok.
this might be in the way 3.1 puts it’s site in the DB.
My version of WP is still 3.0.5.I’ll upgrade to 3.1 and see what happen …
go you get any error beside this ?
hum ..
and you have at least 2 site with difrent theme folders ?
hi,
are you running the plugin in a multi site WP install ?
What version of WP are your running ?Forum: Plugins
In reply to: [SFR Clone Site] [Plugin: SFR Clone Site] Welcome to the plugin forumhey there
serialize is a php 4/5 function.
http://php.net/manual/en/function.serialize.phpmy theme usaly contain a lot of subfolder and they copy just fine.
While testing, i notice that if you try to clone the same site over and over again and that one of them is broken or corupt because the plugin faild or or any other reason, the result would be not so great. are testing the plugin with the same site all the time ?