mytidbits.us

  • Increase font size
  • Default font size
  • Decrease font size
Home Rquotes Forum
MyTidBits Forum
Board Index
Latest Posts
Welcome, Guest

Page 7 of 12

Cache Issue when using random quote on page load
Post Cache Issue when using random quote on page load
by blanderson22 on Sep, 01.2009 08:37

Hi, I have the rquote module on the homepage of a site and it's set to load a random quote everytime the page is reloaded. I have the cache plugin enabled and I've also turned on cache in Joomla global settings to speed up my site. Is there a way to have the rquote module not cache? I've seen a 'disable cache' option in other modules and was wondering if this is somehow possible in rquotes?


blanderson22

blanderson22

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 1

Joined Board
Sep, 01.2009 08:31
Last Visit
Sep, 01.2009 08:33
Offline User is Offline

View all users posts


Re: Change quotes from 1 day to 7 days
Re: Change quotes from 1 day to 7 days
by admin on Aug, 31.2009 10:26

Quote by billwide:May anyone help me? Sad

I will try to help as soon as I can. In the interim are you talking about text files or from the DB rotating every 7 days??
It will be included as a feature in the next release which should be soon (I hope)
Kevin


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Re: New Quotes at the Top of the Component
Post Re: New Quotes at the Top of the Component
by admin on Aug, 31.2009 10:19

Quote by iamrobert:How Can I make it so the latest quotes go to the top of the component and not at the bottom?

For instance when I add a new quote on:
http://www.taiwanbiking.com/about-us/testimonials.html

It lists the quote at the bottom of the category not at the top.

Thanks,

Robert


Thank you for your question. Hope this helps.

Go to components /com_rquotes /models/all.php

You can try changing the query on line 30 from

$query = "SELECT * FROM #__rquotes WHERE published = '1' AND category='$results' LIMIT $limit " ;
to
$query = "SELECT * FROM #__rquotes WHERE published = '1' AND category='$results' ORDER BY id DESC LIMIT $limit " ;

In the next version I will try to include this as a param. In the interim try this change. Please let me know if it works for you


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Re: Change quotes from 1 day to 7 days
Post Re: Change quotes from 1 day to 7 days
by billwide on Aug, 29.2009 14:44

May anyone help me? Sad


billwide

billwide

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 3

Joined Board
Aug, 24.2009 15:34
Last Visit
Oct, 28.2009 12:22
Offline User is Offline

View all users posts


re:The db quotes are not loading.
Post re:The db quotes are not loading.
by admin on Aug, 28.2009 11:49

Quote by omojesu:This problem is still pertinent. The db quotes are not loading.

Apart from the db not loading the quote in the frontend module, the listed quote is unpublishing itself which means when you add a quote in the component for the category, it is unpublishing itself even if you select publish and save.

In addition, the quote title does not display even when the txt quote which works unlike the db quote is selected.

My thought was that the latest version fixed all the known bug, but that does not appear to be so.

This extension is definitely bery promising if all known bug can be addressed and fixed.

kudos to the developer for being very open to all the various complaints and taken appropriate action to fix. Please check the latest version and see if there is a fix.


I will try to answer your concerns as best I can.

1. are you referring to the component front end or the module.I need more info
2. The quote unpublishing itself has been addressed in the forum but here it is again.

changes to keep published state as is after editing a quote

file:: administrator/components/com_rquotes/controller.php Change line 53 as follows .$row->published to ,$row->published. this allowes published state to be saved as is when editing quotes.

This change will be written into next version of the component. I have been very busy lately but will release a new version end of summer or sooner.

3. There is no quote title param in the textfile option.

If you will explain in more detail the problems you're having I will try to help.
Please e-mail me with the details


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


New Quotes at the Top of the Component
Post New Quotes at the Top of the Component
by iamrobert on Aug, 27.2009 02:29

How Can I make it so the latest quotes go to the top of the component and not at the bottom?

For instance when I add a new quote on:
http://www.taiwanbiking.com/about-us/testimonials.html

