Module ID missing (when opened)

100 views
Skip to first unread message

Leo Lammerink

unread,
Jul 1, 2014, 4:36:16 AM7/1/14
to joomla-...@googlegroups.com
From the forums:

I have just migrated to Joomla 3.3.1. Under Joomla 2.5, when an article or module is open we can see on the right side the article/module ID. But under Joomla 3, I can't manage to find the module ID when they are open. I can get them when I am in module manager but it's such waste of time to close the item just to get the ID.

In an article the ID has been moved to the Publishing tab but there isn't such thing in a module.

I asked the OP why he needs it:

This option will save me time because I use a lot the plugin "module anywhere" so I have to create a module, configure it quickly, close it to get the ID, add the ID to an article, open the module again and finish to configure it.

If I had the module ID directly in the "module" tab of the module, I can save a bit of time (not having to close, find the module to get the ID and open it again). 

I agree that this is a handy feature and I wonder why we removed it in Joomla 3.x Is that on purpose or a "slip-of-the-tongue" ?

Leo Lammerink
MD GWS - Enterprise Ltd
Skype: gwsgroup
www.gws-desk.com | www.gws-host.com | www.gws-deals.today

 

Bakual

unread,
Jul 1, 2014, 11:58:41 AM7/1/14
to joomla-...@googlegroups.com
I'd say it's not on purpose.
However it's easy to add. You just have to tell me where you like to have it.
If we add it to the sidebar it's just adding the 'id' to the fields_array here: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_modules/views/module/tmpl/edit.php#L131

Leo Lammerink

unread,
Jul 1, 2014, 12:04:40 PM7/1/14
to joomla-...@googlegroups.com
I am cool with that Thomas..... If you add it properly I will test immediately that PR complete and we can resolve this indeed easy?

Leo
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cm...@googlegroups.com.
To post to this group, send email to joomla-...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-cms.
For more options, visit https://groups.google.com/d/optout.


Bakual

unread,
Jul 1, 2014, 1:26:20 PM7/1/14
to joomla-...@googlegroups.com
Try https://github.com/joomla/joomla-cms/pull/3851 :)


Am Dienstag, 1. Juli 2014 18:04:40 UTC+2 schrieb Leo Lammerink:
I am cool with that Thomas..... If you add it properly I will test immediately that PR complete and we can resolve this indeed easy?

Leo
On 7/1/2014 10:58 PM, Bakual wrote:
I'd say it's not on purpose.
However it's easy to add. You just have to tell me where you like to have it.
If we add it to the sidebar it's just adding the 'id' to the fields_array here: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_modules/views/module/tmpl/edit.php#L131

Am Dienstag, 1. Juli 2014 10:36:16 UTC+2 schrieb Leo Lammerink:
From the forums:

I have just migrated to Joomla 3.3.1. Under Joomla 2.5, when an article or module is open we can see on the right side the article/module ID. But under Joomla 3, I can't manage to find the module ID when they are open. I can get them when I am in module manager but it's such waste of time to close the item just to get the ID.

In an article the ID has been moved to the Publishing tab but there isn't such thing in a module.

I asked the OP why he needs it:

This option will save me time because I use a lot the plugin "module anywhere" so I have to create a module, configure it quickly, close it to get the ID, add the ID to an article, open the module again and finish to configure it.

If I had the module ID directly in the "module" tab of the module, I can save a bit of time (not having to close, find the module to get the ID and open it again). 

I agree that this is a handy feature and I wonder why we removed it in Joomla 3.x Is that on purpose or a "slip-of-the-tongue" ?

Leo Lammerink
MD GWS - Enterprise Ltd
Skype: gwsgroup
www.gws-desk.com | www.gws-host.com | www.gws-deals.today

 
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cms+unsubscribe@googlegroups.com.
To post to this group, send email to joomla-dev-cms@googlegroups.com.

Leo Lammerink

unread,
Jul 1, 2014, 1:40:34 PM7/1/14
to joomla-...@googlegroups.com

Works like  charm...see Github response..... Thanks Thomas....!

Leo

On Wednesday, July 2, 2014 12:26:20 AM UTC+7, Bakual wrote:
Try https://github.com/joomla/joomla-cms/pull/3851 :)


Leo Lammerink

unread,
Jul 1, 2014, 1:54:03 PM7/1/14
to joomla-...@googlegroups.com
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cm...@googlegroups.com.
To post to this group, send email to joomla-...@googlegroups.com.

brian teeman

unread,
Jul 1, 2014, 3:19:19 PM7/1/14
to joomla-...@googlegroups.com


On Tuesday, 1 July 2014 16:58:41 UTC+1, Bakual wrote:
I'd say it's not on purpose.

Yes it was done on purpose after the UX sprint last year and if my memory is correct it was at the suggestion of Peter from Nonumber - the author of moduleanywhere.

 
However it's easy to add. You just have to tell me where you like to have it.
If we add it to the sidebar it's just adding the 'id' to the fields_array here: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_modules/views/module/tmpl/edit.php#L131

Am Dienstag, 1. Juli 2014 10:36:16 UTC+2 schrieb Leo Lammerink:
From the forums:

I have just migrated to Joomla 3.3.1. Under Joomla 2.5, when an article or module is open we can see on the right side the article/module ID. But under Joomla 3, I can't manage to find the module ID when they are open. I can get them when I am in module manager but it's such waste of time to close the item just to get the ID.

In an article the ID has been moved to the Publishing tab but there isn't such thing in a module.

I asked the OP why he needs it:

This option will save me time because I use a lot the plugin "module anywhere" so I have to create a module, configure it quickly, close it to get the ID, add the ID to an article, open the module again and finish to configure it.  

If I had the module ID directly in the "module" tab of the module, I can save a bit of time (not having to close, find the module to get the ID and open it again). 


That doesnt sound correct to me at all. I'm really NOT in favour of cluttering up the UI just because we can

Bakual

unread,
Jul 1, 2014, 4:16:39 PM7/1/14
to joomla-...@googlegroups.com


Am Dienstag, 1. Juli 2014 21:19:19 UTC+2 schrieb brian teeman:


On Tuesday, 1 July 2014 16:58:41 UTC+1, Bakual wrote:
I'd say it's not on purpose.

Yes it was done on purpose after the UX sprint last year and if my memory is correct it was at the suggestion of Peter from Nonumber - the author of moduleanywhere.

Hmm, couldn't find anything in the git history and it looks like the change goes back to 3.0.0 alpha2 when Kyle bootstrapped the admin area. Before that commit, the id was shown below the note field. At least when I look at the code :)
I may be wrong of course. And I'm certainly not an UX pro.

Nathan Hawks

unread,
Jul 2, 2014, 2:03:21 AM7/2/14
to joomla-...@googlegroups.com
Module Manager -> Options -> Show ID when editing modules?

Leo Lammerink

unread,
Jul 2, 2014, 2:44:26 AM7/2/14
to joomla-...@googlegroups.com
Why doing it the difficult way where Bakual has already a very simple solution created? When placing it in globals we get a lot of code extra
--

Nathan Hawks

unread,
Jul 2, 2014, 10:11:14 AM7/2/14
to joomla-...@googlegroups.com
Those above me described why it can't be unconditionally shown. So I just chimed in because I think an option is better than ditching something certain users will need,


--
You received this message because you are subscribed to a topic in the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/joomla-dev-cms/fRvI7qsedbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to joomla-dev-cm...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages