The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mood Hack 3.5 Details »» | |||||||||||||||||||||||||
MOOD HACK 3.5 This is first and my only vBulletin 3.5 hack because I have no clue! I have tried and tested this on my forum at http://www.itshappening.net/forum/ and the hack can be see in operation at this site. What does it do? This hack displays a user's mood in the postbit. The mood is displayed as an image and there are 42 to choose from. Mood can be changed in UserCP=>Edit Options. Credits: This hack is based off "mood hack" written by MyIS_Jordan I have modified his code to work as a template modification in 3.5 MyIS_Jordan pm'd me saying that the modification is ok. Yay The creation of this hack was inspired by my own members who love this nifty hack. The hack images are from other sources and the couple my members created. Installation information on hack: Template Modification: postbit or postbit_legacy Files to upload: 1 folder Picture of hack: original hack for 3.07 to view picture. https://vborg.vbsupport.ru/showthrea...threadid=81637 ------------------------------------------------ UPDATED: 12/10/2005 Template Modification and should work in 3.5 or 3.51 without any problems. Fixes: Additional Moods Corrected Others Spelling errors Saved in Windows Zip File Upcoming: Template Modification so Mood can be changed in Member ID section in either version without upgrading to 3.51 so the add-on by sniper will work. Step-by-Step Instructions including in both files; new install and upgrade versions. Small addition of approximately 12 new moods added. Update contains full install and quick update. This update works in 3.5, 3.5.1, 3.5.2 although to use the add-on by sniper you must upgrade to 3.5.1 12/18/05: the code for the postbit was typed in twice - Fixed! Sorry! 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... Show Your Support
|
Comments |
#92
|
||||
|
||||
Quote:
|
#93
|
||||
|
||||
Quote:
|
#94
|
|||
|
|||
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. |
#95
|
||||
|
||||
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:
This way didn't work either.... Quote:
|
#96
|
|||
|
|||
INSTALLED!!!!!!!!!!!!!!!!!!!!!
my 12,000 users are all peeing themselves silly over this. |
#97
|
|||
|
|||
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:
|
#98
|
||||
|
||||
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: |
#99
|
|||
|
|||
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 --> |
#100
|
||||
|
||||
Quote:
It is not you, it is me. I typed the code in twice.......FIXED... |
#101
|
||||
|
||||
Quote:
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... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|