Ok... Theres still a few things I haven't mastered, I'll be honest up front BUT I do have a site installed and running at this place if you care to look. I'm using Pushbutton right now and haven't messed with that ones graphics. Others I have..

I have read Customization and Theming and most of it... kind of doesn't make sense. I'm not a coder by nature so I can't read PHP that well yet. I can read HTML and CSS, thats about it. Also I do know my way around graphics editors so thats no worry.

I've searched the forums on editting themes and haven't found the info I'm looking for but found some cool looking sites(or decent ones anyways) such as;
Terminus1525
Zimmer Twins
Poquer Red
Illect(I think this is Drupal?)
best wireless router
Cialog

I don't want anything advanced like Terminus(although it'd be nice) but I don't want default themes either because they just don't cut it in the real web. Its hard to actually get a project rolling until you get its theme down first...

    So I'm wondering:
  • Is there a straight forward tutorial on how to create a custom graphics theme?
  • Do you need to re-theme all the nodes like forum, gallery, disknode to match??
  • What kind of degree do you need to get a good layout like Terminus?
  • How much time is invested into creating a layout like Gov20?
  • How much coding do I need to know to tweak all this stuff? PHP, Apache, SQL, etc ???
  • Are all you people professional web designers??? :P

Seriously.. What do you recommend I do? I can't afford a professional designer or programmer and rather do it myself..

Comments

Gunnar Langemark’s picture

First you take a deep breath and think about the wonder of life... :-)
Then you take a close up look at your own post above and wonder why you imply that the people on the Drupal community are not on "the real web".
Then you aknowledge that being able to churn out really cool designs is not something you learn from a 5 minutes tutorial.
Then you realize that there's a reason some of the people here actually DO code in PHP.

I see that you have done a lot of good research. I don't think the tutorials and the documentation is that bad.

Answers:
1) No there's no straight forward tutorial which will magically give you a great design theme. You need to be a designer as well.
2) Yes - one theme will work for all node types.
3) You just need talent, patience and knowledge. You need to be willing to learn - in order to turn out Terminus.
4) I don't know how much time it took to layout GOV20.
5) How on earth should anyone know the answer to that one?
6) Are you serious - or are you just a pain in the a..? :-P

Seriously.. I recommend that you take 6 month of "rookie" time on Drupal.org playing around, and then when you've learned the basics, come back and ask the questions again. The thing is - either you spend money (which you apparently don't have) or you spend time. I can assure you that your time will be well spend on Drupal.

Best

Gunnar Langemark
http://www.langemark.com

TrickerTreater’s picture

Thanks, that was very unhelpful. A simple 'no' would have sufficed.

styro’s picture

You can achieve a huge amount by just making a copy of the Bluemarine folder and getting to work on your new themes style.css file, and uploading some new image files. You could start from another theme, but make sure it is a clean simple one to begin with but still includes all the 'features' - that's why I recommend Bluemarine. Taking away unnecessary theme features from a complete one, while building up the CSS from a simple base set of styles is the key.

You don't need any PHP knowledge until you want to get trickier and start rearranging the HTML markup by editing the templates or overriding some of the core display functions.

Even then rearranging PHPTemplate files without changing the logic is pretty easy for a non coder.

But the bulk of the work in a custom theme is CSS (as it should be). If you are up to speed with CSS selectors and know how to override existing styles you'll be sweet. Don't forget to use the Firefox web developer extension for digging around in the styles and HTML blocks etc.

Just don't expect to pull off advanced stuff like those designs you listed straight away with your first attempts. Keep your expectations realistic to begin with and slowly build up your understanding.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal

telex4’s picture

You could certainly achieve something like the cialog site just by using XHTML and CSS, though you will still need:

  • Good design skills, obviously, otherwise the design will suck :)
  • Good XHTML and CSS skills, otherwise the implementation will suck
  • Plenty of patience

To do something like the other sites he/she listed, however, you will really need some basic PHP knowledge and lots of time and patience to experiment and learn. You'll need to learn how to theme specific node types, including the teaser and main views; how to overrride theme functions in template.php; possibly how to write custom PHP code and even new modules to present the content in the specific way you have in mind.

