vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Mood Hack 3.5 (https://vborg.vbsupport.ru/showthread.php?t=98636)

-=Sniper=- 12-11-2005 09:55 PM

lefthome, let me know when you have a new list so I can update the moods in the quick mood changer.

thanks

Rickie3 12-11-2005 11:26 PM

Quote:

Originally Posted by lefthome
I am in the process of creating new moods, so please describe what you have in mind better and I will see. In fact, if anyone would like something special, let me know and I will see if I can create it!

i'm after something like a drunk smilie with bloodshot eyes holding a beer bottle

Bounce 12-12-2005 03:42 PM

outstanding :rolleyes:

lefthome 12-13-2005 01:21 PM

Small addition of approximately 12 new moods added. Update contains full install and quick update.

This update has been tested on 3.5, 3.5.1, 3.5.2 although to use the add-on by sniper you must upgrade to 3.5.1


Still working on ability to change moods from Member ID

-=Sniper=- 12-13-2005 02:31 PM

I'll update it with the new moods, also there is a fix for 3.5.0 as suggested by

hIBEES; Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version

https://vborg.vbsupport.ru/showthread.php?t=102270

dano 12-13-2005 05:37 PM

Quote:

Originally Posted by lefthome
Small addition of approximately 12 new moods added. Update contains full install and quick update.

This update has been tested on 3.5, 3.5.1, 3.5.2 although to use the add-on by sniper you must upgrade to 3.5.1


Still working on ability to change moods from Member ID

Outstanding.

lefthome 12-13-2005 09:47 PM

If anyone is interested, I have uploaded several ?blank templates? for moods. Please feel free to create new ones, but please send a copy to me so I can add it to the hack!



They are really simple to create. I used Photoshop and I have no ability ? I didn?t create the ones without the boxes around them!

lefthome 12-13-2005 09:49 PM

Quote:

Originally Posted by -=Sniper=-
I'll update it with the new moods, also there is a fix for 3.5.0 as suggested by

hIBEES; Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version

https://vborg.vbsupport.ru/showthread.php?t=102270

Excellent. I will give that a try and report back as I'm still running 3.5.0

ReadOrDie 12-14-2005 09:22 AM

Ok, the images aren't appearing. www.gaiaevolved.com/forum/images/mood/ the mood folder is there but it's not appearing. And when I look it says:

Current mood:

Current mood:


It says it twice.

ReadOrDie 12-14-2005 10:49 AM

Wait the images appear now. I just don't get why it says it twice.

lefthome 12-14-2005 06:25 PM

Quote:

Originally Posted by ReadOrDie
Ok, the images aren't appearing. www.gaiaevolved.com/forum/images/mood/ the mood folder is there but it's not appearing. And when I look it says:

Current mood:

Current mood:


It says it twice.

You might want to look at the script for the postbit. I will bet you like have the words listed twice...If not, copy it and post the wording here...

lefthome 12-14-2005 06:26 PM

Quote:

Originally Posted by ReadOrDie
Ok, the images aren't appearing. www.gaiaevolved.com/forum/images/mood/ the mood folder is there but it's not appearing. And when I look it says:

Current mood:

Current mood:


It says it twice.

sorry, double post....

Firestar.chkn 12-17-2005 08:03 PM

To all those who cannot get this to work, I found the solution:

Use the Postbit_Legacy template and not the Postbit template. For some weird reason, I could not get it to work with postbit only, even though I use that always. Once I added the template code into the postbit_legacy template, it worked like a charm.

Bass Nutz 12-17-2005 10:03 PM

Okay, I'm not that bright and I need a little help here. I think I have 90% of it right, but I think I'm screwing it up.......

Do I add the [fieldX] things like this...

Quote:

<!-- mood hack display start --> <br /><if condition="$post[field17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48 ,49,50,51,52,53,54] != ''"><div class="smallfont"> Current Mood: <img src="images/mood/$post[field17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48 ,49,50,51,52,53,54].gif" title="$post[fieldX]" align="center"> </div></if> <!-- mood hack display end -->
Okay, now I know that was a dumb question (see, I'm not that bright) because I tried it this way and it gave me an error message. So I guess the right question is, how do I add the ID codes in there so it works for me?

This way didn't work either....

Quote:

<!-- mood hack display start --> <br /><if condition="$post[field17][field18][field19][field20][field21][field22][field23][field24][field25][field26][field27][field28][field29][field30][field32][field33][field34][field35][field36][field37][field38][field39][field40][field41][field42][field43][field44][field45][field46][field47][field48][feild49][field50][field51][field52][field53][field54]" != ''"><div class="smallfont"> Current Mood: <img src="images/mood/$post[field17][field18][field19][field20][field21][field22][field23][field24][field25][field26][field27][field28][field29][field30][field32][field33][field34][field35][field36][field37][field38][field39][field40][field41][field42][field43][field44][field45][field46][field47][field48][feild49][field50][field51][field52][field53][field54]" align="center"> </div></if> <!-- mood hack display end -->
Please help me, I'm bright impaired

Kihon Kata 12-18-2005 12:26 AM

INSTALLED!!!!!!!!!!!!!!!!!!!!!

my 12,000 users are all peeing themselves silly over this.

Kihon Kata 12-18-2005 12:29 AM

I used:

Code:

<!-- mood hack display start -->
<br />Current Mood: <img src="images/mood/$post[fieldX].gif" title="$post[fieldX]" align="center"></div>
<!-- mood hack display end -->

Quote:

Originally Posted by Bass Nutz
Okay, I'm not that bright and I need a little help here. I think I have 90% of it right, but I think I'm screwing it up.......

Do I add the [fieldX] things like this...



Okay, now I know that was a dumb question (see, I'm not that bright) because I tried it this way and it gave me an error message. So I guess the right question is, how do I add the ID codes in there so it works for me?

This way didn't work either....



Please help me, I'm bright impaired


Bass Nutz 12-18-2005 06:06 AM

Man, I've been sitting here for the last 4 or so hours trying to figure this damn thing out. I've done so many different things to try and get this to work.

*Looks for a bullet*

Maybe a fresh start tomorrow.......well, I guess it would be later on today. :ermm: :tired:

KimRUR 12-18-2005 11:54 AM

I am new at doing this but I went to my User Profile Field Manager and got my field #
I only had 1 here is what mine looks like

<!-- mood hack display start -->
<br /><if condition="$post[field6] != ''"><div class="smallfont">
Current Mood: <img src="images/mood/$post[field6].gif" title="$post[field6]" align="center">
</div></if>
<!-- mood hack display end -->

lefthome 12-18-2005 02:31 PM

Quote:

Originally Posted by ReadOrDie
Ok, the images aren't appearing. www.gaiaevolved.com/forum/images/mood/ the mood folder is there but it's not appearing. And when I look it says:

Current mood:

Current mood:


It says it twice.

OMFG!


It is not you, it is me. I typed the code in twice.......FIXED...

lefthome 12-18-2005 02:43 PM

Quote:

Originally Posted by Bass Nutz
Okay, I'm not that bright and I need a little help here. I think I have 90% of it right, but I think I'm screwing it up.......

Do I add the [fieldX] things like this...



Okay, now I know that was a dumb question (see, I'm not that bright) because I tried it this way and it gave me an error message. So I guess the right question is, how do I add the ID codes in there so it works for me?

This way didn't work either....



Please help me, I'm bright impaired



First, go back to Admin Control Panel (ACP) and look at the control panel on the left side of page.



Click on User Profile Fields >>expand section >>click on User Profile Field Manager >> locate Member Mood Display and write down the NAME or FIELD#.



For this example,; say the field number is 7 okay? The only thing you change in the script is the FIELD NUMBER AND ONLY THE FIELD NUMBER ? ONE NUMBER ONLY ?



EXAMPLE:



This is the modification code as listed:

<!-- mood hack display start -->

<br /><if condition="$post[fieldX] != ''"><div class="smallfont">

Current Mood: <img src="images/mood/$post[fieldX].gif" title="$post[fieldX]" align="center">

</div></if>

<!-- mood hack display end -->


This is the only change you make:

[fieldX] = [field7] or the number you have on your system



That?s it! Do not insert all those numbers! Just the field number of the profile modification!


----------------------
12/18/2005 Updated and/or fixed some of the pictures and added a few new moods. I have several "Adult" Moods but will only make avaialable by PM...

Bass Nutz 12-18-2005 03:23 PM

I believe it's field55 That's what I put in where the X is.


https://vborg.vbsupport.ru/external/2005/12/9.jpg


This is what I put in the postbit_legacy template. I'm not getting anything at all.
<!-- mood hack display start -->
<br /><if condition="$post[field55] != ''"><div class="smallfont">
Current Mood: <img src="images/mood/$post[field55].gif" title="$post[field55]" align="center">
</div></if>
<!-- mood hack display end -->


I know all the mood icons work because I'm using them on the "Journal" hack and they work fine.

I don't know, I'm stumped. :ermm:

ps, thanks for the PM. :)

lefthome 12-18-2005 06:29 PM

Quote:

Originally Posted by Bass Nutz
I believe it's field55 That's what I put in where the X is.


https://vborg.vbsupport.ru/external/2005/12/9.jpg


This is what I put in the postbit_legacy template. I'm not getting anything at all.
<!-- mood hack display start -->
<br /><if condition="$post[field55] != ''"><div class="smallfont">
Current Mood: <img src="images/mood/$post[field55].gif" title="$post[field55]" align="center">
</div></if>
<!-- mood hack display end -->


I know all the mood icons work because I'm using them on the "Journal" hack and they work fine.

I don't know, I'm stumped. :ermm:

ps, thanks for the PM. :)

I?m a little unsure right now so I attempted to register at you site and no email was sent to activate the membership as I wanted to take a closer look. Anyway, I have a question and that is why does each of the moods have an individual field assigned? I have a feeling that is the mistake.



I am sending you a PM regarding this matter.

Bass Nutz 12-18-2005 09:29 PM

Quote:

Originally Posted by lefthome


I am sending you a PM regarding this matter.


Thank you for all of you help!!!!!!

Current Mood: *happy as a pig in.....*

Kihon Kata 12-20-2005 01:20 AM

Quote:

Originally Posted by Bass Nutz
Thank you for all of you help!!!!!!

Current Mood: *happy as a pig in.....*

Hey Hi Lefthome. Thanks for this. Installed

I downloaded your blank images, but can I ask, how else would you add moods? I can mod the graphics and add smilies, but what steps are taken to add moods?

lefthome 12-20-2005 11:49 AM

Quote:

Originally Posted by TonysDesigns
Hey Hi Lefthome. Thanks for this. Installed

I downloaded your blank images, but can I ask, how else would you add moods? I can mod the graphics and add smilies, but what steps are taken to add moods?

Simple:

1. Sign on to your message board and open up your admin control panel (ACP) and look at the control panel on the left of the page. Look for ?User Profile Fields.? Expand this section and click on the link titled "User Profile Field Manager. Once new screen appears, locate "Member Mood Display" and click edit. You should see the existing profile that was created already as part of the original modification.

2. Add the new mood names to the list (should be alphabetical) and click save (do not change anything else). The new moods should appear on the list in ?Edit Options? for members to select.

3. Upload the new mood pictures to your site ../images/moods/ and that?s it!

Can I have a copy of your new moods please? My email works here!

Kihon Kata 12-20-2005 01:01 PM

Hey cool! That was cool for the UserCP, but I have the dropdown(quick mood changer) in my navbars also. So I had to edit the navbar templates. No biggie tho. PM me with your email addy and I'll email you the three new ones. Beware, I run a women's site LOL ;)


Quote:

Originally Posted by lefthome
Simple:

1. Sign on to your message board and open up your admin control panel (ACP) and look at the control panel on the left of the page. Look for ?User Profile Fields.? Expand this section and click on the link titled "User Profile Field Manager. Once new screen appears, locate "Member Mood Display" and click edit. You should see the existing profile that was created already as part of the original modification.

2. Add the new mood names to the list (should be alphabetical) and click save (do not change anything else). The new moods should appear on the list in ?Edit Options? for members to select.

3. Upload the new mood pictures to your site ../images/moods/ and that?s it!

Can I have a copy of your new moods please? My email works here!


lefthome 12-20-2005 05:36 PM

Quote:

Originally Posted by TonysDesigns
Hey cool! That was cool for the UserCP, but I have the dropdown(quick mood changer) in my navbars also. So I had to edit the navbar templates. No biggie tho. PM me with your email addy and I'll email you the three new ones. Beware, I run a women's site LOL ;)

