News:

Wondering if this will always be free?  See why free is better.

Main Menu

Mood Bobels V2.1

Started by Chaos Dragon, September 04, 2008, 04:29:13 PM

Previous topic - Next topic

SA™

yes ultimate profile template is from the ultimate profile mod wich you dont have hence skipping the files it supposed to skip :)
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

The Saviour

I'm planning on installing this mod on my forum, but want to use my own images and selections.

I know I can upload my own images and change their files names to the ones you have for your images...no problem there.

My question is...how can I add more selections...since I will have more images than you have for this mod.

Say I want to add an image for "disgruntled"...where would I add the word and what else do I have to change?

Thanks, in advance...

The Saviour

You've been online twice since I posted this and then offline...

I guess I'm left to fend for myself.

Thanks for the help...

The Saviour

Never mind...

I did it myself...

SA™

sry i missed this postglad you sorted it  :)
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

The Saviour

Your mod is not showing as compatible for 1.1.7.

You need to update the code in your package-info.xml file to reflect the following changes...

Find:
<install for="1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6">

Replace With:
<install for="1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7">

Find:
<uninstall for="1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6">


Replace With:
<uninstall for="1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7">


These changes should correct the parsing problem here at SMF Customize, as well as fixing the installation/un-installation issues on a 1.1.7 board.

SA™

#46
dammit i uploaded the wrong package thanks for letting me know  ;)

ps i replyed to your pm


[edit] fixed
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

The Saviour

You're welcome...and I replied to your PM, as well.

The Saviour

#48
BTW...

Your "alt" tags aren't working for this mod...at least for Firefox they're not.

They work in IE, though.  You may want to correct the code as recommended above and replace the "alt" tags with "title" tags.

The Saviour

Quote from: robbie93 on September 04, 2008, 04:47:37 PM
we created our moods using the custom profile mod and it is is proving to be a far more better way to add moods to you're profile and posts I think :D

