1
PepeMty
Quote module
  • 2006/11/13 22:52

  • PepeMty

  • Just popping in

  • Posts: 59

  • Since: 2005/11/14


Is there any new Quote module out there?

I really like WF Quotes, especially that it allows me to add a pic to the quotation.

But it doesn't seem to work right with XOOPS 2.0.1.4 and above. Apparently it has a bug that doesn't let me modify a quote. To do so I need to delete the category, but then I get rid of all my quotes.

I also tried Randomquote, but I couldn't fix the 255 character limitation --and it doesn't let me use pics.

Any advice for me?

Warm regards from sunny México.

Pepe



2
Quest
Re: Quote module
  • 2006/11/14 1:07

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


For randomquotes 1.0.1 I did as carnuke suggested in the comments for the module and it worked great! See quote.

Quote:

In order to allow unlimted quote length you need to change the sql file as follows:


#
# Table structure for table `citas`
#Just copy and paste this into the SQL file for the module replacing that portion of the file which is already there.

CREATE TABLE citas (
id int(11) NOT NULL auto_increment,
texto text NOT NULL default '',
autor varchar(255) NOT NULL default '',
PRIMARY KEY (id),
KEY id (id)
) TYPE=MyISAM;


*NOTE: This requires a reinstall or module update to make it work.


HTHs
Quest

3
PepeMty
Re: Quote module
  • 2006/11/15 3:48

  • PepeMty

  • Just popping in

  • Posts: 59

  • Since: 2005/11/14


Thanks!

Although I still have the pic issue.


Regards,

Pepe

Login

Who's Online

186 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits