Optional Template Descriptions
Posted: 27 November 2006 03:13 PM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  51
Joined  05-14-2004

Something I thought would be handy, is in the template list, say, next to or under the template name have an optional “description” field.  This would be useful especially for those of us developing sites for clients who need some educating once we’re done customizing things for them.  If I name a template “about”.. thats fine if all that is in there is “about us” information but if I have a few sections in the “about” template that they need to update I’d like to be able to tell them so in the template list so they can find it easily.

Just a thought.  When I discovered you could add instructions to custom fields (which I LOVE LOVE LOVE) I thought that this might be a cool thing to have too.  it would cut way down on my “This is where the XYZ is” tutorials. 

Either way, I am fully in love with EE and want to marry it and have its ee babies. Thanks for all you do!

smile

 Signature 

Be Fancy. Get Moxie. | Moxie Design Studios
EE Pro Network Members | (EE 1.6.0, build 20070815)

Profile
 
 
Posted: 27 November 2006 03:16 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  05-14-2004

I totally second all that. smile

 Signature 

Moxie Design Studios™ • Top Shelf Blog & Website Design by The Moxie Girls™
EE ProNetwork • (EE 1.6.5, build 20081024)

Profile
 
 
Posted: 27 November 2006 04:26 PM   [ Ignore ]   [ # 2 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15823
Joined  06-03-2002

Hey, no fair tag teaming!  vampire

 Signature 
Profile
MSG
 
 
Posted: 27 November 2006 05:00 PM   [ Ignore ]   [ # 3 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12372
Joined  04-29-2002

You do realize there are template notes you can use for this purpose. Not ideal, but it is something you can use for now.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 27 November 2006 05:08 PM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  51
Joined  05-14-2004

Yes I do realize that, but its not very “at a glance” which is why I suggested it.

 Signature 

Be Fancy. Get Moxie. | Moxie Design Studios
EE Pro Network Members | (EE 1.6.0, build 20070815)

Profile
 
 
Posted: 27 November 2006 06:08 PM   [ Ignore ]   [ # 5 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1470
Joined  08-28-2003
Sphinx - 27 November 2006 05:08 PM

Yes I do realize that, but its not very “at a glance” which is why I suggested it.

Not a bad idea, but where would it go in the control panel so it would be easy to see?

Can someone do a mockup?

 Signature 

RonnieMc

Honolulu, HI USA

HomeMac360

Profile
 
 
Posted: 27 November 2006 06:12 PM   [ Ignore ]   [ # 6 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  05-14-2004

Gosh, this was just a suggestion! lol.  I didn’t realize we had to do a presentation. wink

 Signature 

Moxie Design Studios™ • Top Shelf Blog & Website Design by The Moxie Girls™
EE ProNetwork • (EE 1.6.5, build 20081024)

Profile
 
 
Posted: 27 November 2006 06:57 PM   [ Ignore ]   [ # 7 ]  
Grad Student
Avatar
Rank
Total Posts:  51
Joined  05-14-2004

Not in the control panel per se.  I was thinking more on the template list screen.. like have a little “note” near the template name so you can put a little “Hey Mister Client, edit this template to change your about me snippet and your list of recommended reading” or whatever,  so when the client is looking at a huge list of templates they can easily see where to go to edit what instead of emailing me to ask.  Anything to cut down on my email!
smile

 Signature 

Be Fancy. Get Moxie. | Moxie Design Studios
EE Pro Network Members | (EE 1.6.0, build 20070815)

Profile
 
 
Posted: 27 November 2006 08:06 PM   [ Ignore ]   [ # 8 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12372
Joined  04-29-2002

So something that you’d use the query module to do? This assumes you use the notes field to store that text.

Added:

select t.group_id, g.group_name, t.template_name, t.template_notes from exp_templates t, exp_template_groups g where t.template_notes !='' and t.group_id = g.group_id

Image Attachments
query_results.jpg
Click thumbnail to see full-size image
 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 27 November 2006 08:48 PM   [ Ignore ]   [ # 9 ]  
Grad Student
Avatar
Rank
Total Posts:  51
Joined  05-14-2004

Yes that works.. for ME.  For a client?  It would be most convenient to have the feature (this way or any way… I don’t really have a preference) in the template list to display a description.  That’s all I am suggesting.  I’m sure it can be done this way.. I was merely making a Feature Request/Suggestion for the future.

I could probably hack around and make that happen but as a Feature Request, I thought it was a reasonable “perk” that could be added sometime in the future.

 Signature 

Be Fancy. Get Moxie. | Moxie Design Studios
EE Pro Network Members | (EE 1.6.0, build 20070815)

Profile
 
 
Posted: 27 November 2006 08:55 PM   [ Ignore ]   [ # 10 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12372
Joined  04-29-2002

Sphinx - I was just showing you the query to use and to prove that it worked. smile You’d be responsible for creating a page that would show this content in a meaningful way.

Not to say that the FR is not a valid one, just that with a query you could cobble up a page outside of the control panel.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 27 November 2006 09:39 PM   [ Ignore ]   [ # 11 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15823
Joined  06-03-2002

I would like to point out that there are extension hooks that could be made use of, nudge nudge.

 Signature 
Profile
MSG
 
 
Posted: 28 November 2006 04:17 AM   [ Ignore ]   [ # 12 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12372
Joined  04-29-2002

Yeah, I know. But I’m an extension virgin. smile

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64881 Total Logged-in Users: 57
Total Topics: 81806 Total Anonymous Users: 42
Total Replies: 439769 Total Guests: 298
Total Posts: 521575    
Members ( View Memberlist )
Newest Members:  Dynamic1justingpticketjendicottdxrsmdanbilly8hrkiliwysso50kexpressoKlaas