Welcome guest, please Login or Register

EEC.MS - ExpressionEngine add-ons

You are here: HomeForum Home → Free add-ons → Extensions → Thread

   

MX *Title Control version 2.3 download / bug tracker / future requests

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

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


download

     

Image Attachments

mx-title-control-settings.pngmx-title-control2-entry.png

Click thumbnail to see full-size image

Avatar
Rank

Total Posts: 20

Joined 2010-07-21

PM

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

signature_image
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

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.

     
Rank

Total Posts: 3

Joined 2011-08-23

PM

Hi Max,

I’ve just grabbed a copy of MX Title Control.  Appreciate the handy add-on.

Just thought I’d point out that there appears to be a lot of leftover code from another of your add-ons, MX Cloner.

Also, there’s a 256 character limit on the Title field, which makes it difficult to drop in any helpful instructions (which was the reason why I need the addon).  Any thoughts on amending the addon to actually support its own field of instructions?  Or at the very least increase the amount of characters allowed?

Cheers,
John

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Hello johndwells,
I will check this issue today.

     
Rank

Total Posts: 3

Joined 2011-08-23

PM

Hi Max,

Also, is there a reason why it’s been created as an accessory?  Doing so creates an empty (with a zero) accessory tab that will only confuse my (fussy) client.

Why not hook to something like publish_form_end, and then just add the necessary JS via EE->cp->add_to_foot($out)...

Cheers,
John

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

it was some reasons for this… but I will recheck it too. thanks for note smile

     
Rank

Total Posts: 3

Joined 2011-08-23

PM

Nevermind, I know why - because EE2 removed that hook I mentioned! Annoying.

At the very least it might be nice to hide that tab via JS then…

I also noticed some more seemingly unused code, including a hook to foreign_character_conversion_array?  All the method does is return an empty array…

Cheers,
John

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

version 2.3 is ready smile no acc, no limits.

     
Rank

Total Posts: 2

Joined 2011-07-19

PM

I was wondering if there’s a way to change the title max length on a per channel basis, instead of having them all be the same?

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

well, is not to hard to modify add-on for this.