Jump to content

Download: [VN32] Sticky Message


VAHID

Recommended Posts

  • Replies 61
  • Created
  • Last Reply
Posted

Will there be option later on new version you can choose where the Sticky Message will display on certain forum?



its good idea but i must think about it and another suggested features and thinking which one is better !
Posted

Hi what was the colours you used on your site, looks g8 :smile:




Change hooks style to :

background: #3080ac;

border: 1px solid #32638d;

box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #43bdd5 0px 1px 0px;

  • 2 weeks later...
Posted

Great hook. If you view a file listing in IP.Downloads and your sticky message includes a underlining, or a URL, etc, the actual markup shows inside the sticky (only when viewing a file listing).

Not a deal breaker, just an FYI. I reverted to my stock IP.Downloads template and the problem persists. I'm still using the hook though and really like it.

post-208680-0-85517500-1332007337_thumb.

  • 3 weeks later...
Posted

I have some user groups that I'd rather not bother with the red message, because they've written so many posts and contributed so much to the site... so it would be nice if, for version 3, that wasone of the variables: do not display this message if user has written more than xx number of messages.

Anyway, awesome mod! ;)

Posted

Silly question, but what links should be used within the hook if one wishes to hyperlink the register / logon text?




You can just sign out so you're viewing the forum as a guest. Then click the Login and Register links and copy that url.

Keep in mind to set the sticky to only display for "Guests" otherwise your members might be like "Why does this thing say Login when I am already logged in?".

looks like you already figured it out :)
  • 2 weeks later...
  • 2 weeks later...
Posted

Would be nice if you could add a small X to close the message. While this look very nice and very useful, it will annoy the hell out of people because it cannot be close.




Try this below:

in VNStickyGlobalMessage.html

Add



<script type="text/javascript"> 

document.onclick=check; 

function check(e){ 

var target = (e && e.target) || (event && event.srcElement); 

var obj = document.getElementById('stickymsg'); 

if(target!=obj){obj.style.display='none'} 

} 

</script> 




This is not a close X button, but its close when click,

VAHID, thanks! Beautiful hook!

  • 2 months later...
  • 3 months later...
Posted

There's a bug with this during the registration process, when I created a test account the formatting goes pear shaped when you hit the validation screen. It renders as a square, the links and text just show weirdly. I should of took a screenshot!!

Posted

There's a bug with this during the registration process, when I created a test account the formatting goes pear shaped when you hit the validation screen. It renders as a square, the links and text just show weirdly. I should of took a screenshot!!

Your site registration is messed up. I tried to message you via your site but it constantly says the security code is wrong. i was wanting to look at your skins...

  • 3 weeks later...
  • 1 month later...
  • 1 month later...
  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...