Send private message

You must be logged in to send a private message.

Friends

Group membership

Activity

  • uliuli commented on the plugin Easy Theme
    Hello. Is there a way to change the position of the modules in the custom index part? For example make the blogg module lower and wider. I'm having a hard time figuring out how to tweak the plug in to do that. 
  • uliuli is now a friend with juBo
  • uliuli commented on the plugin Easy Theme
    I was wondering if this theme works with advert plugins?
  • uliuli joined the group Tidypics Photo Gallery Plugin
  • uliuli commented on the plugin Customize CSS
    hello. Is there a way to place one's own logo and remove elgg's logo form topbar using this plug in. I've been trying but no dice. I Really appreciate the help
  • uliuli added a new discussion topic Having trouble customizing my page in the group Beginning Developers
    I'm trying to customize my page and I've looked at the tutorials that they've included here on plugin creation and it seems to be just slipping from my grasp at the moment. Can someone please help me identify my problem. I have my manifest.xml...
    • It would help if you told us what fatal error you were getting... ;) 

      Although for starters, in your start.php you're registering the wrong event handler. Replace start.php with the following:

      <?php

       

      function mytheme_init() {
      elgg_extend_view('css/elgg', 'Citivend_custom/css');
      }

      elgg_register_event_handler('init', 'system', 'mytheme_init');
      ?>

  • uliuli replied on the discussion topic how modify css?
    I'm having the same problem. I followed that tutorial and got a white screen when  I tried overloading. I followed the instructions and I'm not sure what I'm doing wrong. The admin page told me it was a problem with the start.php but I'm not... view reply
  • uliuli has a new avatar
    uliuli