mytidbits.us

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

Page 6 of 6

Re: Table not created
Post Re: Table not created
by admin on Feb, 23.2009 11:11

Posted Tuesday, 13 January 2009 By Administrator

This is a copy of the install sql file for com_rquotes-v1.5rc1. The catid fields are for future use.
Hope this helps.

CREATE TABLE IF NOT EXISTS `#__rquotes`
(
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL,
`category` varchar(31) NOT NULL,
`quote` text NOT NULL,
`author` text NOT NULL,
`notes` text NOT NULL,
`published` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
);

CREATE TABLE IF NOT EXISTS `#__rquotes_categories`
(
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL,
`name` text NOT NULL,
`description` text NOT NULL,
PRIMARY KEY (`id`)
);

Kevin
PS Let us know how you make out


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


Table not created
Post Table not created
by admin on Feb, 23.2009 11:09

Posted Tuesday, 13 January 2009 By Tim Bleeker

for some reason, the table is not getting created when trying to install rquotes. Can you tell me the table structure for both rquotes and rquotes_categories so I can manually create?


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: version 1.5 now ready
Post Re: version 1.5 now ready
by admin on Feb, 23.2009 08:55

Posted Sunday, 11 January 2009 By Administrator

Some front end capability will be coming soon along with module improvements.


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


version 1.5 now ready
Post version 1.5 now ready
by admin on Feb, 23.2009 08:53

Posted Sunday, 11 January 2009 By Kevin Burke

I have released a new version(1.5rc1) of both com_rquotes and mod_rquotes. With these versions you can create,edit or delete your own categories. Please give them a run through and let me know if you have any problems. Remember that if you install them on a live site you will lose your quotes data as the tables will be removed. This version will not remove the tables once installed to enable future upgrades .


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: 404
Post Re: 404
by admin on Feb, 23.2009 08:51

Posted Sunday, 11 January 2009 By Administrator

Thank you for trying Rquotes.

You need to download the rquotes module to display quotes on your site. I am working on a new version that will include a front end display . Version 1.5 will be ready soon but still will not include front end display. Look for the next version after 1.5.

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


404
Post 404
by admin on Feb, 23.2009 08:50

Posted Saturday, 10 January 2009 By gberrido

Dear Kevin

I try to test your promising component, it indstalls nicely, i added a couple of quote in the admin but i get a 404 error as soon as i try to get it in the front end. any tips?

thanks.

gb


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: rquotes features
Post Re: rquotes features
by admin on Feb, 23.2009 08:47

Posted Saturday, 06 December 2008 By David Moore

Hi
I have been writing a number of xml files for my various components so that I can translate them into the different languages on my site.
I use RQuotes are a rotating text/image module which changes without me having to work or bother with it.
With the xml file it is possible to access RQuotes through the backend of Joomfish and translate all the content.

This may be a useful addition for anyone running a multi-lingual site as they will then be able to translate the contents of the RQuotes component.


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


rquotes features
Post rquotes features
by admin on Feb, 23.2009 08:44

Posted Saturday, 04 October 2008 By Kevin Burke

I have been busy as of late but I will be working on new features for both the component (ability to create or edit categories) and the module (to be able to select daily or a given time period along with each page reload .


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: Not just for quotes
Post Re: Not just for quotes
by admin on Feb, 23.2009 08:43

Posted Thursday, 13 November 2008 By Administrator

Hello!!!
Thank you for your comments. Yes you can use rquotes for almost any type of random data including images.
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


Not just for quotes
Post Not just for quotes
by admin on Feb, 23.2009 08:42

Posted Monday, 03 November 2008 By David Moore

I installed the component and modules on my Joomla site.
http://www.askspain.org
/>I have only just done so but have used it to insert small text items with an image in a module position.
This could be a quote but I am using it to give rotating "tips" and interesting snippets.

Great stuff


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: Invisible Frontend
Post Re: Invisible Frontend
by admin on Feb, 23.2009 08:40

Posted Tuesday, 11 November 2008 By Administrator


Hi!
You need to download and install mod_rquotes from( http://www.mytidbits.us ) After you install the module, publish it and pick the category you want to display on your site.
Don't hesitate to ask if you still have problems
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


Invisible Frontend
Post Invisible Frontend
by admin on Feb, 23.2009 08:39


Posted Tuesday, 11 November 2008 By Sean


Hi I've installed this rquotes component without issue. It shows up on the Joomla Backend but when I publish them. Nothing is displayed on the front end. Any ideas why this might be?

Please keep answers simple since this is my first component installation in joomla.

I checked for a readme file but nothing seems to be available.


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: RQuotes Front-End
Post Re: RQuotes Front-End
by admin on Feb, 23.2009 08:36

Posted Sunday, 12 October 2008 By Kevin Burke
Hi Costas'


Thanks for your comment about the component.
In answer to your question: As of now you can't add quotes from the front end. That is something I will add in future versions.
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


RQuotes Front-End
Post RQuotes Front-End
by admin on Feb, 23.2009 08:33


Posted Sunday, 12 October 2008 By Costas
from old forum
First I would like to congradulate you for this perfect component.
I want to ask whether a user can add quotes from the front-end.

Thank you,

Costas


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


Welcome to the new rquotes forum
Post Welcome to the new rquotes forum
by admin on Feb, 22.2009 16:09

This is the place to make comments ( positive I hope but all are welcome ) or ask questions about rquotes component or module. You can also submit feature requests


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


Page 6 of 6

MyTidBits Forum

How you want to use Rquotes component

Rquotes component
 

Daily-Tidbit

Why do you have to 'put your two cents in'... but it's only a 'penny for your thoughts'?  Where's that extra penny going to?


How you want to use Rquotes module

Rrquotes Module
 

DB Sequential Quotes

" What kind of umbrellas do most people carry on a rainy day? "

Wet Ones


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

Random From Text File

"Smoking kills. If you're killed, you've lost a very important part of your life."~ Brooke Shields, during an interview to become spokesperson for a federal anti-smoking campaign

Daily from Text File

This line will be displayed on the 7th day of every mounth.

Forum Posts

Re: Rotate questions

by Lukum
on Sep, 01.2010 06:26

DB-Multy Random

" A wise man washes his hands after he pees. A wiser man doesn't pee on his hands. "

Unknown


" Don't try to reason with your heart
or feel with your mind
for just as the heart knows no logic
the mind can't lead you to your soul. "

Unknown


DB Daily Quote

Quote4. This information will be displayed all day.


DB Single Random

" If you go parachuting, and your parachute doesn't open and your friends are all watching you fall I think a funny gag would be to pretend you were swimming. "

Jack Handey