Content title limitation

Moderator: imanickam

Locked
User avatar
Naseem
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Dec 25, 2006 10:14 pm
Contact:

Content title limitation

Post by Naseem » Tue Dec 26, 2006 6:37 pm

Hi

I am testing a joomla site with an east asian language and only part of the title gets displayed on the browser + admin panel.

How could I over come this? Other than the title everything else is fine.

Any help would be much appreciated.

Tx
Last edited by romit on Mon Jun 25, 2007 7:20 pm, edited 1 time in total.

User avatar
Vish
Joomla! Explorer
Joomla! Explorer
Posts: 382
Joined: Mon Aug 22, 2005 5:43 pm
Contact:

Re: Content title limitation

Post by Vish » Wed Dec 27, 2006 5:09 am

hmmm....

I am researching. Will get back soon with what ever I can find.
--Vish "Still Learning"

User avatar
Naseem
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Dec 25, 2006 10:14 pm
Contact:

Re: Content title limitation

Post by Naseem » Fri Dec 29, 2006 8:45 pm

Increasing the variable character size resolves the problem.

This is what I did.

In phpmyadmin i increased the character field to 255.

Tx

User avatar
Vish
Joomla! Explorer
Joomla! Explorer
Posts: 382
Joined: Mon Aug 22, 2005 5:43 pm
Contact:

Re: Content title limitation

Post by Vish » Fri Dec 29, 2006 9:41 pm

Naseem

I am glad you were able to find a solution. I have a question for you , What table did you made that change and what field?
--Vish "Still Learning"

User avatar
alamgir99
Joomla! Explorer
Joomla! Explorer
Posts: 324
Joined: Sat Aug 20, 2005 1:44 pm
Location: Melbourne, Australia

Re: Content title limitation

Post by alamgir99 » Sat Dec 30, 2006 11:29 am

field: title, title_alias
table: jos_content

backup tables also need changes.

this is a known issue for long. I read forum stickies few months ago.

alamgir

User avatar
dhammike
Joomla! Apprentice
Joomla! Apprentice
Posts: 44
Joined: Mon May 14, 2007 10:28 am
Location: Sri Lanka (Colombo)
Contact:

Re: Content title limitation

Post by dhammike » Tue Jun 12, 2007 7:21 am

But in the admin panel the title and title alias boxes still alows only 100 characters. how to fix it
Dhammike Mendis

User avatar
romit
Joomla! Explorer
Joomla! Explorer
Posts: 413
Joined: Tue Nov 22, 2005 5:39 pm
Location: Calcutta - India
Contact:

Re: Content title limitation

Post by romit » Sat Jun 23, 2007 9:02 pm

dhammike found the solution himself, I have decide to post it here since it can be of help to others
dhammike wrote: Hi,

I solved the title limitation problem and here is how:

In the MySQL Database, table jos_content, fields "title" and "title_alias" - Change the Length/Values to 255 (by default its 100 which caused me a prb)

doing this will only change the backend and still you will not be able to enter more than 100 characters in frontend admin panel. to change that open the file
\administrator\components\com_content\admin.content.html

and in line no 589:
title; ?>" />

in line no 603:
title_alias; ?>" size="30" maxlength="100" />

replace 100 with 255 (where i have marked in red)

Thats all and you can increase the title length

Thanks

Dhammike
Thanks dhammike  :)
Romit Chatterjee
× Joomla! Web Developer - http://www.RomitChat.com
× IndicJoomla! Translation Coordinator - http://www.JoomlaIndia.org/bengali/

User avatar
mazdakam
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Tue Feb 13, 2007 10:26 am
Contact:

Re: Content title limitation

Post by mazdakam » Mon Jun 25, 2007 1:53 pm

you can also change the type of filed from varchar to mediomtext

User avatar
fish4red
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sun Jul 20, 2008 12:23 pm
Location: Tampa, FL
Contact:

Re: Content title limitation

Post by fish4red » Wed May 09, 2012 4:47 pm

Thats a great tip. Im having problem with the Module Titles. I found the table via myphpadmin and changed it from 100 to 255. However, I do not see the file I should changed to let the back end allow 255.

Anybody know ?

Thanks
Visit, Join, and Contribute.
http://www.jugtb.com


Locked

Return to “Indic Languages Forum”