It lists the quote at the bottom of the category not at the top.

Thanks,

Robert


iamrobert

iamrobert

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 2

Joined Board
Jun, 11.2009 09:32
Last Visit
Oct, 20.2009 09:20
Offline User is Offline

View all users posts


Change quotes from 1 day to 7 days
Post Change quotes from 1 day to 7 days
by billwide on Aug, 24.2009 15:39

How can I change the module quotes to show a quote every 7 days?

What file I need to change?!?


billwide

billwide

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 3

Joined Board
Aug, 24.2009 15:34
Last Visit
Oct, 28.2009 12:22
Offline User is Offline

View all users posts


DB quotes still not loading. Quote also get unpublished
Post DB quotes still not loading. Quote also get unpublished
by omojesu on Aug, 22.2009 18:50

This problem is still pertinent. The db quotes are not loading.

Apart from the db not loading the quote in the frontend module, the listed quote is unpublishing itself which means when you add a quote in the component for the category, it is unpublishing itself even if you select publish and save.

In addition, the quote title does not display even when the txt quote which works unlike the db quote is selected.

My thought was that the latest version fixed all the known bug, but that does not appear to be so.

This extension is definitely bery promising if all known bug can be addressed and fixed.

kudos to the developer for being very open to all the various complaints and taken appropriate action to fix. Please check the latest version and see if there is a fix.


omojesu

omojesu

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 1

Joined Board
Aug, 22.2009 18:36
Last Visit
Aug, 22.2009 18:43
Offline User is Offline

View all users posts


Re: Quotation marks in Manage Categories
Post Re: Quotation marks in Manage Categories
by sysgen.media on Aug, 16.2009 15:02

Had a similar issue today when I installed. I had a category called: Bishop's Quotes, and I was surprised to see that I couldn't get quotes to show on the page using the DB, but I could from a text file.

I re-named the Category: Bishops Quotes and it fixed the issue. Just something to look into for next release.

Also, it seems that the rquotes table stores category as a name instead of an ID link to the category name. While this seems fine for basic use, if you have to do something like rename a category (heh), this is a problem. Once I renamed my category to Bishops Quotes all of the quotes in the DB had the category name Bishop's Quotes in them still and the references were broken. Changing a few queries around to store the category as an ID and reference it as such would make this much more user-friendly... luckily I only had 3 test quotes in while I was trouble-shooting.

All that said, love the module, thanks a bunch. Very Happy


sysgen.media

sysgen.media

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 1

Joined Board
Aug, 16.2009 14:52
Last Visit
Nov, 29.1999 19:00
Offline User is Offline

View all users posts


Re:multiple quotes
Post Re:multiple quotes
by admin on Jul, 19.2009 09:17

Very Happy

Thank you
for your code to display multiple quotes. I will include it in the next version as a parameter as you suggest. Thanks again.
Kevin


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Re: remove sign
Post Re: remove sign
by admin on Jul, 19.2009 09:06

Hi Thank you for your interest in r-quotes. There is a parameter in the module to include or not the ""


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Re:category
Post Re:category
by admin on Jul, 19.2009 09:02

Have you installed the module and published it?


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Re: installation
Post Re: installation
by admin on Jul, 19.2009 08:59

Sorry it took so long to answer. You just need to install the component and module as is from the admin menu. You do not unpack it first. Joomla will take care of that for you. Good luck Kevin


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


RE:when quote change
Post RE:when quote change
by admin on Jul, 18.2009 12:16

Thanks for your comments'
The daily quote will change when your server day changes.
Kevin


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Saving published state of quotes after editing
Help Saving published state of quotes after editing
by admin on Jul, 13.2009 17:00

Very Happychanges to keep published state as is after editing a quote
Go to:
file: administrator/components/com_rquotes/controller.php Change line 53 as follows .$row->published to ,$row->published. Just change the "." to "," and save changes This allows published
state to be saved as is when editing quotes.



This change will be written into next version of the component. I have been very busy lately but will release a new version end of summer or sooner.

Kevin


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


