Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   User Mood By Yupy (http://www.bvlist.com/showthread.php?t=8300)


Right under add:

Code:


Now open CMS\applications\forums/view-topic.php and search for:

Code:

downloaded() ?>
And replace it with:

Code:

downloaded() ?>
                            mood ?>

Now download the archive bellow and extract the folder from it into the images folder... contains 68 Moods :)
Yupy 15th September 2012 11:58

User Mood By Yupy
 
Run:

Code:

ALTER TABLE tracker_users ADD `user_mood` varchar(80) NOT NULL default '';
Now open CMS\applications\profile/edit.php and find:

Code:

$db->anonymous = isset($_POST['anonymous']) ? 1 : 0;
Above it add:

Code:

$db->mood = $_POST['mood'];
Find:

Code:


                    Avatar
                   
               

Under it add:

Code:


                   
                    Select Mood
                   

         

Now open CMS\applications\profile/view.php and find:

Code:

seeding(); ?> / leeching(); ?>
mood ?>

GuldlocK 23rd September 2012 20:28

whare is the files to download ?

Yupy 23rd September 2012 23:05

Download them from the link bellow:

http://opentracker.nu/en/forum?actio...&page=p418#418

GuldlocK 26th September 2012 00:01

not work 100%
 
dont work 100% my forums signature is on other users topics to


All times are GMT +2. The time now is 05:20.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.