lenzen24

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • lenzen24 added a new discussion topic can't delete users in elgg 1.6 in the group Elgg Technical Support
    hi, i tried to delete a user and get a 404 error. anyone can help? greetz
  • lenzen24 replied on the discussion topic customize market plugin, specially the menu
    in start.php:   //add submenu options for admin                if (get_context() == "market" && isadminloggedin())... view reply
  • lenzen24 replied on the discussion topic customize market plugin, specially the menu
    thanks for your replies, i found it in the start.php view reply
  • lenzen24 replied on the discussion topic php-Codes für die Startseite (custom-index)
    Hallo Leute, kann mir jemand sagen welche area ich nehmen muss um die neusten videos der izap angezeigt zu bekommen? gruß view reply
  • lenzen24 added a new discussion topic customize market plugin, specially the menu in the group Elgg Technical Support
    hi there, i wrotet a post at plugins thread, but the author doesn't seem to watch at it anytime. i want to customize the market plugin, specially the menu of it, but i didn't found where to do this. ok. i want only that admins can post entries to...
    • in start.php:

        //add submenu options for admin
                      if (get_context() == "market" && isadminloggedin()) {
                              // Get page owner
                              $page_owner = page_owner_entity();
                              if (($page_owner->guid == $_SESSION['guid'] || page_owner()) && isadminloggedin()) {

       

      and in add.php just replace

      gatekeeper(); with admin_gatekeeper();

      works fine

    • Hi, lenzen24

      I did get an notification about you writing a comment on my market plugin, but I couldn't find it afterwards.

      Anyway, I can see you did find a solution to your problem.

      I will consider building this functionality into the next release, and make this behavior controlled in the plugin settings.

      Regards

      slyhne

       

       

  • lenzen24 added a new discussion topic Help please to modify my mainpage in the group Elgg Technical Support
    I would prefer copying the Custom_index plugin, renaming it like MyPlugin or whatever. Then edit this directory mod\MyPlugin\views\default\canvas\layouts\new_index.php   I would start working on my site. You could get in touch with me and...
    • Juipo

      Why renaming custom_index,  your theme already have new_index.php in mod\elggsocial\views\default\canvas\layouts\. ( It Should!! All my themes have it)  If you do rename custom_index plugin, you will need to copy the code from your theme into your new plugin to display Login and Registration boxes, otherwise you will loose them.

      if your theme does not already have new_index.php, still it is easier in my experience to just add \canvas\layouts\new_index.php to your theme \views\default\ folder (  so folder stucture will be mod\elggsocial\views\default\canvas\layouts\new_index.php and then hack away. This way when upgrading in the future all hacked code is only in your theme.

  • lenzen24 has a new avatar
    lenzen24