robanna
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Engine] Error: Invalid TemplateI get the same error. We are on a windows server. WP 3.2.1.
Looks fixed with v 2.2.5
Thanks!
I’ve edited the release to include limit_one for surveys also if you would like the changes.
add to…pages/admin/survey/create.php near line 58
<[Code moderated as per the Forum Rules. Please use the pastebin]
added to wp-suvery-and-quiz-tool.php near 167
‘limit_one’ VARCHAR( 3 ) NOT NULL DEFAULT ‘yes’,
near 749
if ( $oldVersion <= “1.3.27” ){
$wpdb->query(“ALTER TABLE ‘”.WPSQT_SURVEY_TABLE.”‘ ADD ‘limit_one’ VARCHAR( 255 ) NULL DEFAULT NULL”);
}add a file “limit.php” in …pages/site/survey/
<h1>Already Completed</h1>
Thanks for your interest but you have already completed this survey.
I think that’s it but I might have forgotten something.
I had to manually add the ‘limit_one’ row to my _wpsqt_survey table though.
I’ll try but I’m not sure why it’s happening…
The plugin conflict is with:
http://wordpress.org/extend/plugins/seo-ultimate/
That plugin has several modules to it and the one that created the conflict was the Meta Description Editor. It allows user to use custome Meta Descrtiption and the one I was using was{excerpt}which pull the excerpt and uses it for the Meta Description. When I added a custome excerpt from the edit post page it fixed the issue.
I’m assuming that the Meta Description Editor was processing the survey shortcode and screwing thins up.Hope that helps.
Thanks!I see it was add to quizes but will you also be adding this feature to surveys too?
Thank You!
I have the same issue of the first link not opening in an external window.
It also does not mark it with the external link icon.
Forum: Installing WordPress
In reply to: Windows server infinite redirect after upgrading to 3.1maxsm-
That;s the same issue I’m having but our site is 7 years old and I’m not changing the permalinks now!
We are on IIS7Forum: Installing WordPress
In reply to: Fail after upgrade to 3.1 on network installLet me add more info to this post. It’s all on the other post but here it is again.
It’s not a plugin issue. I deactivated all of them and it’s still exists.
This doesn’t help as some have reported:
Infinite redirects on IIS servers – Try using the Permalink Fix & Disable Canonical Redirects PackOthers have reported the same issues on the other thread but that thread claims to be ‘resolved’ which I guess means they are look into it.
Thanks-
Forum: Installing WordPress
In reply to: Windows server infinite redirect after upgrading to 3.1I’m having a problem with sub-domainss on an IIS server after the upgrade. The main domain work perfect but the subdomains gets an error on ever page but the main pages.
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept cookies.http://apexprd.org/
http://indiantree.apexprd.org/
http://foundation.apexprd.org/Forum: Plugins
In reply to: [Plugin: Post Expirator] Change Category instead of Change StatusI’ve been using this hack. You lose the ability to set to Draft and it replaces that function with changing the category.
Near line 86 in post-expirator.php Comment out these 3 lines:
// wp_update_post(array(‘ID’ => $a->post_id, ‘post_status’ => ‘draft’));
// delete_post_meta($a->post_id, ‘expiration-date’);
// update_post_meta($a->post_id, ‘expiration-date’, $a->meta_value, true);and add these five lines:
delete_post_meta($a->post_id, ‘expiration-date’);
$my_post = array();
$my_post[‘ID’] = ($a->post_id);
$my_post[‘post_category’] = array(96);
wp_update_post( $my_post );Change ‘array(96)’ to the ID of the category you wish to have it changed to. All other categories will be removed.
Same here. I’m on version 1.4.3.
When I move the box in the edit/new post page to a new location, the next time I go back to the edit/new post screen it’s back at the bottom.
Anyone have a solution?
Thanks-
RobForum: Plugins
In reply to: Embed part of an external pageAh, I was searching for the wrong terms. I need a scraper!
http://wordpress.org/extend/plugins/wp-web-scrapper/
Done!
ThanksMe too. Mine are all 12:00 am
Forum: Plugins
In reply to: [Plugin: Post Expirator] Change Category instead of Change StatusHow would you write that line to take it out of Any Category and change it to the new category?
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Weekly mails stopped workingJohn,
Here’ a snippet from my log. Do you have the same?
daily ! newsletter already processed : (20101116 >= 20101116)
Yet it never does send.