Search found 17 matches
- Tue Jan 04, 2011 2:34 pm
- Forum: CMSMS Core
- Topic: stylesheets not loading without debugmode
- Replies: 8
- Views: 4416
Re: stylesheets not loading without debugmode
After the upgrade from an old CMSMS installation to the latest version, i discovered a couple problems. Found the solutions on the forum and the internet and some logical thinking. Weird characters First i had the problem that there were some strange characters in the beginning of the page. It had s...
- Tue Jan 04, 2011 8:40 am
- Forum: CMSMS Core
- Topic: stylesheets not loading without debugmode
- Replies: 8
- Views: 4416
Re: stylesheets not loading without debugmode
To bad, both arent working. But i am more looking for a solution that the css is loaded while NOT being in debug mode
Someone?

Someone?
- Mon Jan 03, 2011 3:42 pm
- Forum: CMSMS Core
- Topic: stylesheets not loading without debugmode
- Replies: 8
- Views: 4416
Re: stylesheets not loading without debugmode
Can you tell me what it does? Because I have put the code after <?php in the config.php but nothing happens...
I can't access php.ini
I can't access php.ini
- Mon Jan 03, 2011 2:58 pm
- Forum: CMSMS Core
- Topic: stylesheets not loading without debugmode
- Replies: 8
- Views: 4416
Re: stylesheets not loading without debugmode
thanks for your reply! Tried making an UDT with "error_reporting(E_ALL ^ E_NOTICE)" as content, and "errorreporting" as name, but it gives an error: * Invalid code entered. * Parse error: syntax error, unexpected '}' in httpdocs/admin/adduserplugin.php(100) : eval()'d code on lin...
- Mon Jan 03, 2011 1:27 pm
- Forum: CMSMS Core
- Topic: stylesheets not loading without debugmode
- Replies: 8
- Views: 4416
stylesheets not loading without debugmode
I did an upgrade to the latest version of CMS made simple, but now things arent working as before the upgrade. I already solved some of theproblems, but i can't figure out why the stylesheets aren't loading if debug mode is disabled. In both admin panel and frontend. If enabled, the stylesheets are ...
- Sun Aug 23, 2009 3:20 pm
- Forum: CMSMS Core
- Topic: menu > separator doesn's show up
- Replies: 6
- Views: 4488
Re: menu > separator doesn's show up
*bumb*
Still cant figure it out why it's not working... a beer for who give me the solution
Still cant figure it out why it's not working... a beer for who give me the solution

- Thu Aug 20, 2009 9:04 pm
- Forum: CMSMS Core
- Topic: menu > separator doesn's show up
- Replies: 6
- Views: 4488
Re: menu > separator doesn's show up
Ah! Thanks for being so on point :) The URL is http://vruchtvlees.com/nl/ Actually, I don't think it is a CSS problem because if I place a separator between "shop faq" and "lookbook" it won't show up in the code: <li class="menu_faq"><a href="http://www.vruchtvlees...
- Thu Aug 20, 2009 1:15 pm
- Forum: CMSMS Core
- Topic: menu > separator doesn's show up
- Replies: 6
- Views: 4488
menu > separator doesn's show up
When I add a menu separator via "pages" it doesn't show up in the menu. I think it is since I updated my CMS installation. Older separators are still working. Someone can help me out here? Code menu manager {if $count > 0} {foreach from=$nodelist item=node} {if $node->type == 'separator'} ...
- Wed Aug 05, 2009 7:45 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Add New Content > editor gone
- Replies: 2
- Views: 1214
Re: Add New Content > editor gone
Hm, ok.. good to hear it is a know issue... Can you give me a link in the good direction maybe? Because I used the search and still can't find the solution. Thanks! edit: aha! Found it! It is the {ccontent} tag. Changed it to {content} and it is working again... But now I'm having another problem. T...
- Wed Aug 05, 2009 9:30 am
- Forum: CMSMS Core
- Topic: [SOLVED] Add New Content > editor gone
- Replies: 2
- Views: 1214
[SOLVED] Add New Content > editor gone
Hello! Somewhere between the update from 1.5x > 1.6 > 1.6.3 it went wrong: my text/content editor disappeared from the Add New Content page and the Edit Content page. *see image below* How can i get it back, because it is a pretty essential part of the system ;) Strange thing is that the editor is ...
- Sun Dec 28, 2008 7:25 pm
- Forum: CMSMS Core
- Topic: [SOLVED] pretty urls mod_rewrite real slow
- Replies: 4
- Views: 2524
Re: pretty urls mod_rewrite real slow
Wow, great stuff!
Changed RewriteBase /nl/ to RewriteBase /nl and now it is working just fine! Thanks!
After removing the /
Thanks for making me aware of v1.5.1. Will upgrade soon!
Changed RewriteBase /nl/ to RewriteBase /nl and now it is working just fine! Thanks!
After removing the /
Thanks for making me aware of v1.5.1. Will upgrade soon!
- Fri Dec 26, 2008 10:58 am
- Forum: Developers Discussion
- Topic: [solved] Byte-Order Mark found in UTF-8 File. How do i remove this?
- Replies: 8
- Views: 5439
Re: Byte-Order Mark found in UTF-8 File. How do i remove this?
ok, great! Thanks for the replys so far.
Is there a way to find out which file I could have changed? Tried the config.php but still having the problem.
Or what do you suggest?
Is there a way to find out which file I could have changed? Tried the config.php but still having the problem.
Or what do you suggest?
- Thu Dec 25, 2008 8:02 pm
- Forum: Developers Discussion
- Topic: [solved] Byte-Order Mark found in UTF-8 File. How do i remove this?
- Replies: 8
- Views: 5439
Re: Byte-Order Mark found in UTF-8 File. How do i remove this?
Having the same problem... someone has a solution for me? Checked the mysql db already (utf-8) page encoding is also utf-8 so im not able to "see" this hidden character. If I change in firefox > character encoding > from utf-8 > to western iso i am able to see  before my document sta...
- Wed Dec 24, 2008 10:29 pm
- Forum: Modules/Add-Ons
- Topic: absolute link not working
- Replies: 1
- Views: 1139
Re: absolute link not working
...someone got a good idea? Try going to extensions > TinyMCE WYSIWYG > advanced > generate relative url's Is it working? I think if you add absolute url's he wont change it anymore. Good luck! Maybe you can answer my question about where to find the template for edditing the output of the rss feed...
- Wed Dec 24, 2008 10:07 pm
- Forum: CMSMS Core
- Topic: [SOLVED] pretty urls mod_rewrite real slow
- Replies: 4
- Views: 2524
[SOLVED] pretty urls mod_rewrite real slow
Since I am working on a new template for my website I thought this is a good moment to go pro and enabling pretty urls by mod-rewrite for my own website. I have done it for multiple clients as well, so this shouldn't be that hard. I thought.... The problem is when I enable mod_rewrite the page loadi...