Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 6:48 am (All times are UTC )

 


Forum rules

Please submit all new Tips and Tricks to: http://docs.joomla.org/Category:Tips_and_tricks

This forum section will be closed and removed eventually.



Post new topic Reply to topic  [ 1 post ] 
Author Message
Posted: Fri Dec 28, 2007 7:55 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Oct 25, 2007 5:45 pm
Posts: 4
I came across the Web_Link component of Joomla and experienced some problems. My link descriptions were always cut off after a certain length. If you wish to increase the length of the web_link component (a core component of Joomla) here is what you do


Go to the joomla database and enter the following SQL command: (usually you can access the database through PhPMyAdmin)


Code:
ALTER TABLE JOS_WEBLINKS MODIFY DESCRIPTION MEDIUMTEXT



The default field type was varchar (250) so it had a restriction of 250 characters.


Your table name might not be JOS_WEBLINKS depending on how you set up the prefixes.



Also this is only used on Joomla 1.013, I can not guarantee it will work on other versions.



Cheers!


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group