version 2.0.4 download / bug tracker / future requests
Posted: 15 July 2010 06:51 PM   [ Ignore ]
Administrator
Avatar
RankRankRankRank
Total Posts:  108
Joined  2010-07-13

MX *Title Control is an ExpressionEngine 2 extension that allows you to change the *Title & URL title field label for each of weblog and (optional) for each of languages.
+ MSM compatible
+ MultiLanguages support
  *Multilanguage blocks created based on your EE language folder

I recommend to disable ext. before upgrade to 2.0.3

update: 08/23 - build 2.0.4

Image Attachments
mx-title-control2.pngmx-title-control2-entry.png
File Attachments
mx-title-control-2-0-4.zip  (File Size: 7KB - Downloads: 17)
 Signature 

my EE1 addons | @eecms
Like my addons? Buy me a coffee smile

Profile
 
 
Posted: 21 July 2010 07:05 AM   [ Ignore ]   [ # 1 ]
Newbie
Avatar
Rank
Total Posts:  13
Joined  2010-07-21

Would it be easy to have “hide the url_title field” as an option? We used Structure for many of our sites and have always hidden it with EE1 but this option isn’t there anymore.

There’s a feature request for this on the EE forum, but my experience with feature requests says it might be a while.

 Signature 

Andy Harris | Pepper Digital | Malvern, UK | Twitter

Profile
 
 
Posted: 21 July 2010 09:18 PM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  108
Joined  2010-07-13

EllisLab needs to change only two lines for open url_title hide functionality (delete ‘url_title’ from array):

content_publish.php line 362 'required_fields' =>  array('title''entry_date''url_title')

Api_channel_fields.php line 404 $required = array('title''entry_date''url_title'); 

Doing this by ext. will be really tricky – at this moment I don’t see way to hide url_title and have possibility to change layout after that. The system just don’t give you to save results, because of line 404.

 Signature 

my EE1 addons | @eecms
Like my addons? Buy me a coffee smile

Profile