Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Upgrading to 1.1.0 > modulestylesheet plugin > needs removed????
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
I get this message You can safely remove the modulestylesheet plugin from your theme. every page in the Admin module. I cannot find the modulestylesheet in the theme I'm using. I have several themes in the themes folder? -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Check also this topic: http://community.zikula.org/module-Forum-viewtopic-topic-55780-start-0.htm Also posted recently
In your theme templates (I dont know which one you are using) there is a reference(s) to the modulestylesheet plugin. Not hte plugin itself but the call to the plug is in your theme. You can remove that line from your templates.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
I found a few of these and removed:
Code
<!--[modulestylesheet]-->
However I found the below. What can I do to safely remove the modulestylesheet?
Code
<!--[if $pagetype eq 'admin']-->
<!--[modulestylesheet stylesheet=admin.css modname=admin]-->
<!--[/if]-->
/flashdetect.js">
<style type="text/css">form { display: inline }</style>
Thx... -
- Rank: Registered User
- Registered: Dec 19, 2006
- Last visit: Jun 01, 2009
- Posts: 33
You should be able to remove everything before the "flashdetect.js" line in the snippet you provided.
--
Chris Stevens, CEO
OpenTaxi Systems LLC
866.OPENTAXI
www.opentaxi.com
On-Demand Air Taxi Reservations Platform, Flight Reservations, Consulting. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
-
- Rank: Registered User
- Registered: Sep 26, 2002
- Last visit: Nov 02, 2009
- Posts: 20
I was getting the message too after upgrade from 7.64, but none of the themes in 1.1.0 have any reference to modulestylesheet. Looked further and found this in system/Blocks/pnblocks/menu.php
// add the stylesheet to the header
if (isset($vars['stylesheet'])) {
load the modulestylesheet plugin to determine the stylesheet path
require_once $pnRender->_get_plugin_filepath('function','modulestylesheet');
$GLOBALS['additional_header'][] = smarty_function_modulestylesheet(array('XHTML' => true, 'modname' => 'Blocks', 'stylesheet' => $vars['stylesheet'].'.css'), $pnRender);
}
commented out the whole conditional statement and alert disappeared. No resulting problems apparent yet.
Warren -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
-
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Yup, the old menu does have a code call to the modulestylesheet as well. We found that one as well during upgrade of zikula.nl to 1.1
There were some more modules that had modulestylestheet still in the code, but can't remember which ones exactly ATM.
edit, these ones at least have a call to modulestylesheet.
Mediashare
pnForum
edited by: espaan, Jan 06, 2009 - 01:31 AM
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
Quote
I was getting the message too after upgrade from 7.64, but none of the themes in 1.1.0 have any reference to modulestylesheet. Looked further and found this in system/Blocks/pnblocks/menu.php
And we did not report this one in a ticket, because it was already fixed in the current 1.1.1-dev tree. That's why zikula.nl also got a minor update ;)Quote
Yup, the old menu does have a code call to the modulestylesheet as well. We found that one as well during upgrade of zikula.nl to 1.1
So you could choose to replace it with this code.Quote
commented out the whole conditional statement and alert disappeared. No resulting problems apparent yet.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
-
- Rank: Softmore
- Registered: Apr 27, 2006
- Last visit: Nov 07, 2009
- Posts: 111
espaan
edit, these ones at least have a call to modulestylesheet.
Mediashare
pnForum
Downloads 2.3 does as well. -
- Rank: Softmore
- Registered: Apr 27, 2006
- Last visit: Nov 07, 2009
- Posts: 111
Actually, it turns out it wasn't anything in Downloads at all. I had two block positions called modulecenter and moduleright that were causing the problem and throwing the error message. I renamed those block positions, and the message went away.
edited by: ToonDawg, Jan 31, 2009 - 03:52 AM -
- Rank: Softmore
- Registered: Mar 14, 2003
- Last visit: Apr 19, 2010
- Posts: 116
I had fixed this alert by taking out two calls in my master.html theme. When I added a menu-block it suddenly appeared again. Deleted the block, so it´s ok.
- Moderated by:
- Support
