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/a-communityengine-tutorial-building-a-social-site

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%[email protected]>
> .
> 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.

Reply via email to