I tried this mod and didn't like it  :'(

Are your moods added to your PMs?  I think not...

Nice job, wdm2005...

SA™

Quote from: The Saviour on November 10, 2008, 02:27:47 PM
BTW...

Your "alt" tags aren't working for this mod...at least for Firefox they're not.

They work in IE, though.  You may want to correct the code as recommended above and replace the "alt" tags with "title" tags.


i fault i fixed that one allready
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

SA™

Quote from: The Saviour on November 10, 2008, 03:00:38 PM
Quote from: robbie93 on September 04, 2008, 04:47:37 PM
we created our moods using the custom profile mod and it is is proving to be a far more better way to add moods to you're profile and posts I think :D

I tried this mod and didn't like it  :'(

Are your moods added to your PMs?  I think not...

Nice job, wdm2005...

indeed how is playing with custom profile feild easyer than installing one mod and be done with it lol
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

The Saviour


lureah21

I'm trying to show the mood bobel in a TP userbox next to the avatar, but what I'm doing doesn't work. Just as a test, I put this code from Display.template.php:

// Did they select a mood?
            if(isset($message['member']['options']['bobel']) && !empty($message['member']['options']['bobel']))
            {
                $bobel = MoodBobel();
                echo '
                           
        ', $txt['mood_bobel'], ':<br /> <img src="', $settings['default_theme_url'], '/images/moodbobels/', $message['member']['options']['bobel'], '.gif" title="', $bobel[$message['member']['options']['bobel']], '" /><br /><br />';
            }


in TPortalBlocks.template.php after

// Tportal userbox
function TPortal_userbox()
{
    global $context, $settings, $options, $scripturl, $txt, $modSettings;

    $bullet = '<img src="'.$settings['images_url'].'/TPdivider.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet2 = '<img src="'.$settings['images_url'].'/TPdivider2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet3 = '<img src="'.$settings['images_url'].'/TPdivider3.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet4 = '<img src="'.$settings['images_url'].'/tpgoto.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet5 = '<img src="'.$settings['images_url'].'/tpmodule2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';

    echo'
    <div class="smalltext">';

    if (!empty($context['user']['avatar']) && isset($context['TPortal']['userbox']['avatar']))
        echo $context['user']['avatar']['image'] . '<br />';


But it doesn't seem to do anything. I don't even get an error. What am I doing wrong?

robbie93

Quote from: The Saviour on November 10, 2008, 03:00:38 PM
Quote from: robbie93 on September 04, 2008, 04:47:37 PM
we created our moods using the custom profile mod and it is is proving to be a far more better way to add moods to you're profile and posts I think :D

I tried this mod and didn't like it  :'(

Are your moods added to your PMs?  I think not...

Nice job, wdm2005...

Yep The Saviour the moods we created using custom profile show in pm's too,  we didn't like this mod,  but you do,  it is about personal taste is it not... 

The Saviour

Quote from: robbie93 on November 13, 2008, 10:19:17 PM
Quote from: The Saviour on November 10, 2008, 03:00:38 PM
Quote from: robbie93 on September 04, 2008, 04:47:37 PM
we created our moods using the custom profile mod and it is is proving to be a far more better way to add moods to you're profile and posts I think :D

I tried this mod and didn't like it  :'(

Are your moods added to your PMs?  I think not...

Nice job, wdm2005...

Yep The Saviour the moods we created using custom profile show in pm's too,  we didn't like this mod,  but you do,  it is about personal taste is it not...

I'll agree that it is about personal tastes, however...

This mod has unlimited possibilities (if you look past the images).  It's easy to install and you don't have to upload, or link to images...like you would if you're using custom profile fields, because the images are already included in the mod.

In the case of this mod...all you have to do is visit your profile and select the mood you want to use.

I'm assuming, in the case of the way you're using moods on your site...a person has to find an image they want to use and either upload it to your site...or link to it.  What happens if the link becomes outdated?  No mood...correct?

In any case...

This thread is for support for this mod...not to bash it...and if you don't like this particular mod...please move on.

Apparently...there must've been something about this mod that peaked your curiosity...otherwise, you would not have stopped by to check it out.

robbie93

"I'm assuming, in the case of the way you're using moods on your site...a person has to find an image they want to use and either upload it to your site...or link to it.  What happens if the link becomes outdated?  No mood...correct?"

you assumed wrong!

"This thread is for support for this mod...not to bash it...and if you don't like this particular mod...please move on."

ditto ;D

"Apparently...there must've been something about this mod that peaked your curiosity...otherwise, you would not have stopped by to check it out"

I check out a lot of mods I dont have to like them all though my friend.  Now as you have stated this is a support topic for this particular modification,  so lets both move on...  it is only a mood mod after all ::)



lureah21

No ideas on why the image doesn't show up in the userbox?

SA™

http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

lureah21

Quote from: wdm2005 on November 14, 2008, 06:56:39 PM
huh what user box

Quote from: lureah21 on November 13, 2008, 10:04:38 PM
I'm trying to show the mood bobel in a TP userbox next to the avatar, but what I'm doing doesn't work. Just as a test, I put this code from Display.template.php:

// Did they select a mood?
            if(isset($message['member']['options']['bobel']) && !empty($message['member']['options']['bobel']))
            {
                $bobel = MoodBobel();
                echo '
                           
        ', $txt['mood_bobel'], ':<br /> <img src="', $settings['default_theme_url'], '/images/moodbobels/', $message['member']['options']['bobel'], '.gif" title="', $bobel[$message['member']['options']['bobel']], '" /><br /><br />';
            }


in TPortalBlocks.template.php after

// Tportal userbox
function TPortal_userbox()
{
    global $context, $settings, $options, $scripturl, $txt, $modSettings;

    $bullet = '<img src="'.$settings['images_url'].'/TPdivider.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet2 = '<img src="'.$settings['images_url'].'/TPdivider2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet3 = '<img src="'.$settings['images_url'].'/TPdivider3.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet4 = '<img src="'.$settings['images_url'].'/tpgoto.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
    $bullet5 = '<img src="'.$settings['images_url'].'/tpmodule2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';

    echo'
    <div class="smalltext">';

    if (!empty($context['user']['avatar']) && isset($context['TPortal']['userbox']['avatar']))
        echo $context['user']['avatar']['image'] . '<br />';


But it doesn't seem to do anything. I don't even get an error. What am I doing wrong?

I'm not a coder, but I thought that would at least do something. Can you tell me where to look?

Advertisement: