Indirect modification of overloaded element of cms_variables

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Indirect modification of overloaded element of cms_varia

Post by calguy1000 »

The {stylesheet} plugin was deprecated in CMSMS 1.8 and no longer works in CMSMS 1.11. You now need to change your templates to use {cms_stylesheet}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Indirect modification of overloaded element of cms_varia

Post by Wishbone »

Since {cms_stylesheet} now exists in tmp/ and not the document root, you'll need to change lines like:

background-image: url(uploads/images/background.jpg);

to

background-image: url([[root_url]]/uploads/images/background.jpg);
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Indirect modification of overloaded element of cms_varia

Post by Dr.CSS »

Or url(../../uploads/*******)...
Locked

Return to “[locked] Installation, Setup and Upgrade”