As the first commenter somewhat pithily put it, you can't expect to create a great design without first picking up the skills!

josie’s picture

:( I feel your pain, I just started using drupal a few days ago and I was completley lost on making "themes". after research and posts where i hardly got any feedback because i was too stupid to check the handbooks (who woulda thought???!) anyways from what i gathered making a theme is mostly editing stylesheets/css. pick an easy theme and just "hack" it to bits. after you get that try advancing. lol that's all i can say because im still learning to "hack" the themes. :(

good luck.

gollyg’s picture

First question - could you design a site using static HMTL and CSS? Build the graphics, the styles, the code etc? For what you are after, this is core knowledge.

Once you can do that Drupal themes can output the same code. Sure it takes time to learn, but... of course it takes time to learn! It's a huge area of skills and knowledge.

I doubt everyone here is a professional designer, but everyone here shares a passion for Drupal and a desire to improve their skills. And most have a generous nature if asked nicely ;)

yurg’s picture

May be such list (if exist) can be used as Holy Grail for all "semi-designers" (like me). Thanks to offline wysiwyg-editors like Dreamweaver, I can create something more or less pretty-looking. And after that, I just need to know, what are all these theme variables do? Possible example:

<? print $breadcrumbs; ?> // shows  navigation-paths
<?php print $logo; ?> // show logo
<?php print $content ?> // main content area
...

Althought it seems to be self explanatory and listed in default themes, sometimes go a little bit deeper into details needed to be more creative (to split $content, for example). 3d party modules adds some extra variables sometimes.

And finally the question (and the only answer at the moment) is: the improved search function at drupal.org :-)
Am I right?

---
http://itnovosti.ru - Russian site powered by Drupal.

rogue_77’s picture

I think you know who you are that I don't appreciate, for reasons which I could go into but won't. I do appreciate the advice from all the others. I wouldn't look to put out Terminus and don't think I want anything that fancy, yet, I was just using it as an example of a design thats possible and was just wondering what is all needed to achieve that.

I wouldn't think 6 months of "rookie" time is required because I've put my time in, feel I know it well enough to start editting themes which is the inevitable next step. I just didn't know if it required editing multiple files or just style.css or if you could load a theme straight into a WYSIWYG or whatnot..

As far as the time question, I was just wondering about how long it takes to make a theme like those if you have a half ass idea of what your doing.. I'd guess a couple hours, if you know what your doing.. Terminus probably took awhile. I just aspire to be that good, but I'll settle for cialog right now.. :)

Anyways, its all appreciated.

gollyg’s picture

yeah, a couple of hours, give or take a fortnight ;)

even if you are just doing the css approach there is so much troubleshooting/browser testing etc that the couple of hours can easily blow out hunting down one bug.

And if you are fussy about your code, which you should be, modifying the output of all the modules through template files is quite a full on (read: time-consuming) task (but well worth it).

sepeck’s picture

sarcasm and rants serve no long term good here so you might want to appreciate all the advise. I suggest you read this for future reference and remember that no one here is paid to help, so the manner in which you ask the question affects the quality of the answer you receive. I know I and others skipped your question the first go around because of the manner in which is was asked.

The answer for you is a few hours to a few days depending on your level of familiarity with css and php. For my current site, I did not have time to port the theme I did for 4.6, so I modified box_grey style sheet in about 3-4 hours. I am not a web developer by trade so you decide based on that. To do basic template manipulation with phptemplate based themes, figure a couple of days to learn the system basics. For advanced work, if you are good with php, 1-4 months depending on what you want to acomplish because you have to learn how to use Drupal at the same time.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

rogue_77’s picture

I realize my topic title was a bit rough, but I was also half joking with the entire topic. I read the tutorial and saw a lot of technical talk and a good number of code lines. I have no problem with this because it is helpful, but I was looking for something a little less technical and wasn't having any luck. And I goggled "edit, drupal, theme" and no tutorials came up. So I was just having a little fun but appraently some people took it to serious. Gunnars response I think was a lot worse then my post was and I felt that was rude even if I appeared rude. I held back and didn't respond because flame wars are dumb and didn't want to start anything plus I had numerous other good responses that helped..

