Search found 3 matches
- Mon Apr 16, 2012 2:33 pm
- Forum: CMSMS Core
- Topic: How to check if a page has a thumbnail or image?
- Replies: 6
- Views: 2176
Re: How to check if a page has a thumbnail or image?
Thanks Dr.CSS. But if I understand your reply correctly, you use this code in your menu manager template and not directly in your theme, right? My workaround works similar but I was asking for a way to call the thumbnail variable without having to use the menu manager. In my opinion that is far more...
- Fri Apr 13, 2012 1:54 pm
- Forum: CMSMS Core
- Topic: How to check if a page has a thumbnail or image?
- Replies: 6
- Views: 2176
Re: How to check if a page has a thumbnail or image?
Thanks mcDavid, I tried what you suggested and found out that 1) there is a variable $node->thumbnail but only after the menu manager has been called withing the template. If you try to call the variable before. It won't work at all. 2) Even if you call it after calling the menu manager from within ...
- Fri Apr 13, 2012 9:17 am
- Forum: CMSMS Core
- Topic: How to check if a page has a thumbnail or image?
- Replies: 6
- Views: 2176
How to check if a page has a thumbnail or image?
Hey everyone, I'm new to CMSms. However, I'm very pleased with it and managed to convert my template to CMSms very easily (I do know XHTML/CSS/PHP). I guess the most difficult thing so far has been to sign up for this forum (seriously, who came up with that Monty Python question ??? ). Anyway, what ...