• Resolved AdrianFx

    (@adrianfx)


    I’ve been playing with your plugin and works nice for most parts.

    I just have 3 start modules, and each module is followed by a test. After the test is completed user gets access to a “diploma”.

    I don’t require a tree structure, too many things for users to click. So I’ve put a short code to a chapter on a normal page. And popup seam to stop working. I investigated and the cluevo.js file is not included in pages. I would expect to have the popup working here too.

    Now about the popup, I need to have new window popup not a new tab. I kinda fixed this by adding dimensions for windows.oprn() in cluevo.js. I’m worried that the actual link to the course is exposed to the world and communication is done from window to window and parent window could be closed. I’ve seen another system that used a wrapper with the module loaded inside an iframe. On completion / close it would reload the parent window. A wrapper would help to customise the UI, and permit me to do the popups how I want.

    I would also need to know if there is any way to read the user score or level from code. After the test module user should have access to diploma and another section of the site. Maybe even change the role of the user, so he would have access to other areas of the website.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author CLUEVO

    (@cluevo)

    Hello Adrian,

    thanks for getting in touch. We are actually working on improvements to the tree system so you are not locked into 3 levels of organization. The popup thing didn’t occur to us, but it shouldn’t be a problem to add another display mode that actually opens a new window instead of a tab, I think we can get this into the next update release.

    The shortcode not working seems to be a bug, the cluevo.js should normally be loaded as soon as a module can be opened. We’ll get this sorted asap.

    As for the user level, do want to read the user’s data from your theme’s code? I think I can hook you up with a couple of functions that provide this kind of data.

    Greetings,

    the CLUEVO team

Viewing 1 replies (of 1 total)
  • The topic ‘Short code in pages and true popup.’ is closed to new replies.