[ABD] Mood

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Primy
Registered User
Posts: 109
Joined: Sat Dec 01, 2007 5:11 pm

Re: [BETA] Mood

Post by Primy »

DJ Jonny wrote: good glad it works ;)

i have it showing the image at the mo but in the functions_mood.php you have an option to set it so it just shows the text instead of an image but what i want is for it to show both the image and the text if you get me
About that ive answered u in the previous pages, have u tried with those changes? Let me know and thanks for ur contribution! ;)
DJ Jonny
Registered User
Posts: 145
Joined: Sat Nov 10, 2007 10:58 pm

Re: [BETA] Mood

Post by DJ Jonny »

yer i have just tryed those changes thanks for that :D maybe you couls put all thise changes in the nevt vir of this mod
Last edited by DJ Jonny on Wed May 07, 2008 1:11 pm, edited 1 time in total.
xxxgamer
Registered User
Posts: 574
Joined: Mon Jul 16, 2007 11:25 pm

Re: [BETA] Mood

Post by xxxgamer »

Hey mate there was a little typo in includes/acp_users.php which I fixed. It gave me an error trying to access the admin control panel:

Find:
//-- mod : Mood ------------------------------------------------------------
//-- add
'MOOD_NS' => MOOD_NS,
'MOOD_M1' => MOOD_M1,
'MOOD_M2' => MOOD_M2,
'MOOD_M3' => MOOD_M3,
'MOOD_M4' => MOOD_M4,
'MOOD_M5' => MOOD_M5,
'MOOD_M6' => MOOD_M6,

'S_MOOD_NS' => ($data['mood'] == MOOD_NS) ? true : false,
'S_MOOD_M1' => ($data['mood'] == MOOD_M1) ? true : false,
'S_MOOD_M2' => ($data['mood'] == MOOD_M2) ? true : false,
'S_MOOD_M3' => ($data['mood'] == MOOD_M3) ? true : false,
'S_MOOD_M4' => ($data['mood'] == MOOD_M4) ? true : false,
'S_MOOD_M5' => ($data['mood'] == MOOD_M5) ? true : false,
'S_MOOD_M6' => ($data['mood'] == MOOD_ M6) ? true : false,
//-- fin mod : Mood --------------------------------------------------------
Replace with:

Code: Select all

//-- mod : Mood ------------------------------------------------------------
//-- add
			    'MOOD_NS'		=> MOOD_NS,
			    'MOOD_M1'		=> MOOD_M1,
			    'MOOD_M2'		=> MOOD_M2,
          'MOOD_M3'		=> MOOD_M3,                                                 
			    'MOOD_M4'	  => MOOD_M4,
			    'MOOD_M5'		=> MOOD_M5,
			    'MOOD_M6'	  => MOOD_M6,

			    'S_MOOD_NS'	=> ($data['mood'] == MOOD_NS) ? true : false,
			    'S_MOOD_M1'	=> ($data['mood'] == MOOD_M1) ? true : false,
			    'S_MOOD_M2'	=> ($data['mood'] == MOOD_M2) ? true : false,
			    'S_MOOD_M3'	=> ($data['mood'] == MOOD_M3) ? true : false,
			    'S_MOOD_M4'	=> ($data['mood'] == MOOD_M4) ? true : false,
			    'S_MOOD_M5'	=> ($data['mood'] == MOOD_M5) ? true : false,
			    'S_MOOD_M6'	=> ($data['mood'] == MOOD_M6) ? true : false,
//-- fin mod : Mood --------------------------------------------------------
Hope that prevents a few users from getting problems :)
DJ Jonny
Registered User
Posts: 145
Joined: Sat Nov 10, 2007 10:58 pm

Re: [BETA] Mood

Post by DJ Jonny »

I have neva had a problem getting into the acp when i installed this mod like lol
naushadhassam
Registered User
Posts: 506
Joined: Wed Aug 15, 2007 9:57 pm

Re: [BETA] Mood

Post by naushadhassam »

any one got the download link?
Free Hosting - Here
Sports Entertainment Online ( A PS3 Online Gaming Community ) - Here
FREE UNLIMITED HOSTING FOR PHPBB MOD MAKERS - PM ME FOR MORE INFO ( MY WAY ON DONATING TO PHPBB )
annepenullar
Registered User
Posts: 137
Joined: Sun Oct 21, 2007 7:01 am

Re: [BETA] Mood

Post by annepenullar »

Hmm.. download source is down?
tupeu
Registered User
Posts: 320
Joined: Wed Jul 25, 2007 5:47 pm
Location: roFLmania

Re: [BETA] Mood

Post by tupeu »

marian0810
Former Team Member
Posts: 3011
Joined: Mon May 21, 2007 9:17 pm
Location: The Netherlands
Name: Marian

Re: [BETA] Mood

Post by marian0810 »

Primy wrote:
ham1299 wrote:Are there plans to make it so you can add/remove icons via the ACP (kinda the way smilies works)?
Yep. Unfortunately I have no long time, but I will try to make that as soon as possible. ;)
Looking forward to this :D
You and me, time and space. You watch us run!
Badal
Registered User
Posts: 57
Joined: Fri Apr 13, 2007 5:28 pm

Re: [BETA] Mood

Post by Badal »

forum/includes/acp/acp_users.php on line 1292 can u help me plz?
naushadhassam
Registered User
Posts: 506
Joined: Wed Aug 15, 2007 9:57 pm

Re: [BETA] Mood

Post by naushadhassam »

hey people. To the mod author (sorry for a question like this ) but i had to say this...

This mod is easy to install and its perfect.

Can I by any chance Edit the files and insert it twice to convert it to a flag mod?

add extra fields and instead of having MOOD themes like ( angry, sad, and so on) i can have contry names? which each flag?

is it possible to do it. All we do is duplicate the edits and change their stuff?

if the mod author can just give me the files to edit and an example, i can convert this to a flag mod :D nice and simple.
Free Hosting - Here
Sports Entertainment Online ( A PS3 Online Gaming Community ) - Here
FREE UNLIMITED HOSTING FOR PHPBB MOD MAKERS - PM ME FOR MORE INFO ( MY WAY ON DONATING TO PHPBB )
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Re: [BETA] Mood

Post by Elias »

Download link is not working.
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
User avatar
Damien Boyle
Registered User
Posts: 70
Joined: Wed Feb 20, 2008 8:34 pm

Re: [BETA] Mood

Post by Damien Boyle »

EY wrote:Download link is not working.
http://www.phpbb.com/community/viewtopi ... 5#p5447385

;)
mtrs
Registered User
Posts: 2049
Joined: Sat Sep 22, 2007 2:39 pm

Re: [BETA] Mood

Post by mtrs »

First and the last given download links are broken..
I abandoned all of my mods.
MisKin
Registered User
Posts: 4
Joined: Sat Jan 06, 2007 4:24 pm

Re: [BETA] Mood

Post by MisKin »

broken links
User avatar
Gleasonator
Registered User
Posts: 652
Joined: Tue Jun 05, 2007 2:19 pm
Location: Texas

Re: [BETA] Mood

Post by Gleasonator »

Damien Boyle wrote:
EY wrote:Download link is not working.
http://www.phpbb.com/community/viewtopi ... 5#p5447385

;)
The above several posts are right. Neither links work. The second one appears to until the file is ready to be downloaded, then it requests a file that does not exist.

If anybody else has this and will upload, it will be be appreciated.
Sorry for my bad Engrish !
gleason|design

Image

Return to “[3.0.x] Abandoned MODs”