This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

A small bug Ver1.6
#1

I found.. and Fix
'enabled_bb_code_url' --> 'enabled_bb_code_email'

PHP Code:
<?php 
################
# Ver1.6
####################
## -- OPEN ------------------
#
admin/includes/pages/layout_form_bb_code.php
#
##---- FIND------------------
# Line48
if (isset($_POST['enabled_bb_code_url'])) { $enabled_bb_code_email = 1; } else { $enabled_bb_code_email = 0; }
#
##-- Replace With ------------
#
if (isset($_POST['enabled_bb_code_email'])) { $enabled_bb_code_email = 1; } else { $enabled_bb_code_email = 0; }
#
#######################################

---------------------------------------------------
Commentics's Japanese Commentary Site
http://commentics.bbfriend.net/
*Sorry...I am not good at English.
---------------------------------------------------
Reply
#2

Hi,

Thanks, I can confirm that this is a bug and that it will be fixed in the upcoming v1.7.

Have you completed the interview?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)