Thanks for your reply.
Is there a stylesheet supplied with CMSMS that supports drop down menus on IOS?
Search found 24 matches
- Mon Aug 13, 2012 10:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu doesn't work on IOS
- Replies: 5
- Views: 3092
- Mon Aug 13, 2012 9:41 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu doesn't work on IOS
- Replies: 5
- Views: 3092
Menu doesn't work on IOS
Hi. I'm running CMS Made Simple 1.10.3. When I use the "Navigation: CSSMenu - Horizontal" style sheet, it works on Firefox on the Mac and IE on Windows, but not with IOS. On IOS, none of the drop down menus appear. Has anybody else encountered this? (I did search on the forum!). If so, wha...
- Fri May 13, 2011 3:00 pm
- Forum: Modules/Add-Ons
- Topic: Pasting from Word with FCKEDITORX
- Replies: 3
- Views: 1075
Re: Pasting from Word with FCKEDITORX
And if you refresh the page, it doesn't show the errors second time round (although most visitors wouldn't do that!)
- Fri May 13, 2011 2:54 pm
- Forum: Modules/Add-Ons
- Topic: Pasting from Word with FCKEDITORX
- Replies: 3
- Views: 1075
Re: Pasting from Word with FCKEDITORX
On the actual website, the following errors are shown on the page: string(140) "Smarty error: [in content:content_en line 7]: syntax error: expecting '=' after attribute name 'Sept' (Smarty_Compiler.class.php, line 1558)" string(144) "Smarty error: [in content:content_en line 7]: synt...
- Fri May 13, 2011 1:57 pm
- Forum: Modules/Add-Ons
- Topic: Pasting from Word with FCKEDITORX
- Replies: 3
- Views: 1075
Pasting from Word with FCKEDITORX
We are getting the following error when pasting into FCKEditorX from a Word document: Smarty error [in content: content_en line 25]: syntax error: expecting = after attribute name '10' (Smarty_Compiler.class.php, line 1558) FCKEDitorX: 1.1.0 CMS Made Simple: 1.9.2 If FCKEDitorX is unable to paste fr...
- Mon May 09, 2011 4:27 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Frontend users:display random user info
- Replies: 2
- Views: 899
Re: Frontend users:display random user info
Thanks very much for a useful pointer. To get it to work, I created a new summary template (called random) in the Calguys User Directory containing the following: {capture}{$users|@shuffle}{/capture} ... {foreach from=$users[1].properties item='onepropvalue' key='propname'} {* pull out values so we ...
- Fri May 06, 2011 4:35 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Frontend users:display random user info
- Replies: 2
- Views: 899
[SOLVED] Frontend users:display random user info
I need to display details of a random front end user on the home page. Each time the page is accessed, a different random user would be displayed. Has anybody done something like this?
CMS Made Simple: 1.9.2
FrontEndUsers: 1.12.12
Thanks
CMS Made Simple: 1.9.2
FrontEndUsers: 1.12.12
Thanks
- Thu Apr 14, 2011 5:48 pm
- Forum: Modules/Add-Ons
- Topic: FEUMailer - editor
- Replies: 0
- Views: 427
FEUMailer - editor
Is there any way to provide a GUI editor with FEUMailer?
- Thu Apr 14, 2011 5:08 pm
- Forum: Modules/Add-Ons
- Topic: FEUMailer doesn't do anything
- Replies: 2
- Views: 755
- Thu Apr 14, 2011 4:59 pm
- Forum: Modules/Add-Ons
- Topic: FEUMailer doesn't do anything
- Replies: 2
- Views: 755
Re: FEUMailer doesn't do anything
One thing I noticed in the error_log file in the admin directory was the following: [14-Apr-2011 17:54:50] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/admin20/public_html/modules/FEUMailer/action.savePrefs.php on line 117 which seems a ...
- Thu Apr 14, 2011 4:40 pm
- Forum: Modules/Add-Ons
- Topic: FEUMailer doesn't do anything
- Replies: 2
- Views: 755
FEUMailer doesn't do anything
FEUMailer version: 0.9.3 CMS Made Simple version: 1.9.2 CMS Mailer version: 2.0 As a test, I have created a group called test which has a field called email, with a type of Email Address as required. This contains one user. When i try to send an email, it produces the following prompt: Do you really...
- Wed Apr 13, 2011 11:42 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Calguys User Directory CSS
- Replies: 2
- Views: 1277
Re: Calguys User Directory CSS
Thanks, Martijn.
Just had a search and I couldn't find any repository that might contain such a stylesheet. Guess its time to knock one up ...
Just had a search and I couldn't find any repository that might contain such a stylesheet. Guess its time to knock one up ...
- Wed Apr 13, 2011 9:23 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Calguys User Directory CSS
- Replies: 2
- Views: 1277
Calguys User Directory CSS
Just setting up a directory page with Calguys User Directory using the summary view template: {CGUserDirectory action='search' searchproperty='name,county' detailtemplate='ic'} The problem is that once I have clicked submit, the results page really doesn't look that good. Although the source of the ...
- Sun Mar 20, 2011 9:52 pm
- Forum: Modules/Add-Ons
- Topic: Frontendusers restrict page display
- Replies: 2
- Views: 1001
Re: Frontendusers restrict page display
Installing CustomContent fixed it.
Thanks for your help.
Thanks for your help.
- Sun Mar 20, 2011 4:45 pm
- Forum: Modules/Add-Ons
- Topic: Frontendusers restrict page display
- Replies: 2
- Views: 1001
Frontendusers restrict page display
Having installed the FrontEndUsers module (1.12.12), I have created a user and added them to a new group members. Then, I have copied a template to a new one adding the following line just below the </__body> tag: {if !$ccuser->loggedin()}{redirect_page page=’login’}{/if} This is producing the follo...