[Halloween] Cobweb in messageUserinfo

[Halloween] Cobweb in messageUserinfo v1

No permission to download
Quick question,
And geez do I miss Shelley around these parts. But does anyone know if this works on 1.5.x ?

It should still work unless they've changed the class names which I doubt they have done. You may need to make some fine adjustments since I haven't tested xenforo for well over a year or two. :)
 
It should still work unless they've changed the class names which I doubt they have done. You may need to make some fine adjustments since I haven't tested xenforo for well over a year or two. :)
Thanks for that and for the time in replying. May not have tested xenforo for a year or two but let me just say I have missed every single day of it :D
 
Anybody know how to update this to work with XenForo 2.0??

This should work.

In message_macros template find:
Code:
<div class="message-avatar-wrapper">

After that add:
<span class="helper"></span>
Code:
<span class="helper"></span>

In extra.less add:
Code:
.message .helper {
background: transparent url('@imagePath/xenforo/overlay/halloween.png') no-repeat;
display: block;
height: 47px;
left: 0px;
position: absolute;
top: 0px;
width: 52px;
}
 
This should work.

In message_macros template find:
Code:
<div class="message-avatar-wrapper">

After that add:
<span class="helper"></span>
Code:
<span class="helper"></span>

In extra.less add:
Code:
.message .helper {
background: transparent url('@imagePath/xenforo/overlay/halloween.png') no-repeat;
display: block;
height: 47px;
left: 0px;
position: absolute;
top: 0px;
width: 52px;
}

@Gemma You are a blessing! Thank you so much!
 
Top Bottom