sam05
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: GD Star Rating] widget custom post_typeAnybody for my problem with gd star rating ?
Forum: Plugins
In reply to: [DB Cache Reloaded] [Plugin: DB Cache Reloaded] Plugin Broken with WP 3.1I update plugin to DB Cache Reloaded Fix 2.2.3 (before I used DB Cache Reloaded 2.1).
I try it in wrapper mode and without.
I have no more error like before ‘DB Cache Reloaded Error: wpdb class is redefined’.But whatever I have always this text in my source code on each page :
<!– Generated in 0,697 seconds. Made 125 queries to database and -1 cached queries. Memory used – 28.33MB –>Apparently no queries are cached….
Have you an idea ? Thanks.Forum: Plugins
In reply to: import WXR breaks after 1 importOk I have a way ;
I try with older version of WP importer :
0.3 = same problem
0.2 = all done and works !!!Forum: Plugins
In reply to: import WXR breaks after 1 importTo complete I have no error message like : “PHP Fatal error: Allowed memory size of …”
Yes :
smcf-fr_FR.mo
smcf-fr_FR.poHi,
I wanted the same feature, so I do that :
in simplemodal-contact-form-smcf/smcf.php ; function footer()
after line :
$output .= "<div id='smcf-content' style='display:none'>
I put a line like that :
<INPUT TYPE='HIDDEN' NAME='mailTo' VALUE='".$mailTo."'>
before this line I put something like that:
`global $post;
$mailTo=$post->VAR;In simplemodal-contact-form-smcf/smcf_data.php
after line
if ($action == "send") {
I put :
$mailTo = isset($_POST["mailTo"]) ? $_POST["mailTo"] : "[email protected]";
I changed parameters of function with addinf $mailTo
function sendEmail($name, $email, $subject, $message, $cc, $mailTo) {
And in that function after line :
$to = get_option("smcf_to_email");
I put :$to = $mailTo;
Forum: Plugins
In reply to: [Plugin: Custom Field Template] wp-admin/edit.php & custom postAnd it’s working for me on 1.8.3 of CFT and 3.0.4 WP
Forum: Plugins
In reply to: [Plugin: Custom Field Template] wp-admin/edit.php & custom postYeaaaaah !!!
It’s working now ! You’re THE BOSS ! I changed two lines that you specified and that’s all right ??
Thanks a lot !
Forum: Plugins
In reply to: [Plugin: Custom Field Template] wp-admin/edit.php & custom postNo, I checked that and it’s the same value. I tried with other name in one word (like “professionnel“) and I obtained the same result.
And for my first problem, have you an idea ?
I really need your help for both (which are independent), please.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] wp-admin/edit.php & custom postI successfully created my own Custom Post Type, from scratch, not using a plugin. It’s for adding content about conference rooms
register_post_type( ‘gps_room’,
array(
‘labels’ => array(
‘name’ => __( ‘Conference Rooms’ ),
‘singular_name’ => __( ‘Conference Room’ ),
‘add_new_item’ => __( ‘Add New Conference Room’ ),
bla bla bla
Then I activated the Custom Field Template plugin but I can’t get it work work with my new custom post type.
In Settings > Custom Field Template…
– when “Custom Post Type (comma-delimitated)” is empty, the custom fields show properly in Add New Post but not in Add New Conference Room
– when I put gps-room in “Custom Post Type (comma-delimitated)”, I see the Custom Field Template meta box on the Add New Conference Room page but it’s empty except for two buttons “Initialize” and “Save.” Neither of which seem to do anything when clicked.
I feel like I’m close. I’ve got the meta box but not the fields. What am I missing?I think that I have the same problem, I can’t load wp-admin/edit.php page when the plugin is activated : a blank page without any line of code or text.
How can I fix that ? Thanks
Same problem here. I upgraded it to 4.0 last week, and since that day no visit is logged.
And when I want to change parameters I’ve a message like that :
Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php on line 179And the page is reloaded many times. With the error message, I’ve also a form with :
Please select the correct Analytics profile to track:
And a liste box with no value, so I can’t do anything.Help me please !
Forum: Plugins
In reply to: Cache Images plugin does not workI look for a plugin which is capable of image caching from flickr image. If this one doesn’t work, have you find an other (a good one) ?
Thanks for your answer ??
Forum: Fixing WordPress
In reply to: add_filter comment tagPlease, I need some help.
Forum: Plugins
In reply to: [Plugin: WP Email Guard] email in formAny answers ? please ?
And I use also form contact 7 plugin, and I haven’t this problem.
I have no idea.