Jump to content

Greek76

Members
  • Posts

    254
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Greek76

  1. On 12/29/2020 at 2:44 PM, Adriano Faria said:

    Ok. Will send a message if necessary.

    So far no other users are have this issue. It seems to have been just the two. They took another quiz and didn’t have any issues at all. Just giving you a heads up and thanks!

  2. 1 hour ago, Adriano Faria said:

    You mean the topic stuff? I can certainly make a custom version for you but it doesn’t make much sense to me because you will have topics repeated at every year, so it doesn’t look interesting to me.

    I was thinking more inline with the nineteenth century. I run a movie based forum on old film so I was thinking of something like on this day in history Casablanca was released or that actor John Doe was  born today. 
    I suppose you have a point though. Every year the same thing would be posted I really didn’t think of it like that. 

  3. Adriano I let the theme developer know over at ipsfocus.com and he's going to look into it. My question is what did you think of my recommendations up above? Are they possible to do and if so would you consider adding the option? Thanks!

  4. 1 hour ago, Steph40 said:

    Any and every apps on the marketplace is made for the default theme, how are dev suppose to test on every theme? I would think that it is the theme dev that has to follow ips standard. 

    Thank you Adriano. 

  5. 1 hour ago, Adriano Faria said:

    All the resources are made based on default theme, otherwise I would have to develop one resource for each theme out there, what would make things totally impracticable. 

    Ask support for your designer. Maybe some CSS of your theme is causing the issue. Feel free to ask him to contact me via private message if he didn’t agree with something. 

    Gotcha and thanks!

  6. 5 hours ago, Adriano Faria said:

    It works fine to me:

    9tQYiku.png

    Default theme.

    So this is only configured to work on the default theme? If I would've known I wouldn't of purchased it. I don't use the default theme on my forum. 

  7. 4 minutes ago, Adriano Faria said:

    Can't reproduce as you can see. I may take a look tomorrow and fix,l if that's the case.

    Ok thanks. Also I’m on invision cloud if that helps. Maybe something with the cloud service?

  8. 3 minutes ago, Adriano Faria said:

    You didn't ask but I said:

    replying to your sarcasm:

    So if you want to go on seriously on this, let me know, because I don't have time avaialbe to this.

    First I wasn't being sarcastic. I was surprised that you didn't get an error but my two users did. You were being sarcastic with me so I was being sarcastic back and yes and I don't have times for games  either. I posted the logs above. 

  9. 6 minutes ago, Adriano Faria said:

    That’s why I requested the log. There’s no magic. Something wrong is happening in your board and the log entry will say what it is. You will find the log in ACP -> Support -> System logs.

    Guests can’t play quiz.

    I didn't ask why you why requested the log. I asked how do I get the log. Obviously its not magic I just don't know how to get the log. 

     

    Quote

    INSERT INTO `quizzes_membersshop_points` ( `ms_member_id`, `ms_quiz_id`, `ms_points`, `ms_date` ) VALUES ( 19, 2, NULL, 1609263801 ) ON DUPLICATE KEY UPDATE `ms_member_id`=VALUES(`ms_member_id`), `ms_quiz_id`=VALUES(`ms_quiz_id`), `ms_points`=VALUES(`ms_points`), `ms_date`=VALUES(`ms_date`)
    IPS\Db\Exception: Column 'ms_points' cannot be null (1048)
    #0 /var/www/html/105123/system/Db/Db.php(948): IPS\_Db->preparedQuery('/*g306302::g306...', Array)
    #1 /var/www/sitefiles/g306302/applications/quizzes/modules/front/quizzes/view.php(962): IPS\_Db->insert('quizzes_members...', Array, true)
    #2 /var/www/sitefiles/g306302/applications/quizzes/sources/Wizard/Wizard.php(117): IPS\quizzes\modules\front\quizzes\_view->IPS\quizzes\modules\front\quizzes\{closure}(Array)
    #3 /var/www/html/105123/system/Theme/Theme.php(860) : eval()'d code(6651): IPS\quizzes\_Wizard->__toString()
    #4 /var/www/html/105123/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('d1ec95b75102df8...', Object(IPS\quizzes\Wizard), Array)
    #5 /var/www/html/105123/system/Dispatcher/Dispatcher.php(172): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #6 /var/www/html/105123/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()
    #7 /var/www/html/105123/system/Dispatcher/Front.php(640): IPS\Dispatcher\_Standard->finish()
    #8 /var/www/html/105123/system/Dispatcher/Dispatcher.php(154): IPS\Dispatcher\_Front->finish()
    #9 /var/www/html/105123/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

    Quote

    Error: Class '\IPS\quizzes\Category' not found (0)
    #0 /var/www/html/105123/system/Http/Url/Friendly.php(218): IPS\Http\Url\_Internal->correctUrlFromVerifyClass('\\IPS\\quizzes\\Ca...')
    #1 /var/www/html/105123/system/Dispatcher/Front.php(350): IPS\Http\Url\_Friendly->correctFriendlyUrl()
    #2 /var/www/html/105123/init.php(893) : eval()'d code(21): IPS\Dispatcher\_Front->checkUrl()
    #3 /var/www/html/105123/system/Dispatcher/Front.php(86): IPS\Dispatcher\convert_hook_FrontDispatcher->checkUrl()
    #4 /var/www/html/105123/system/Dispatcher/Dispatcher.php(109): IPS\Dispatcher\_Front->init()
    #5 /var/www/html/105123/index.php(13): IPS\_Dispatcher::i()
    #6 {main}

    Quote

    INSERT INTO `quizzes_membersshop_points` ( `ms_member_id`, `ms_quiz_id`, `ms_points`, `ms_date` ) VALUES ( 17, 2, NULL, 1609264040 ) ON DUPLICATE KEY UPDATE `ms_member_id`=VALUES(`ms_member_id`), `ms_quiz_id`=VALUES(`ms_quiz_id`), `ms_points`=VALUES(`ms_points`), `ms_date`=VALUES(`ms_date`)
    IPS\Db\Exception: Column 'ms_points' cannot be null (1048)
    #0 /var/www/html/105123/system/Db/Db.php(948): IPS\_Db->preparedQuery('/*g306302::g306...', Array)
    #1 /var/www/sitefiles/g306302/applications/quizzes/modules/front/quizzes/view.php(962): IPS\_Db->insert('quizzes_members...', Array, true)
    #2 /var/www/sitefiles/g306302/applications/quizzes/sources/Wizard/Wizard.php(117): IPS\quizzes\modules\front\quizzes\_view->IPS\quizzes\modules\front\quizzes\{closure}(Array)
    #3 /var/www/html/105123/system/Theme/Theme.php(860) : eval()'d code(6651): IPS\quizzes\_Wizard->__toString()
    #4 /var/www/html/105123/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('5dfeda9514c4e24...', Object(IPS\quizzes\Wizard), Array)
    #5 /var/www/html/105123/system/Dispatcher/Dispatcher.php(172): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #6 /var/www/html/105123/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()
    #7 /var/www/html/105123/system/Dispatcher/Front.php(640): IPS\Dispatcher\_Standard->finish()
    #8 /var/www/html/105123/system/Dispatcher/Dispatcher.php(154): IPS\Dispatcher\_Front->finish()
    #9 /var/www/html/105123/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

    Quote

    Error: Class '\IPS\quizzes\Quiz' not found (0)
    #0 /var/www/html/105123/system/Http/Url/Friendly.php(218): IPS\Http\Url\_Internal->correctUrlFromVerifyClass('\\IPS\\quizzes\\Qu...')
    #1 /var/www/html/105123/system/Dispatcher/Front.php(350): IPS\Http\Url\_Friendly->correctFriendlyUrl()
    #2 /var/www/html/105123/init.php(893) : eval()'d code(21): IPS\Dispatcher\_Front->checkUrl()
    #3 /var/www/html/105123/system/Dispatcher/Front.php(86): IPS\Dispatcher\convert_hook_FrontDispatcher->checkUrl()
    #4 /var/www/html/105123/system/Dispatcher/Dispatcher.php(109): IPS\Dispatcher\_Front->init()
    #5 /var/www/html/105123/index.php(13): IPS\_Dispatcher::i()
    #6 {main}

    These are the logs.  The last one is from a guest. Thanks!

  10. 1 hour ago, Adriano Faria said:

    It seems to be working fine to me:

    Post the content of the log.

    Amazing how it works for you but not for two of members. Wonder if it's an browser issue? Where do I find the content of the log? I thought guests can't do the quizzes?

  11. Issues when user answers last question it says...

    When you user answers last question to the quiz they get this error message

    Quote

    Sorry , there is a problem Something went wrong please try again. ERror code EX1048  

    Also other times user will see error code EXO when clicking on take this quiz.

     

    Any ideas?

  12. Hey great mod but I ran into an issue. Is there a way to fix the display on forum home? The text is coming out all whacked out. Thanks!899138893_Webcapture_29-12-2020_11300_www.retrofanforums_com.thumb.jpeg.e6e5b932cf571420626a808be310f430.jpeg

     

    You know what would be cool? If you could make this to work in a specified forum as a new thread.. Also is it possible to show a specific a century? I'd definitely pay for something like that. Thanks!

  13. 1 hour ago, Bluto said:

    What would be the copyright issue?  It's a video section and any copyright issue for any video web site would apply to videobox.  Are you thinking like an adult tube site which scrapes content from other sites?  Videobox isn't going to scrape content for you.  Either you add the content or your users do.  If your users add content which is illegal, yeah you might have a problem - it's illegal content added to your site. There is a youtube plugin to add youtube videos, but that's legal as long as you are approved by youtube - if they audit your site.

    With youtube you have a very limited amount of videos at first.  You have to apply for an increase which will result in an API compliance check where you have to explain to youtube that you're not building an app, but just using a plugin someone else created.  They want to know everything.  It's a real pain.

    Yes, it works with the latest version.

    Thanks for explaining it to me. 

  14. This add on looks awesome and I might purchase it but I have one question. Has anyone had any copyright issues with this addon and does this work with the latest vision of invision? Thanks!

  15. On 12/18/2020 at 1:31 PM, Adriano Faria said:

    Yes, it’s a per-category choice. Edit your category and choose a forum in the last tab.

    How about recent movie comments? Can they count as posts and show on recent posts? 

  16. 20 minutes ago, Davyc said:

    How strange, usually when something works in the browser console it works when added to the custom CSS file; the 'important' part ensures that those commands take precedence over any other commands that would counteract them.  I had the same issues in my own site when I used these apps and managed to correct everything that was wrong.  The only other way that I can help you is to have admin access to your site and I'll go in and sort it for you, but that's something you have to decide if you want me to do that.  There are several template edits that need to be done to get rid of that 'more' button, I know I hated it as it looks ugly.  Let me know via PM if you want me to sort this for you, I'm always happy to help 🙂

     

     I'm sure Batarjal will fix this. I was talking to him in pm earlier. Davy I appreciate your help. Thanks!

×
×
  • Create New...