
Search found 34 matches
- Wed Jan 11, 2012 8:26 pm
- Forum: CMSMS Core
- Topic: [solved] if statement that checks if news items are active?
- Replies: 4
- Views: 2034
Re: an if statement that checks if any news items are active
Thanks again spcherub! 

- Wed Jan 11, 2012 3:53 am
- Forum: CMSMS Core
- Topic: [solved] if statement that checks if news items are active?
- Replies: 4
- Views: 2034
Re: an if statement that checks if any news items are active
Thanks spcherub! I tried it like this, but it didn't work: {capture assign=my_news}{news}{/capture} {if $my_news != ''} {eval var=$news} {/if} So I tried it like this, and it did work: {capture assign=my_news}{news}{/capture} {if $my_news != ''} {news} {/if} I also tried it like this (inside news su...
- Tue Jan 10, 2012 8:23 pm
- Forum: CMSMS Core
- Topic: [solved] if statement that checks if news items are active?
- Replies: 4
- Views: 2034
- Thu Dec 08, 2011 5:46 pm
- Forum: CMSMS Core
- Topic: Combining 2 similar templates into 1 template
- Replies: 4
- Views: 1791
Re: Combining 2 similar templates into 1 template
I've revised the sudo code. if active page (or current page) is parent and has child then display the child navigation objects else display upcoming events So would this work than? {$cgsimple->get_parent_alias($page_alias, 'parent')} {if $parent} <p id="heading">{$cgsimple->get_root_alias(...
- Wed Dec 07, 2011 10:39 pm
- Forum: CMSMS Core
- Topic: Combining 2 similar templates into 1 template
- Replies: 4
- Views: 1791
Re: Combining 2 similar templates into 1 template
Not just on the top-level page, but also on all of the lower-level pages. Example: On the information category there are 12 lower level pages on the left-hand side bar. I would like each of objects to be displayed when a user clicks on anyone one of them. Such as history, mission statement, etc.. Th...
- Wed Dec 07, 2011 9:59 pm
- Forum: CMSMS Core
- Topic: Combining 2 similar templates into 1 template
- Replies: 4
- Views: 1791
Combining 2 similar templates into 1 template
I have two templates on my site with the only difference being the left-hand side bar. Template A displays the upcoming events, while template B displays all of the child object in the parent category. Is it possible to combined these template into one template with an if statement to determine what...
- Wed Dec 07, 2011 8:29 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Drop-down menus on the iPad
- Replies: 11
- Views: 7014
Re: Drop-down menus on the iPad
The drop-down menu now fully work on the iPad! I've wanting this for so long!
Major thanks Wishbone!
Major thanks Wishbone!
- Tue Dec 06, 2011 4:16 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Drop-down menus on the iPad
- Replies: 11
- Views: 7014
Re: Drop-down menus on the iPad
Thanks again Wishbone!
I'll add the code and stop by Best Buy to try it on an iPad after work.
I don't have an iPad.

I'll add the code and stop by Best Buy to try it on an iPad after work.
I don't have an iPad.
- Tue Dec 06, 2011 4:19 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Drop-down menus on the iPad
- Replies: 11
- Views: 7014
Re: Drop-down menus on the iPad
Thanks wishbone! I actually tried using section headers, but I couldn't get it to work on the iPad.
Sadly, I don't know any jquery. Could you please point me in right direction to learn jquery?
Thanks!
Sadly, I don't know any jquery. Could you please point me in right direction to learn jquery?
Thanks!
- Mon Dec 05, 2011 11:47 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Drop-down menus on the iPad
- Replies: 11
- Views: 7014
Re: Drop-down menus on the iPad
When I view my site on an iPad the drop-down menu don't work. I've done something wrong in the CSS?
- Mon Dec 05, 2011 9:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Drop-down menus on the iPad
- Replies: 11
- Views: 7014
[solved] Drop-down menus on the iPad
I don't know if this is the right place for this topic, feel free to move it if need be.
Has anyone gotten the drop-down menus to work with the iPad and other touch screen devices? If so, how is it done?
Has anyone gotten the drop-down menus to work with the iPad and other touch screen devices? If so, how is it done?
- Sun Jun 05, 2011 2:38 pm
- Forum: CMSMS Core
- Topic: [solved] site suddenly stopped working & will not load
- Replies: 3
- Views: 2280
Re: [solved] site suddenly stopped working & will not load
Major thanks replytomk3! 

- Thu Jun 02, 2011 11:49 pm
- Forum: CMSMS Core
- Topic: [solved] site suddenly stopped working & will not load
- Replies: 3
- Views: 2280
[solved] site suddenly stopped working & will not load
All of the sudden when I go to my site , I get an error message that reads: Warning: opendir(/hermes/bosweb/web189/b1896/sl.covschoo/public_html/user//lang) [function.opendir]: failed to open dir: No such file or directory in /hermes/bosweb25c/b1896/sl.covschoo/public_html/lib/translation.functions....
- Mon Mar 07, 2011 12:44 am
- Forum: Announcements
- Topic: Announcing CMSMS 1.9.4 - Faanui (Updated to 1.9.4.1)
- Replies: 12
- Views: 17978
Re: Announcing CMSMS 1.9.4 - Faanui
I like how the breadcrumbs once again start with Home.
Thanks guys!
Thanks guys!

- Fri Mar 04, 2011 3:52 pm
- Forum: CMSMS Core
- Topic: [Solved] News mod: 12 hour clock when adding articles?
- Replies: 4
- Views: 2155
Re: News mod: 12 hour clock when adding articles?
Thanks RonnyK!