Closed (fixed)
Project:
Smileys
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 01:29 UTC
Updated:
28 Jun 2009 at 01:40 UTC
This is an addition for the Smileys module that adds an ajax form to the user profile page where each user can select a word describing their current mood and a Smiley face - can be used to display user emotions or users current mood.
Extract and add to your sites/all/modules/smileys directory. So the path will be sites/all/modules/smileys/smileys_mood. Enable the module. That's it. (Unless your domain points to a subdirectory! See below.)
TODO:
Potential problems: The external script has to be updated manually if your domain points to a subdirectory. Update smileys_mood/scripts/updateusermood.php - no problems if your Drupal install is in the root directory.
Code:
// Go to drupal path..
$drupal_path = $_SERVER['DOCUMENT_ROOT']; // <---- change this one to fit yours i.e. $_SERVER['DOCUMENT_ROOT'].'/subfolder';
| Comment | File | Size | Author |
|---|---|---|---|
| smileys_mood.tar_.gz | 4.32 KB | nathaniel |
Comments
Comment #1
nathaniel commentedtechnical difficulties...
see http://drupal.org/node/504266