Lancey

About me:
Email:

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • Lancey has updated their profile
  • Lancey added a new discussion topic Motorcycle forum/community site in the group General Discussion
    Just wanted to show off the Elgg site I've been working on for a couple of months now, a discussion forum and social network for motorcycle fans called riderr.net Had to learn a lot about Linux and Apache, and then get my head around Elgg, but...
  • Lancey joined the group General Discussion
  • Lancey joined the group Feedback and Planning
  • Lancey added a new discussion topic Customising the layout of group pages in the group Beginning Developers
    Apologies if this has already been answered - I tried searching the forums before I wrote this, but couldn't find what I was looking for.  I'm new to Elgg and am working with the latest version (1.8.3). What I would like to do is alter the...
    • the way 1.8 is designed is that specific CSS is only called when you're on a specific page like groups for example. instead of having the CSS for groups in one single global CSS file, it's only called once ;) this is why 1.8 is faster than 1.7. at least this is from my point of view.

    • the way 1.8 is designed is that specific CSS is only called when you're on a specific page like groups for example

      This is false for the most part, individual views can call a css include - usually for specific things like jquery modules that require css where it doesn't make sense to aggregate that into the main css.

      For the most part all of the individual css.php files you see get aggregated into the global css much the same as they did in 1.7

    • thanks for the clarification, i've been gone fishing in alaska for a while now and i wasn't around to see elgg 1.8 being released. yes the css.php for a plugin is integrated into the global css which is true but there are special lines of code to include a specific css into a view which is what i like about 1.8

  • Lancey joined the group Beginning Developers
  • Lancey joined the group Elgg Technical Support