| Articles maxlength |
| Author | Text |
Wloczykij Junior Member
Posts: 19

Gender:  Online: No
Languages: Polish Version: 4.0.1 Country: POLAND |
Date: 09/05/2009 13:47 Articles maxlength | #post19908 | Site url: http://eioban.com/articles.html
MemHT version: 4.0.1
Hosting OS: Linux
PHP and MySQL versions: 4.4.9 - 5.0.68
Installed addons/scripts: 0
Error/Problem: Articles Maxlength
Where there is an option to set the amount of characters in the article?
Two hours of work for nothing if not a copy. <?php
?> |
|
 |
| |
sisnox Moderator Developer
Posts: 1664

Gender:  Online: No
Version: 5 Country: Portugal Languages: Portuguese and english |
Date: 09/05/2009 14:03 Re: Articles maxlength | #post19909 | Hi
I don´t understand very well what u want.
U talk about title? http://www.sisnox.com |
|
 |
| |
Wloczykij Junior Member
Posts: 19

Gender:  Online: No
Languages: Polish Version: 4.0.1 Country: POLAND |
Date: 09/05/2009 14:08 Re: Articles maxlength | #post19911 | | quote | paulo89:
Hi
I don´t understand very well what u want.
U talk about title? |
The point is that the article has a limited number of characters to be entered. I want to set the number of how many characters you can enter.
Article
Please see the end, it is not the end of article. Removed part of the article. I ask if there is any limitation? If so, where to change that. Edited: 09/05/2009 14:14 <?php
?> |
|
 |
| |
sisnox Moderator Developer
Posts: 1664

Gender:  Online: No
Version: 5 Country: Portugal Languages: Portuguese and english |
Date: 09/05/2009 14:26 Re: Articles maxlength | #post19914 | Is not limited by memht, your problem is the limit mysql.
you know working with phpmyadmin? http://www.sisnox.com |
|
 |
| |
Wloczykij Junior Member
Posts: 19

Gender:  Online: No
Languages: Polish Version: 4.0.1 Country: POLAND |
Date: 09/05/2009 14:28 Re: Articles maxlength | #post19915 | | quote | paulo89:
Is not limited by memht, your problem is the limit mysql.
you know working with phpmyadmin? |
Yes, I'm just on the PHP Admin and wonder what's wrong. Edited: 09/05/2009 14:28 <?php
?> |
|
 |
| |
sisnox Moderator Developer
Posts: 1664

Gender:  Online: No
Version: 5 Country: Portugal Languages: Portuguese and english |
Date: 09/05/2009 14:35 Re: Articles maxlength | #post19916 | Open your database with phpMyAdmin and run this command:
| code |
ALTER TABLE `memht_articoli` CHANGE `testo` `testo` MEDIUMTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
|
Then show me a Printscreen of your table memht_articoli. Edited: 09/05/2009 14:35 http://www.sisnox.com |
|
 |
| |
Wloczykij Junior Member
Posts: 19

Gender:  Online: No
Languages: Polish Version: 4.0.1 Country: POLAND |
Date: 09/05/2009 14:51 Re: Articles maxlength | #post19919 | | quote | paulo89:
Open your database with phpMyAdmin and run this command:
| code |
ALTER TABLE `memht_articoli` CHANGE `testo` `testo` MEDIUMTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
|
Then show me a Printscreen of your table memht_articoli. |
Successfully without results.
 Edited: 09/05/2009 14:56 <?php
?> |
|
 |
| |
sisnox Moderator Developer
Posts: 1664

Gender:  Online: No
Version: 5 Country: Portugal Languages: Portuguese and english |
Date: 09/05/2009 14:54 Re: Articles maxlength | #post19921 | you tried to add an article now?
how many characters have your article?
you are writing the Bible in one article lol? http://www.sisnox.com |
|
 |
| |
Wloczykij Junior Member
Posts: 19

Gender:  Online: No
Languages: Polish Version: 4.0.1 Country: POLAND |
Date: 09/05/2009 15:00 Re: Articles maxlength | #post19922 | | quote | paulo89:
you tried to add an article now?
how many characters have your article?
you are writing the Bible in one article lol? |
71 379 characters is a full article
46 637 cut off.
Yes I can add, without restrictions.
This is not the Bible: P Edited: 09/05/2009 15:02 <?php
?> |
|
 |
| |
sisnox Moderator Developer
Posts: 1664

Gender:  Online: No
Version: 5 Country: Portugal Languages: Portuguese and english |
Date: 09/05/2009 15:03 Re: Articles maxlength | #post19923 | well lol run this command and try again:
| code |
ALTER TABLE `memht_articoli` CHANGE `testo` `testo` LONGTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
|
http://www.sisnox.com |
|
 |
| |