1
khchung
Re: quotes module
  • 2004/3/25 6:12

  • khchung

  • Just popping in

  • Posts: 3

  • Since: 2003/7/24


I'd like to know whether this module is still under development? Some to-do mentioned in the module announcement are so nice that I am really wish to see them get implemented.



2
khchung
Re: quotes module
  • 2004/3/25 2:57

  • khchung

  • Just popping in

  • Posts: 3

  • Since: 2003/7/24


The database field that holds the text is limited to 255 characters. You may change the type of the field 'texto' from VARCHAR to TEXT which can hold much more text.

The operation can be done with phpMyAdmin.



3
khchung
bug report: image height checking
  • 2004/3/11 8:32

  • khchung

  • Just popping in

  • Posts: 3

  • Since: 2003/7/24


I am not sure whether this is reported or not, but I can't find this after performing a search.

Xoops 2.0.6 checks image height against the width limit. In class/uploader.php:

Quote:
function checkMaxHeight()
{
if (!isset($this->maxHeight)) {
return true;
}
if (false !== $dimension = getimagesize($this->mediaTmpName)) {
if ($dimension[1] > $this->maxWidth) {
return false;
}
} else {
trigger_error(sprintf('Failed fetching image size of %s, skipping max height check..', $this->mediaTmpName), E_USER_WARNING);
}
return true;
}





TopTop



Login

Who's Online

147 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 147


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