Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 9    Views: 92

Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
01/12/14 02:49 AM (11 years ago)

BT Plugin - Interactive Quiz - Q's do not load

When using the BT Interactive quiz plugin on self hosted v3.0.0, the questions i add to the quiz do not load on screen. I cannot see the questions once i have added, so i am unable to remove or change. Here is a print screen of what i see. The 'spinner' does not spin. http://www.randalldesigns.co.uk/example.png Please help, am i alone with this issue? THanks Steve
 
fusionsch
I hate code!
Profile
Posts: 516
Reg: Dec 28, 2010
Montreux Switze...
11,610
like
01/12/14 03:06 AM (11 years ago)
You are not! Latest version (v1.7) is still buggy, we're all waiting for an update! Cheers Jack
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 03:07 AM (11 years ago)
Glad its not just me....sometimes i just count myself and think I've done something wrong when updating things..... P.S. POST 500 wahoo!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/12/14 06:53 AM (11 years ago)
Does this happen with other plugins using the self-hosted 3.0 standard? It works fine on my 3.0 server
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 07:37 AM (11 years ago)
menu simple seems fine. i add screens and then i see them in the list. What other plugins should i try?
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 07:52 AM (11 years ago)
MacImage Gallery also works fine with menu items
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 07:58 AM (11 years ago)
UPDATE: deleted my quiz and created a new quiz which now works. so it might have something to do with me creating the screen before your v1.7 update now its working though, I've noticed that 'Image File Name Large Device' and 'Image URL Large Device' auto populates: <?php echo fnFormOutput(fnGetJsonProperyValue( seems a bug in the screen html ?
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 08:07 AM (11 years ago)
this is the code in the childitems.html <input type='text' name="json_imageNameLargeDevice" id="json_imageNameLargeDevice" value="<?php echo fnFormOutput(fnGetJsonProperyValue("imageNameLargeDevice", $jsonVars));?>" /><br/> so if you leave it blank its going to default <?php echo fnFormOutput(fnGetJsonProperyValue( because it falls in the value field can this be deleted so the value field is blank?
 
fusionsch
I hate code!
Profile
Posts: 516
Reg: Dec 28, 2010
Montreux Switze...
11,610
like
01/12/14 08:10 AM (11 years ago)
Had some transient issues like that too and now same issue as Bonzo in his last posts. And more issues, see this: https://www.buzztouch.com/forum/thread.php?tid=0D9C35EAF8FC63DA09F335C&sortColumn=FT.id&sortUpDown=DESC&currentPage=1
 
Bonzo
Apple Fan
Profile
Posts: 783
Reg: Jan 30, 2012
Basingstoke
13,530
like
01/12/14 08:15 AM (11 years ago)
i seem to have fixed my issue by changing the child items.html file changing only the 'input type' lines to the below <div style='padding-top:0px;'> <b>Image File Name Large Device</b> &nbsp;&nbsp; <img src="../../images/arr_right.gif" alt="arrow"/> <a href="#" onclick="fnPickFileName('json_imageNameLargeDevice','/images');">Select</a> <br/> <input type='text' name="json_imageNameLargeDevice" id="json_imageNameLargeDevice" value="", $jsonVars));?<br/> </div> <div style='padding-top:0px;'> <b>Image URL Large Device</b> &nbsp;&nbsp; <img src="../../images/arr_right.gif" alt="arrow"/> <a href="#" onclick="fnPickFileName('json_imageURLLargeDevice','/images');">Select</a> <br/> <input type='text' name="json_imageURLLargeDevice" id="json_imageURLLargeDevice" value="", $jsonVars));?><br/> </div>
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.