richard rahl

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • richard rahl replied on the discussion topic Problems installing Elgg
    Try to set DATA directory to 777 permission view reply
  • richard rahl replied on the discussion topic Widget not added
    Not really, i've just found out that it must be the problem with some rewrite rules in .htaccess. I've had repaired other problem with my server (my css formating was missing on the new server, so i changed cache rewrite rule: "RewriteRule... view reply
  • richard rahl replied on the discussion topic Widget not added
    @DhrupDeScoop: I've already deleted that part, because i found that code somewhere in the net, I've been trying everything, you know. I can't add here the whole code, because it makes no sense, the bug is here. It can be something with php file add,... view reply
  • richard rahl replied on the discussion topic Widget not added
    There is no programmer who can help? view reply
  • richard rahl replied on the discussion topic Widget not added
    Just've added: if ((documentFragment !== null) && documentFragment.hasOwnProperty('output')) {     alert(typeof documentFragment); } into this code and it returns: Uncaught ReferenceError: documentFragment is not... view reply
  • richard rahl replied on the discussion topic Changing name
    Just change it in language file of plugin files eg: 'file' => "e-books", view reply
  • richard rahl replied on the discussion topic Cant upload plugins to elgg
    Whats the name of this plugin? : )   Are sure totally sure you are uploading it in a right way? I mean, it should be folder with plugin inside, if you have a folder with folder, and inside again folder of the plugin - it is wrong : ) view reply
  • richard rahl added a new discussion topic Widget not added in the group Elgg Technical Support
    Hi! I still have a problem with my widgets. I can move them, i can delete them, but i can't add none of them. I was testing it with firebug, it seems like there is a problem with page owner guid. I know also where excatly is the bug, but i don't...
    • @DhrupDeScoop: I've already deleted that part, because i found that code somewhere in the net, I've been trying everything, you know. I can't add here the whole code, because it makes no sense, the bug is here. It can be something with php file add, it seems like widget is not created, the object is empty. But i haven't changed there anything!

      @rjcalifornia: I dno not really remember, but if so, it was very little changes, but it doesn't matter - i have the same files, the same site on the otehr server and there it works perfectly. I've been checking every plugin, turning it off and on.Maybe it is something with server?

    • Widgets 'ADD" is driven by jQuery - so when click on widget to 'add' -- the jQuery JS shud trigger to do on-screen 'add' & shuffle-shuffle and 'added' to the active widgets in the main widgets area below the widgets list. If this not works - issue should be with the jQuery/JS for the 'Add'

    • Not really, i've just found out that it must be the problem with some rewrite rules in .htaccess. I've had repaired other problem with my server (my css formating was missing on the new server, so i changed cache rewrite rule: "RewriteRule cache\/(.*)$ engine/handlers/cache_handler.php?request=$1&%{QUERY_STRING} [R]") and now, when i'm trying to add widget it shows me a message:

      "Form is missing __token or __ts fields";

      need to find out how to give ts and action token to that action or  find out what is wrong with my rewrite rule:    

      RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1&%{QUERY_STRING} [R]

                                   

      If someone would help me, i would really appreciate it!