I was just basically wondering if there any drupal fan sites out there that might have put out a better "how to" then what is on this site. Some of the questions are basically pure smart-ass, like are you all web designers and what kind of degree you need... I was not being serious with this and I'd hate to be someone that takes that so serious. As far as the time frame query goes, I was looking for ball park...

Coding stuff like this makes me want to take some classes in web design and I realize I need to know more and I do plan on learning more with due time.

I do appreciate anyone and everyone on this site because I've tried Xoops and asked Q's there and a couple other places. This place amazes me at how nice and helpful the community is..

I do appreciate help, but my advice is not to take every post word for word even if it is written in that manner. If I read someones post like mine I'd still respond because I saw the smiley and I'd answer the questions and give joking answers...

I usually have a lot of questions so its hard to compress them without making a real long post that no one wants to read... Anyways, thats my response..

sepeck’s picture

To many people for what ever reason post rants and attacks on the community. It's not perceived as funny and we'd just appreciate a more straight forward post. I know that at least 6 other people didn't answer your question because of the phrasing and two of them could have provided better answers.

I am not a web developer by trade or profession. This is a hobby. There are some other sites out there, but a lot of their information is outdated with the release of 4.7. As for tutorials, we'd love it if some volunteer contrbiuted some.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

heine’s picture

Or didn't you see the smiley? [imagine smiley to your liking here]

Anyway; tone is very difficult to perceive accurately in forum posts. An interesting (if somewhat short) article: The secret cause of flamewars. That's why business-like, to the point posts seem to work best.

@sepeck: I'd be the 7th 'other person'

That said: Enjoy theming!
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

Gunnar Langemark’s picture

Hi rogue
I'm sorry if I offended you.
I should have sprayed Smileys all over the place.
I mimicked you style - as well as I could.
I did put one smiley in the right place.

I was a little arrogant - admitted.

Gunnar Langemark
http://www.langemark.com

drupalec-1’s picture

fancy is made from bluemarine, and has more colors if you want to begin with that.
-----
Drupal ecommerce, at www.drupalecommerce.com is a new site written using language that Drupal beginners and intermediate users can understand. Which version to use? http://www.drupalecommerce.com/47vs46

Marc Bijl’s picture

Hi,

In my opinion, the best thing to do -and it has been said before- is pick a theme close to your design (which has all features working and in a good looking style!), and start playing around with the CSS.

In order to do so, there are some nice tools around that might be helpful:

- http://www.sitevista.com/cssvista

- https://addons.mozilla.org/firefox/179
- https://addons.mozilla.org/firefox/2108

- http://www.culturedcode.com/xyle
- http://chrispederick.com/work/webdeveloper

- https://addons.mozilla.org/firefox/2104

Me, myself and I still prefer CSS editing in Dreamweaver (code view), but hey, just take a look and see what these tools can do for you!

___________________
discover new oceans
lose sight of the shore

wayfarer_boy’s picture

Just to add to new oceans' list of useful firefox extensions:

http://karmatics.com/aardvark/

I too am new to Drupal, and it's great to see that there's plenty of support here. I'm really looking forward to getting stuck in!

Marc Bijl’s picture

Welcome at Drupal!
You just got stuck in, mate ;-)

Nice tool, BTW!

___________________
discover new oceans
lose sight of the shore

wayfarer_boy’s picture

I realise this topic is pretty old, but just in case another newbie reads this (as I did):

I come from a background of roughly 4 years using phpNuke, and 2 years with Mambo. I don't consider myself a pro php coder - I just like to get stuck in with existing open source 'tools', and php has featured prominently in the sites I've created for young people.

I came across Drupal a few weeks ago when Newsforge did a feature on it. I read this post, and began to think I'd gotten too deep into techie territory. Then I installed it - it was simple, just like phpNuke, but obviously not as easy as Wordpress.

Then I duplicated the bluemarine theme, and started from there. I was very surprised to find Drupal easy to work with. Compare it with the MASSIVE amount of tables, lack of tags and complex backend of Mambo/Joomla, or with the sheer amount of fixes required to make a standard installation of phpNuke look tidy, and I think an honest opinion of Drupal is that it's the easiest and simplest CMS I've come across.

Just do exactly as the rest of the drupal community suggest - duplicate the simplest theme, and as long as you know your CSS, you really don't have to delve any deeper than A SINGLE CSS FILE (at least to start with, anyway). As I said, I'm a new media artist, not a pro coder, and I already have a useable site with more features than phpNuke could ever had offered, and it's fully accessible for ALL users. Wow.

BTW, ocean - I've now stopped using Aardvark! That Web Developer toolbar for Firefox you suggested has everything I'd ever need. How did I live without it? Thankyou VERY much!

srodriguez’s picture

I just started making my drupal theme just this week. It takes a bit of time but really look over the drupal handbook with the theme developers guide. Really to do a theme you need to know CSS and HTML with a tiny bit of PHP. I just learned PHP last winter and am still new at it. If you have the layout already designed then make it into a HTML page then try to plug that into a Drupal Theme. It's not that bad. I still haven't finished my first theme but it isn't stressing me out like hacking the modules was.

One question I am working on a theme for the different node types. For me to grab the points I need I am pretty sure I need the contest ID number is it possible to grab that information from them template for the node type.

Dave Sandilands’s picture

I found my way here by following a link in Robert Douglass's ebook and I have to say this is a highly entertaining and informative thread. I really appreciate the contributors patience and commitment , particularly as you are giving freely of your time and knowledge :)
I too have just about managed to get a basic site together based on Drupal 4.7 and had started to think about how themes could be amended or created. And now I know where to start looking! It's another first step on an endless journey. Many thanks to all!

regards

Dave Sandilands
http://bristolwebservices.co.uk

Steve Viscido’s picture

I find that I like some or most of certain themes, but all of no themes -- that is, there isn't a single theme out there other than this Drupal site's that I 100% like (and we can't have this one since it is proprietary, heheh). I've tried using a lot of user-made ones and many of them are buggy (especially under different browsers). The sad part is the nice-looking ones, like "Lincoln's Revenge", tend to be bugged to all heck (I used LR for a while and tried to de-bugify it but it's sadly a huge mess), and the ones that aren't buggy, like Box Grey, are frankly hideous (IMO).

So, I finallly started doing some of my own, and I have been pleased with the result (realizing not everyone will have the same taste, of course). I borrowed slightly from the basic color scheme of the main Drupal site here (mostly, just the idea of lights and dark blues), but went with my own decisions about things like how thick to make borders of boxes and whatnot.

As a starting base, I used Bluemarine, which comes with 4.7.0 drupal as a standard PHPTemplate engine theme. What I like about BlueMarine is that its CSS makes sense -- which sadly most of the custom ones don't seem to. I don't have dreamweaver or any other CSS editor -- I just plain text (TextPad or Emacs) editing and edit it all by hand. Basically I have FTP running (SmartFTP on Windows), and I make a few changes at a time, then upload it and refresh the page and see what happened... I use trial and error and slowly develop the theme that way.

I make sure to not do this with the default theme. I left BlueMarine as the theme of the site and just changed to "Cafe" (which is what I call my main theme) on my account... so if things messed up, it would not hurt anything but me. :) Once I got it all set, then I made it the site-wide default. I got a bunch of messages from the site members right after it saying they liked it way better than BlueMarine, so there we go. Of course, this is all personal taste, for which, as the saying goes, there is no accounting. :)

Now then, as to how to actually edit things and know what to edit. That, unfortunately, is difficult. There's no real good documentation on what attributes to modify on CSS to change the way things look. So you have to know some HTML, and some CSS, and in some cases you just have to guess. The problem is of course not the standard things, like h1, h2, p, em, and so on, which anyone with a little CSS knowledge knows.... Rather it's all the proprietary stuff, like ".comment" or ".node .title". There are so many "div" settings on so many different characteristics in drupal (to make it highly customizable) that it can take a lot of work to get everything looking right (forum tables, oh my goodness... took me forever because there are so many sub-variants... active, even, odd, container, etc).

