Thanks, spcherub!
Two lessons I needed to be reminded of:
1) Double-check the obvious
2) Don't assume
Search found 13 matches
- Sun Nov 13, 2011 8:57 pm
- Forum: Modules/Add-Ons
- Topic: Find a single element in a Smarty array [solved]
- Replies: 2
- Views: 3616
- Sun Nov 13, 2011 2:51 pm
- Forum: Modules/Add-Ons
- Topic: Find a single element in a Smarty array [solved]
- Replies: 2
- Views: 3616
Find a single element in a Smarty array [solved]
In the Add/Edit an Event form, the CGCalendar module loops over the $categories array like this: {foreach from=$categories item='category'} <div class="row"> <p class="row_prompt">{$category->name}:</p> <p class="row_input"> {$category->field} </p> </div> {/foreach} I a...
- Thu Oct 06, 2011 1:47 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Add submenu animation to default css menu
- Replies: 1
- Views: 1322
Add submenu animation to default css menu
I don't know if anyone has done this before, but I really like the functionality and depth of the horizontal css menu that comes with cmsms. I recently added some jquery effects to modernize it slightly. This will add subtle animation to the submenus, causing them to expand, rather than just appear,...
- Mon Jul 21, 2008 5:34 pm
- Forum: CMSMS Core
- Topic: Lyteshow template not working in IE
- Replies: 1
- Views: 1355
Re: Lyteshow template not working in IE
Had the same problem. Here's what I did, and everything seems to work fine: 1) Replaced lytebox.js with the latest version from http://www.dolem.com/lytebox/ I'm not sure if this is strictly necessary or even advisable, but since the cmsms module specifies that it's simply a wrapper for lytebox, I'm...
- Thu Jul 10, 2008 5:30 pm
- Forum: Modules/Add-Ons
- Topic: SOLVED : FEUser - problem with Lost Username Template
- Replies: 3
- Views: 1515
Re: FEUser - problem with Lost Username Template
Did you check "Ask in lost username?" on the properties you want included in the form? Edit your group in Frontend User Management, and make sure at least one property is checked as "Ask in lost username" I had the same problem until I found the solution here in the forums.
- Thu Jul 10, 2008 5:24 pm
- Forum: Modules/Add-Ons
- Topic: SOLVED : FEUser - problem with Lost Username Template
- Replies: 3
- Views: 1515
Re: FEUser - problem with Lost Username Template
Yep. Same problem here... Any luck with a solution yet?
- Fri Jul 04, 2008 3:24 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: My Groovy Form Stylin for FormBuilder
- Replies: 16
- Views: 17419
Re: My Groovy Form Stylin for FormBuilder
Very nice! I'm eager to apply your css to a more complex form I have. It really looks great.
- Fri Jul 04, 2008 3:23 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Where is css for form builder?
- Replies: 11
- Views: 4822
Re: Where is css for form builder?
Perfect. This is exactly what I was looking for. Thanks to all for the help!
- Wed Jul 02, 2008 10:19 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Where is css for form builder?
- Replies: 11
- Views: 4822
Re: Where is css for form builder?
Tannos - you must be using an older, newer, or otherwise different release of FormBuilder. There is no CSS button anywhere near the form listings on the one I have (0.5.1) There is a field for CSS Class for this Form immediately after you open the form, but that just references a class for the form ...
- Tue Jul 01, 2008 3:17 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Where is css for form builder?
- Replies: 11
- Views: 4822
[solved] Where is css for form builder?
I'm probably missing something, but there are a bunch of css classes in the form builder templates. Is there a style sheet somewhere that goes with these?
- Tue May 20, 2008 9:36 pm
- Forum: Developers Discussion
- Topic: Controlling guest posting on the Blogs
- Replies: 2
- Views: 1799
Re: Controlling guest posting on the Blogs
Not sure if this is what you're looking for, but this is what I changed my Comment Form Template to: {if $customcontent_loggedin > 0} {$formstart} <div class="blogs-addcommentlabel">{$authortext}:</div> <div class="blogs-addcommentinput">{$authorinput}</div> <div class=&quo...
- Mon May 12, 2008 9:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: opacity on horizontal menu
- Replies: 5
- Views: 2094
Re: opacity on horizontal menu
What version of IE are you running? I believe IE6 and before don't recognize opacity. I develop on IE6 mostly (to insure compatibility) and opacity doesn't work without some javascript workarounds, so far as I know.
- Mon May 12, 2008 3:53 pm
- Forum: Modules/Add-Ons
- Topic: Want to use FE user as Comment Author in blog...
- Replies: 1
- Views: 1146
Want to use FE user as Comment Author in blog...
I've set up FE users, custom content, and blogs. I have them working together, in that comments appear to all users, but I've modified the "add comments template" to only allow logged in FE users to post new comments. Works great, looks great. Now I want to do away with the "comment a...