Search found 6 matches
- Tue Jan 27, 2009 5:31 pm
- Forum: Modules/Add-Ons
- Topic: [NMS][TinyMCE] - inline images?
- Replies: 1
- Views: 1101
Re: [Solved][NMS][TinyMCE] - inline images?
Posting this because I nearly ate my brain working it all out NMS does support inline images, although you need to define them in your TEMPLATE not in your message The module help page tells you how to do this. In the template add: {nms_image src='pants.jpg'} for a static image and {nms_image name='...
- Mon Dec 08, 2008 3:53 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] SEO Friendly URLS on IIS - I have it working!
- Replies: 1
- Views: 2060
[SOLVED] SEO Friendly URLS on IIS - I have it working!
I just finished banging my head against ISAPI rewrite - all working now, I used: [ISAPI_Rewrite] RewriteCond Host: (www\.)?mydomain\.org RewriteRule /(.+)\.html /index.php?page=$2 [I,L] Hope that helps some of you - basically in ISAPI rewrite 2 the file and directory existence checks are not implem...
- Mon Dec 08, 2008 3:52 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: ISAPI Rewrite Lite
- Replies: 3
- Views: 2026
Re: ISAPI Rewrite Lite
I just finished banging my head against ISAPI rewrite - all working now, I used: [ISAPI_Rewrite] RewriteCond Host: (www\.)?mydomain\.org RewriteRule /(.+)\.html /index.php?page=$2 [I,L] Hope that helps some of you - basically in ISAPI rewrite 2 the file and directory existence checks are not implem...
- Thu Jul 26, 2007 9:57 am
- Forum: CMSMS Core
- Topic: Site messed up after reordering pages... XML error reported
- Replies: 15
- Views: 10563
Re: Site messed up after reordering pages... XML error reported
Sorry, said too much too soon, running on different servers. I have however now fixed it. I had to create a new file and cut and paste the contents into it. Shouldn't make much difference, but it does! Running the unix utility "file" on the file before and after I can see that the supposed...
- Mon Jul 23, 2007 3:17 pm
- Forum: CMSMS Core
- Topic: text embellisher module broken?
- Replies: 5
- Views: 2490
Re: text embellisher module broken?
I've been wrangling with a few thingswith this module - hope this answers a few questions Fatal error Cannot re-assign $this in .. /modules/TruetypeText/class.ttt.php on line 125 is the error message after you upload the first font amd set the directory permissions on the module to 777. If I comment...
- Mon Jul 23, 2007 3:11 pm
- Forum: CMSMS Core
- Topic: Site messed up after reordering pages... XML error reported
- Replies: 15
- Views: 10563
Re: Site messed up after reordering pages... XML error reported
The problem for me was that the language file was in DOS format. I suspect there is a carriage return (but no line feed) at the end of /modules/TruetypeText/lang/en_US.php Running the file through dos2unix solves the problem: http://www.freedownloadscenter.com/Utilities/Misc__Utilities/DOS2UNIX_UNI...