And in the e-mail results the quiz name appears like this: Quiz on \"Romeo and Juliet\".
Is there a fix for this? Or am I just not allowed to use quotes in the quiz name?
Thanks so much for creating this plugin and making it available. I’m currently testing it out to see how well it will work in a planned large-scale project. I like what I have seen so far. It looks very promising!
https://www.ads-software.com/plugins/quiz-master-next/
]]>Is there a way to make a question with an apostrophe without a preceeding back slash (\)? For example, this is what I get when asking .
I get “Who was Paul\’s brother?” instead of “Who was Paul’s brother?”
For some reason a back slash is inserted before every apostrophe. Just trying to make that not happen and wondered if there’s a solution.
Thanks,
Brian
https://www.ads-software.com/plugins/quiz-master-next/
]]>“Your server has PHP magic_quotes_gpc set to active. This produces formatting errors in the Ajax Event Calendar plugin.
Learn how to disable this setting in this forum thread. Ask your host provider for help.”
I am using Ajax Event Calendar Version 1.0.4
Here is the site URL: https://dlsa.org/calendar/
Thanks
m
https://www.ads-software.com/plugins/ajax-event-calendar/
]]>include_once(MY_PLUGIN_DIR.'/myfolder/myfile.php');
This is giving an error though when the plugin is activates:
C:\myfolder\PHP\wordpress/wp-content/plugins/myplugin/myfolder/myfile.php): failed to open stream: No such file or directory
But the folder does exist. Of course the forward and backslashes mixed in the path might be the problem but I am not sure if they are or not and if so how this is normally handled?
I tried same as the solution you provided, but there is some weird results produced.
What I typed in label field:
Where you want your brand to be? (Ex: Nation brand\, Franchise\, etc.)
What it shows up:
Where you want your brand to be? (Ex: Nation brand\, Franchise\, etc.)*
BUT, when I type for others:
1\,000\,000
It shows as
1,000,000
So, I’m wondering previous ones included “( )” and “:” does this 2 affects “\,” making the backslash show up?
https://www.ads-software.com/extend/plugins/si-contact-form/
]]>This happens when uploading pictures as well.
It did not happen all the time.
Only happened after moving from a subdirectory to the root directory.
The root directory had drupal running there before.
now, even the backup does the same thing
\”\\”\\\\”\\\\\\\\”\\\\\\\\\\\\\\\\”\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\”mailto:[email protected]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\”\\\\\\\\\\\\\\\\”\\\\\\\\”\\\\”\\”\”
]]>Below a screenshots to how it looks like in both the preview and editor after i’ve saved it. https://img168.imageshack.us/i/missinge.jpg/ and https://img295.imageshack.us/i/missingpreview.jpg/
Also i’ve tried to comment out set_magic_quotes_runtime( 0 ); in wp-settings.php and put in conditional ->
if(version_compare(PHP_VERSION, '5.3.0', '<'))
{
set_magic_quotes_runtime(0);
}
Also tried to add :
if ( get_magic_quotes_gpc() ) {
$_POST = array_map( 'stripslashes_deep', $_POST );
$_GET = array_map( 'stripslashes_deep', $_GET );
$_COOKIE = array_map( 'stripslashes_deep', $_COOKIE );
$_REQUEST = array_map( 'stripslashes_deep', $_REQUEST );
}
No way ,i’ll really appreciate if anyboy may help
]]>The link is generated as:
https://www.stc-access.org/\”https://www.stc-access.org/useronline/\”
Here is what shows up when I view source:
<div id=”useronline-3″ class=”widget widget_useronline”><h4>Users Online</h4>
</div>
1. WordPress Version 2.9.1
2. Theme Name Dojo 5.1.3 by Scott Vandehey
3. Blog URL https://www.stc-access.org
4. Problem Plugin Name And Version WP-UserOnline 2.60
5. PHP And MYSQL Version PHP 5.2.12, MySQL 5.0.88-userstats-log
https://www.ads-software.com/extend/plugins/wp-useronline/
]]>This effectively means that no links work in any of my posts now, or any other HTML tag that has any attributes (since I can’t use quotes to enclose the attribute). This has broken the posting feature entirely for me. I did a straight forware delete and replace with all WP files from the latest release, so I don’t have any stragglers from WP 2.5. It is effectively a fresh install attached to my existing database. Any help??
]]>(domain)/wp-admin
. When I enter that address and gets redirected to the login page, then after submitting my user-name and password, it would get timed-out giving me an error message saying “Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”
I have discovered that, however, if I type in (domain)/wp-admin/
(notice the extra back-slash at the end), then everything works like it should be.
Anyone has any idea why is this happening and how can I fix this? Thanks!
]]>