Yep thanks for that. I forgot to update this thread. I emailed the developer and he found the bug and uploaded the newest version very quickly. Thanks again Fabian (Sendeplan).
Hi all, I am currently trying to work with the Sendeplan module (using cmsms 1.23) and its going great, except for the fact it wont show multiple entries. The template code is: <ul> {foreach from=$items item="item"} <li><b>{$item.short}</b></li><br/> {$item.long} {/foreach} </ul> Does ...
Thanks for your comments KO and Masada :) I have updated the link to show what its doing... I ended up changing the details of the album so forgot to update the actual link here. Yes Masada my problem is exactly the same as yours... Its a border link that is made from the image being hyperlinked cau...
Hi all, Hopefully some one will be able to help me with this little problem... I've changed all the borders to none in the CSS of the Album module, but the image thumbnails still have borders. Is there a specific way they must be removed? I am using the latest version of Album module (0.93) and the ...
Thanks for your reply mate. What special characters were you trying to put into yours? Cause my esshop wasnt working, I have to manually add them in via myPHPadmin which sucked alot... very slow task, but for some strange reason my esshop is now working fine again. Its strange that its intermitting ...
Hi all, I've currently got CMSMS 1.2.3 installed, with the eSShop 1.0.1 module installed, and its been working great but then yesterday I couldnt add anymore products :( I tried adding a new product to one of the categories but it just didnt add to the database. Didnt show any errors or anything.. I...
When looking at the source, it doesnt show a tag at all... The code for the form itself (after copied from the source in IE7) is: <!-- Start FormBuilder Module (0.2) --> <form id="m2moduleform-1" name="m2moduleform-1" method="post" action="index.php" enctype=&...
Mark your a genius! Worked a treat. There was one problem though, is there any special or additional code for the textarea? The id for this is id="m2_4" and I have in my stylesheet #m2_4 { font-family: Tahoma; font-size: 11px; color: 49494B; width: 200px; height: 100px} but it doesnt chang...
Thanks Amy for posting. Should this go in the class input for field? How should I call it then in the template. Should I use a div tag or a span class or something? The text field is getting called with the code {myfield->input}.
Hi, Im wanting to use CSS to restrict the size of my fields in my form. I am using the latest release of FormBuilder. In the module, it says under the main section of the form; "CSS Class for this form". And within each field that I have created it has an additional part with "CSS Cla...