Quote of the Day module doesn't show one quote a day

I configured 2 quotes in QOD module. When I added Quote of the Day Management in page, it shows both of the quotes. Isn't it supposed to show only one quote per day? Also it shows management only option. Shouldn't be there just view quote of the day option?

  • 151
  • More
Replies (8)
    • Is this correct? When I try to Add Quote of the day block, I see only QOD Management option and not the QOD. If I select this, this shows the QOD management where person can see all available quotes I configured/entered/created and not just one quote per day.  

      • Any update on this issue? One quote per day is not working at all. 

        • Hello Alchemy!

          I guess you mixed up the sense of "Quote of the Day Management" and "Quotes of the Day" blocks. The first one is necessary for admin / moderators and destinated to show a form where possible to edit quotes. The second is exactly what you mean. It shows only one quote per day and no any less info. Just sure that block which you add has "get_quote" value of the "method" field.

          • Hello Leonid, thank you for your response. In Quote of the Day Management App, when I use add block [Quote of the Day Management (Only Management block is available, no other option e.g. Quote of the Day to choose)] I can see only below info.  

            Module

            Quote of the Day

            Method

            get_quotes_manage [I don't have any way to change this to only Get_quote]

            So there is something missing [e.g. Do we have two separate Apps for Quote Of the Day]?

            • No, both should be available in the default version. Please send me your admin access via the Messenger, I will check it.

              • Thank you Leonid for solving the issue, you have always helped me learning and configuring UNA. 

                For those who have similar issue. You can disable the Module and Enable it again. Or maybe re-install by unistalling first. 

                • I am having the same problem. My site is running 14.0.0-B1 with quote of the day module version 13.0.1. There is no quote of the day block available. When I try to disable quote of the day, the screen flashes something fast, then it is still enabled. @LeonidS any thoughts? Is there a way to disable from command line?

                  Thanks in advance!

                  • UPDATE: as I've checked, the reason was in the missing block. It seems it was deleted. So I've added it back as the service block with the following code:

                    array (
                     'module' => 'bx_quoteofday',
                     'method' => 'get_quote',
                    )
                    
                    Login or Join to comment.