What I started doing was going to the bottom of the style.css sheet (since I now have made 3 or 4 themes for the site -- I use one for each organic group just to make it clear to the users what group they're browsing in), and making a comment block like this:

/* **********************************
* Everything below here is modified for this theme
*********************************** */

And then any time I made a change to a block, I moved it down below that comment, so I know to look down there for changes. Since I like most of the basic options of BlueMarine other than colors and sidebars (I prefer boxed to full stripe sidebars), I left that stuff all alone (font sizes and the like, for the most part). The main thing I change is color and maybe the occasional background image. By collecting everything down there, it makes it easier for me to see.

The other way people sometimes do it is to make something like a colors.css sheet (Sands does this), with all the color attributes. But this separates them from the other attributes of each item, so that the font-size of an h1 element is in one file, the color in another, and so on. Some people find this works for them... I do not. I find that I like to see ALL the settings of a given element in one place -- color, fontsize, text decoration, whatever. This will again be up to personal taste.

Ultimately I think theming has a lot of trial and error involved... and if you know some HTML and CSS (I didn't know any CSS when I started but I'm OK with it now), I suggest you just roll up your sleeves and dive in. Start with a theme you like and make a copy. Call it MyWorkingTheme or something... and then just open up the .css sheet(s) and start making some changes. It helps to have a website or photoshop or something open to help you play with colors. I use photoshop to do that. And of course if you have dreamweaver or something you can play around with that, but I don't have any of that.

Hope this helps.

Marc Bijl’s picture

Found these two interesting topics at Drupal:
- http://drupal.org/node/46995
- http://drupal.org/node/57543

Following these, I've found an excellent analysis of Drupal CSS:
- http://urbits.com/_/content/20060406/drupal_article01.php

Definitely worth a view (with thanks to Simon)!

___________________
discover new oceans
lose sight of the shore

rogue_77’s picture

I've sort of put editting Drupals template on backburner and trying to edit up some Wordpress now and maybe give 4.7 some time to watch for any patches before I upgrade completely to 4.7, but this is all beside the point.. After doing some thinking about this whole template issue thing.. this is hard to phrase right, but I needed help with inspirations for a design since I've never designed a site and know little about it. That and the fact I've been out of the coding loop for some years and am still 6 months new to CSS and RSS and I still don't quite know what XHTML is. I am learning it all now, slowly, but my posting this topic in the first place was more so the fact of what IS possible with Drupal?? I like community sites and I'd love to have one, but I look at all the themes for download and they all are so mostly generic and mundane. I'm not bad mouthing them because people have worked on them and we all appreciate that and work goes into a more advanced one I know, but really, they all sort of look the same with some different colors or graphics. I think I've read there are a few good ones to base a better theme off, but I'm wondering what can be done with it..

I'm a long ways off from a killer site but I can say for myself I don't like the look of the same old same old and thats why I hate to settle for it and I don't have the knowledge to build a system from scratch otherwise I probably would do that...

I'm just honestly amazed at the lack of "fan" sites with Drupal like some other CMS' have.

I hate to rag, but one thing I dn't like about Drupal is the fact most of everything after drupal.org/blah/ is a number... Everything seems to get classified as a number and node with no discription. The other thing I don't like about this site... I read theres like 100000 topics posted and 50000 users... I knows theres got to be a TON of info on here thats all gold, but its hard to find. Most of the info is in handbooks or searched in the forums and someone links to a node on this site thats a good post... I couldn't seem to find a good listing of these posts, like all the "Top 50 CSS posts" that are all great read posts... I felt like I really had to scrounge for info around here..

I just wanted to mention that..

I do have one other question. Since I've started messing with editing a theme(BTW, which couple themes are best to edit up? I like PushButton because tweakable) I'm wondering how to write a "how to" for the Drupal site. I sat down one night and tinkered for an hour or two taking some pictures, editing some code and figured I could probably write a decent "how to edit a theme for dummies" kinda thing that are new to stuff to give a good basic ground work. Where would I go, what are the requirements??

Anyways, thanks for all the comments and help.

sepeck’s picture

Where would it go? In the themeing and customization section under theme development http://drupal.org/node/509 (theme how to's). If we get enough we'd just make a new section for it. If you are not sure you can just add it in your best guess, and send a note to the documentation list and we''ll figure out some place for it within a day or two. If one doesn't exist, we'll make a new spot for it. I'd rather have something that is new, then not have anything at all.

All new pages go into moderation and there is a neat link (http://drupal.org/handbook/updates) that several of us check regularly.

I use box_grey, others use blue marine and still others use Push Button. It doesn't matter. They were written by different people and have slightly different styles that appeal to different ways of working. It only matters that it works for you. Part of Drupal's problem i sthat is is capable of great flexibility. That flexibility has made it difficult to theme a generic theme that is appealing. Most theme's are site specific mods that don't work as well once outside of their original environment.

Design is hard. Coming up with different and 'yours' is not easy when you get down to it. You have to be a designer (color, font, placement, layout), an UI expert (site menu, workflow, where to draw the eye, font, accessability), an admin (user rights, modules in use, content diplays on what page/section).... It;s not a simple 3 page template with main content, a sidebar and it blogs really really well. It's got pages, stories, flexinode, event, image galleries(3), Views, you can make different sections look very differently, etc... etc...

Fan sites... http://drupal.org/planet
I suggest
http://urlgreyhot.com/personal/taxonomy/term/101/0
http://www.nicklewis.org/taxonomy/term/59+177/0
http://www.acko.net/taxonomy/term/9/0

I have some theme stuff on my site but I broke the paging so you can't access some of the content. Hopefully I am going to be able to fix it in the next week or so.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

styro’s picture

I hate to rag, but one thing I dn't like about Drupal is the fact most of everything after drupal.org/blah/ is a number... Everything seems to get classified as a number and node with no discription.

That's what the pathauto module is designed to do.

Anyway back to themes etc, I think you're being a little impatient. Coming up with a great looking and unique site design before getting proficient with XHTML and CSS is a little unrealistic no matter what the CSS platform. If you don't yet have the skills to make a static mock up of what you want with just CSS and XHTML, you will have very little chance of implementing that design as a Drupal theme. Note: I'm not saying you need to make a static mock up when creating a new theme - just that it would be a good test of the prerequisite skills needed.

If you set yourself simpler goals with more realistic expectations while you come up to speed you will find the going much easier. You are already a coder, so you will know that you need to pick simpler project ideas when coming to a new platform. You can keep the grand ideas on the backburner while you get a good handle on how things work then slowly ramp up the ambition.

The reason all the contributed theme look quite 'generic' is because they have to be - the theme designer has no idea what kind of site the theme will be used on. The other reason for so many blogesque looking themes is that a vanilla blog site is a very simple site design to create a generic theme for, and there are so many existing designs for them already freely floating about the web.

One thing I've personally found with Drupal is that while things look daunting to begin with, once you starting getting a handle on it things get easier and much more productive. The initial investment in learning really pays off. Whereas some other CMS patforms have a veneer of 'easy' that quickly breaks down when you start reaching their limitations and the easiness doesn't scale up. Drupal can be a bit like moving to Linux from Windows - the basic tasks seem harder at first, but once you gain some experience it makes doing the hard stuff easier.

Asking specific questions in here is usually the best way to get help with stuff you're stuck on or can't find the right docs for. Make sure you say what you've tried or where you've looked etc. If a certain set of docs don't make sense, again ask here explaining why they didn't make sense to you. There's plenty of people willing to help out, especially if they have a clear idea of what your problem is. I get a bit of a kick from seeing people in here ask more and more advanced stuff over time as they climb the learning curve - some quickly outstrip my knowledge :)

You should probably also hang out in CSS communities as well - it can't be emphasised enough that a good understanding of CSS is the most important skill in creating Drupal themes.

If you do decide you want to carry on learning Drupal great, but if you don't that's no problem there are plenty of other good choices out there. Drupal is a bit different and seems to have a personality that gels with some people but clashes with others.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal

dtabach’s picture

Gov 2.0 uses the Mollio theme, apparently with very few customization.
Here's a link you might be interested in: Converting a CSS/HTML design to PHPTemplate. Although a little old, I believe it is still valuable material for those like you - and myself! - who are starting to find our ways through themeing.

Durval Tabach

Durval Tabach

parc876’s picture

post removed... more detailed search was the key!

enky’s picture

interesting topic,

enky
Indian Electronics Community