Where is my quote category?
Help Where is my quote category?
by wielkaradosc on Jul, 01.2009 23:23

Hello all,
I have created new category, I have created 3 quotes - and none of it can be found i my website structure - or category, nor quotes. What's wrong?
Thank you,
PZ


wielkaradosc

wielkaradosc

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 1

Joined Board
Jul, 01.2009 23:04
Last Visit
Jul, 02.2009 23:06
Offline User is Offline

View all users posts


Never Mind
Post Never Mind
by mohnkern on Jun, 26.2009 09:23

I figured it out, I had to make a menu adjustment.


mohnkern

mohnkern

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 2

Joined Board
Jun, 26.2009 09:18
Last Visit
Jun, 26.2009 09:19
Offline User is Offline

View all users posts


Parameters not setting
Help Parameters not setting
by mohnkern on Jun, 26.2009 09:22

I'm running Joomla 1.9 and Rquotes 1.5.1 and while the quotes are "doing fine" when I set the parameters to set the title, description and number of quotes to display, they don't "take" I still get:

Rquotes
Type the text to appear after the page title

At the top of the page.

When I go back and look at the parameters, they are changed, its just like the page isn't displaying them. For an example see:

http://www.modernheathen.com/index.php?option=com_rquotes&view=all&Itemid=104


mohnkern

mohnkern

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 2

Joined Board
Jun, 26.2009 09:18
Last Visit
Jun, 26.2009 09:19
Offline User is Offline

View all users posts


RE:encoding
Post RE:encoding
by admin on Jun, 04.2009 07:40

I am not too familiar with encoding. Possibly some one out there can help you. Sorry for the delay in answering your post


admin

admin

Joo!BB - Hero
Joo!BB - Hero
Administrator

Posts: 122

Joined Board
Oct, 01.2008 02:07
Last Visit
Sep, 06.2010 17:38
Offline User is Offline

View all users posts

undefined


What time does the daily quote change?
Help What time does the daily quote change?
by MoneyMagnets on May, 26.2009 02:13

Hi Kevin,

Thanks for this module. I've installed it today and I've been setting it up.

I was showing my site to my partner and the daily quote was blank. This confused me since I knew I had just entered one. It seems that it had moved on from quote 1 to quote 2 while I was showing the site since when I entered a second quote it showed.

Does the daily quote changes at midnight CST USA? Inoticed that it had just gone over this time in the USA although I'm based in Australia.

If that is the case can you point me to the file & code where I could change it for Australian time zones? Not sure if it's getting the time from a server or somewhere else.

I know that's a fairly small thing since everything else works so well!

Thanks,
Karen
www.money-magnets.net - using RQuotes


MoneyMagnets

MoneyMagnets

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 2

Joined Board
May, 25.2009 22:17
Last Visit
May, 26.2009 01:55
Offline User is Offline

View all users posts


Page 7 of 12

MyTidBits Forum

How you want to use Rquotes component

Rquotes component
 

Daily-Tidbit

Why does a round pizza come in a square box?


How you want to use Rquotes module

Rrquotes Module
 

DB Sequential Quotes

" What's an IG? "

An eskimo's house with no loo


Welcome to www.mytidbits.us You are connected from 38.107.191.113 Have a great day!!

Random From Text File

"I've been doing the Fonda workout: the Peter Fonda workout. That's where I wake up, take a hit of acid, smoke a joint, and go to my sister's house and ask her for money."--Kevin Meaney

Daily from Text File

This line will be displayed on the 9thday of every mounth.

Forum Posts

W3 Validation failing

by Dozza
on Sep, 08.2010 07:58

DB-Multy Random

" And life is what we make it.
Always has been, always will be.
"

Grandma Moses


" Go to Heaven for the climate, Hell for the company. "

Mark Twain


DB Daily Quote

Quote6. This information will be displayed all day.


DB Single Random

" Before you criticize someone,
walk a mile in his shoes.
Then when you do criticize that person,
you'll be a mile away and have his shoes!
"

Dan Quayle's Best