Also not working are the user_notifier templates... I have modified versions in /themes/views/user_notifier/*
Language code was set to nl so i tryed add the .nl into the files names like the provided examples, this is not working. CE still uses the ones from /plugins even if I don't add the nl to the filenames. These are the only issues i have with CE but they are making it impossible to deploy the app. On Feb 4, 8:55 am, rubybox <[email protected]> wrote: > Bruno, > > I currently use a theme inside /themes/default/[stylesheet/javascripts/ > images/views] > The problem is that even though i have exact the same files in those > directorys that are in the plugin/community_engine/public folder > and *modified those* (images replaced and stylesheets modified ) it > still copies over files from the plugins public folder and doesent > seem to "SEE" my custom /theme files. > > Also not all files from my /themes/* folders are copyed.. > I digg into the code but don't really have figured it out yet why it > > 1) Does not copy everything from /themes > 2) Why it seem to copy the plugins public folder to /public even when > I have my theme correctly setup ( defined it in application.yml ) > > Could you share some light on this? > CE is really great and this is holding me back writing additions and > plugins for it > > On Feb 4, 3:01 am, Bruno Bornsztein <[email protected]> > wrote: > > > > > You're going about it wrong. Please make sure to read the documentation, > > especially the tutorial on customizing your CE app using a theme: > > >http://sites.google.com/a/curbly.com/communityengine/customizing-ce-1... > > > CE automatically copies assets (javascript, css, and images) from the plugin > > public directory into public/plugin_assets. You shouldn't mess with that > > stuff (since it'll be auto-generated anyway). > > > If you want to customize the way your CE app looks, you'll need to either > > use a theme, or override the '_scripts_and_style.html.haml' template so that > > it includes your own stylesheets. > > > Thanks, > > Bruno > > > On Wed, Feb 3, 2010 at 1:54 PM, rubybox <[email protected]> wrote: > > > Nobody any suggestions, > > > > Do you have any idea Bruno? > > > Im totally stuck on this, > > > > Thanks in advanche > > > > On Feb 1, 9:28 pm, rubybox <[email protected]> wrote: > > > > I thought I had it working but I still have in my source: > > > > > <link href="/plugin_assets/community_engine/stylesheets/reset-fonts- > > > > grids.css" media="screen" rel="stylesheet" type="text/css" /> > > > > <link href="/plugin_assets/community_engine/stylesheets/ > > > > screen.css" media="screen" rel="stylesheet" type="text/css" /> > > > > <link href="/plugin_assets/community_engine/stylesheets/print.css" > > > > media="print" rel="stylesheet" type="text/css" /> > > > > <script src="/plugin_assets/community_engine/javascripts/prototip- > > > > min.js" type="text/javascript"></script> > > > > <link href="/plugin_assets/community_engine/stylesheets/ > > > > prototip.css" media="screen" rel="stylesheet" type="text/css" /> > > > > <script src="/plugin_assets/community_engine/javascripts/tiny_mce/ > > > > tiny_mce_src.js" type="text/javascript"></script> > > > > > Even though CE copys *some not all:* files from /themes/default/* why > > > > isent this working, what did i do wrong or is it a bug? > > > > > On Jan 31, 4:03 pm, rubybox <[email protected]> wrote: > > > > > > I have a problem with the /public folder.. > > > > > CE creates a /plugin_assets/community_engine folder with images, > > > > > javascripts, stylesheets, etc.. > > > > > > I created a theme folder with > > > > > > /themes/default/ > > > > > /themes/default/views > > > > > /themes/default/images > > > > > etc > > > > > > But it does not use my /themes/default/* files and folders to generate > > > > > the /plugin_assets/community_engine folders.. > > > > > It uses the files from /vendor/plugins/community_engine/public > > > > > > How can i Prevent this? > > > > > I want my own files to be used for my theme.. > > > > > *confused* > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "CommunityEngine" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<communityengine%2Bunsubscribe@ > > > googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/communityengine?hl=en. -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
