Editing a post with...
 
Notifications
Clear all

wpForo 1.x.x [Solved] Editing a post with Code inside it

4 Posts
1 Users
0 Likes
798 Views
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Trying to edit some posts with code in it (<>), i get this:

Any ideas?

3 Replies
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Let's see if it happens here also. I post the exact same code.

 

<?php if( osc_recaptcha_public_key() ) { ?>
          <script type="text/javascript">
                            var RecaptchaOptions = {
                                theme : 'custom',
                                custom_theme_widget: 'recaptcha_widget'
                            };
                        </script>
          <style type="text/css"> 
div#recaptcha_widget, div#recaptcha_image > img { width:280px; } 
</style>
          <div id="recaptcha_widget">
            <div id="recaptcha_image"><img /></div>
            <span class="recaptcha_only_if_image">
            <?php _e('Enter the words above',OSCLASSWIZARDS_THEME_FOLDER); ?>
            :</span>
            <input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
            <div><a href="javascript:Recaptcha.showhelp()">
              <?php _e('Help', OSCLASSWIZARDS_THEME_FOLDER); ?>
              </a></div>
          </div>
          <?php } ?>
dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Ok it happens. @robert pls try to edit the above and see the issue.

Thanks

dimalifragis
Posts: 2572
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

fixed.