Wetodid

About me:
Website: http://
Email:

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • Wetodid replied on the discussion topic Parse error: syntax error, unexpected php on line 39
    version 1.7   installed in root set up the database changed the proper permissions and played around with mods.  Nothing structural other then the typical mods.  The site was working fine untill i got the message.  No changes... view reply
  • Wetodid added a new discussion topic Parse error: syntax error, unexpected php on line 39 in the group Elgg Technical Support
    Parse error: syntax error, unexpected '<' in /home/content/w/e/t/wetodid/html/index.php on line 39 this is what comes up on my private community I am developing.  SInce im new to all this I thought it was best to ask for some...
    • I just got the same message using 1.7.1. Except mine said line 37.

      Site was working fine then all of a sudden i get this..

    • Any confirmation that this is a bug or a coincidence?? Im gonna have to redo the whole site.

    • 1. Make sure your web server does not have permission to write to the directories and files in Elgg. Do this for security reasons.

      2. Copy over a clean copy of the code. Code like this doesn't suddenly break so that code must have been changed.

  • Wetodid joined the group Elgg Technical Support
  • Wetodid replied on the discussion topic Plug-In for grouping people according to interests?
    Ty very much, now all I need to do is figure out what and where to do with that code and I'm golden...hehe lol @ Teenager view reply
  • Wetodid added a new discussion topic Plug-In for grouping people according to interests? in the group General Discussion
    I was wandering if there was a plug-in that I can use to group people according to interests?  If not how hard would that be to set up?  Or maybe its a good idea for a plug-in?  Any help would be great!  Love this whole Elgg...
    • Wetodid prob wants some funky "grouped" search mechanism.. lolz ;-)

          // search based on tags
          case "search_tags":
              $options = array();
              $options['query'] = "Teenager"; // this will fetch interests marked as "Teenager" lolz
              $options['type'] = "user";
              $options['offset'] = $offset;
              $options['limit'] = $limit;
              $results = trigger_plugin_hook('search', 'tags', $options, array());
              $count = $results['count'];
              $users = $results['entities'];
              $filter_content = elgg_view_entity_list($users, $count, $offset, $limit, false, false, true);
              break;

      if he puts this code somewhere and creates a link to it.. he got it 95% done.. yadda yadda yaddda ;-)

    •    // search based on tags
          case "search_tags":
              $options = array();
              $options['query'] = "Marketing"; // this will fetch interests marked as "Marketing" lolz
              $options['type'] = "user";
              $options['offset'] = $offset;
              $options['limit'] = $limit;
              $results = trigger_plugin_hook('search', 'tags', $options, array());
              $count = $results['count'];
              $users = $results['entities'];
              $filter_content = elgg_view_entity_list($users, $count, $offset, $limit, false, false, true);
              break;

    • Ty very much, now all I need to do is figure out what and where to do with that code and I'm golden...hehe

      lol @ Teenager

  • Wetodid joined the group General Discussion
  • Good News got the special help I needed lastnight and I have the whole thing up and running thankyou. view reply
  • wow I cleared the server and started over, now when i get to the install part of the engine i get the message below.  I am following an instructional video and it worked the first time but not now.  I think I need some detailed help, its... view reply