Guest xAlien95 Posted August 11, 2013 Share Posted August 11, 2013 Hi, I'm trying to develop an app for IP Board, I have my board in developer mode so my css files are loaded from "/public/style_css/master_css". div#content {background: url({style_images_url}/background.png);}I tried to use {style_images_url} to load a png from "/public/style_images/master/" but it doesn't work.{style_images_url} isn't replaced with the right path.How could I do?Thanks in advance! Link to comment Share on other sites More sharing options...
0 Lock Down Posted August 11, 2013 Share Posted August 11, 2013 I am guessing omicronGameLayout() is part of the app you are building.Did you install your app ? Does that function exist? Check for spelling errors and try removing and installing the app again. Link to comment Share on other sites More sharing options...
0 Lock Down Posted August 11, 2013 Share Posted August 11, 2013 Take it out of developer mode. Link to comment Share on other sites More sharing options...
0 Guest xAlien95 Posted August 11, 2013 Share Posted August 11, 2013 Take it out of developer mode. I used the template and css rebuild and importing tools, removed the developer mode and this error occurred:Fatal error: Call to a member function omicronGameLayout() on a non-object in /membri/xalien95/testforum/admin/applications_addon/other/omicron/modules_public/game/game.php on line 20Loading templates and style sheets from the cache folders (like in DEV mode), no error were showed.Thanks for the quick reply. Link to comment Share on other sites More sharing options...
0 Guest xAlien95 Posted August 11, 2013 Share Posted August 11, 2013 I am guessing omicronGameLayout() is part of the app you are building.Did you install your app ? Does that function exist? Check for spelling errors and try removing and installing the app again. Removing and reinstalling the app, it works.Thank you! Link to comment Share on other sites More sharing options...
0 Chris Posted August 12, 2013 Share Posted August 12, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Guest xAlien95
Hi, I'm trying to develop an app for IP Board, I have my board in developer mode so my css files are loaded from "/public/style_css/master_css".
div#content {background: url({style_images_url}/background.png);}I tried to use {style_images_url} to load a png from "/public/style_images/master/" but it doesn't work.{style_images_url} isn't replaced with the right path.How could I do?Thanks in advance!Link to comment
Share on other sites
5 answers to this question
Recommended Posts