Yes, you will need to edit the navbar template too. half our site is women. fsbmc@hotmail.com

Kihon Kata 12-20-2005 05:49 PM

Quote:

Originally Posted by lefthome
Yes, you will need to edit the navbar template too. half our site is women. fsbmc@hotmail.com

LOL, we aren't half women....I am the only guy out of 12,600 users LOL

bashy 12-23-2005 09:56 AM

Hi peeps

I have just installed this and clicked install...

Just thought id let you know that i move the template mod to
below the username next to the Avatar as the other side was getting a little full, looks ok over there!!

Regards

Bashy

www.bashys-place.com

Andyrew 12-24-2005 06:56 AM

In full install you have Crackhead.gif but not in list, and in upgrade you have flasher in list but no flasher.gif :surprised:

Danny Diamond 01-02-2006 02:53 PM

This may have been the BEST written instructions in the history of this board. I will check all his hacks out from now on.

Great job man......

Installed on my forum just fine.

Firestar.chkn 01-03-2006 09:35 PM

Please add a stoned mood into the next version? I attach an icon.

OAndrea 01-07-2006 01:18 AM

ok I tried to do this hack again and everytime I click on a mood in the menu, nothing happens. I just don't get it! I mean NOTHING happens except that it refreshes the page and takes me back to the main index page of my forums. Leaving me with my current mood.

Gripemaster 01-07-2006 09:43 PM

*Installed*

Thanks Lefty! ;)

Mr Jacob 01-10-2006 01:22 PM

Installed.

I've created a bunch of animated images for use with this if anyone's interested.

lefthome 01-10-2006 06:40 PM

Quote:

Originally Posted by Mr Jacob
Installed.

I've created a bunch of animated images for use with this if anyone's interested.

Actually, I'm updating the hack and would like them very much...

Hellraider 01-19-2006 02:05 PM

Quote:

Originally Posted by lefthome
Actually, I'm updating the hack and would like them very much...

Any updates on the date of release from new version?

Traxdata 01-24-2006 07:47 PM

Great Hack ! My members LOVE it! Thank you !!!

D|ver 01-28-2006 11:51 AM

i am looking forward to the new version :)

Snake 01-28-2006 12:29 PM

What new version are you talkin' about?


All times are GMT. The time now is 08:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01555 seconds
  • Memory Usage 1,851KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete