The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vMoods aka Mood Manager (AJAX) Details »» | |||||||||||||||||||||||||||
vMoods by Luqman Amjad
http://twitter.com/luqmanamjad I no longer work with vBulletin, therefore will no longer work on vMoods! someone else can takeover... Online Readme, Version History and Screenshots - - - - - - - - - - http://luqmanamjad.com/vmoods4/ Please report any bugs! I'd welcome any feature suggestions! Download Now
Show Your Support
|
Благодарность от: | ||
mohammadxxx |
Comments |
#232
|
|||
|
|||
Rob,
Interesting...there must be some setting in IE7 that I have not found. The view I have in IE7 is the same view I get in IE8 with compatibility view checked. If someone knows what setting in IE7 needs to be checked or unchecked, let me know and I will pass it on to my forum users. Jon |
#233
|
|||
|
|||
Sorry Biz, I've no idea about settings or this compatibility view thing you've mentioned.
|
#234
|
|||
|
|||
That is fine...except that is not the problem. I can verify several users with IE8 who do not have Compatibility View checked and still cannot see the icons without a grey box over them, while others who have IE7 can see it! Weird. It MUST be something with the Javascript. Dev or anyone else?
|
#235
|
|||
|
|||
downloaded!
is it possible for me to use my own icons? |
#236
|
||||
|
||||
I have strange problem!
I had before the 3.8 version of your hack but uninstalled. Now I installed this version but it shows the mood images from older version and when I try to chose the mood it's just redirect me to index and nothing's changed. Also I've tried to remove the vbmoods folder and even removed the images are still displaying in navbar ?!? Any ideas? |
#237
|
|||
|
|||
I would be translated into Italian
thanks |
#238
|
||||
|
||||
@Gn_Snake I have shelley_93x30 in Italian.
Give me your mail if you need them. @-=Sniper=- Seems AJAX doesnt work for me |
#239
|
|||
|
|||
Quote:
Anyone know why this may be? Thank you. Edit: I found the fix for the image problem (had to edit css file with URLs), but I still have the redirect problem. Every time I click an image I am just redirected to the homepage. I don't have supercharged mod or whatever, but I am not sure why I keep getting redirected. Thank you again. |
#240
|
||||
|
||||
I found this on the first page:
Code:
<li><a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} (<span id="vmoods-mine">{vb:var bbuserinfo.vmood}</span>)</a> <ul class="subnav"> <vb:each from="vmoods_list" value="mood"> <li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li> </vb:each> </ul> </li> Looks like this: Here is the droplinebar.css file Code:
.droplinebar{ overflow: hidden; } .droplinebar ul{ margin: 0; padding: 0; float: left; width: 100%; font: bold 13px Arial; background: #464646 url(ht-button.gif) center center repeat-x; /*default background of menu bar*/ } .droplinebar ul li{ display: inline; } .droplinebar ul li a{ float: left; color: #FFFFFF; padding: 9px 11px; text-decoration: none; } .droplinebar ul li a:visited{ color: #FFFFFF; } .droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/ color: #9b9b9b; background: transparent url(ht-over2.png) no-repeat center top; } /* Sub level menus*/ .droplinebar ul li ul{ position: absolute; z-index: 100; left: 0; top: 0; background: #3d3d3d; /*default background of menu bar*/ } /* Sub level menu links style */ .droplinebar ul li ul li a{ 11px Verdana; padding: 6px; padding-right: 15px; margin: 0; border-bottom: 0px solid #ffffff; } .droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */ 11px Verdana; color: #9b9b9b; } Code:
/********************* //* jQuery Drop Line Menu- By Dynamic Drive: http://www.dynamicdrive.com/ //* Last updated: June 27th, 09' //* Menu avaiable at DD CSS Library: http://www.dynamicdrive.com/style/ *********************/ var droplinemenu={ arrowimage: {classname: 'downarrowclass', src: 'images/digi/multicss/down.gif', leftpadding: 5}, //customize down arrow image animateduration: {over: 300, out: 200}, //duration of slide in/ out animation, in milliseconds buildmenu:function(menuid){ jQuery(document).ready(function($){ var $mainmenu=$("#"+menuid+">ul") var $headers=$mainmenu.find("ul").parent() $headers.each(function(i){ var $curobj=$(this) var $subul=$(this).find('ul:eq(0)') this._dimensions={h:$curobj.find('a:eq(0)').outerHeight()} this.istopheader=$curobj.parents("ul").length==1? true : false if (!this.istopheader) $subul.css({left:0, top:this._dimensions.h}) var $innerheader=$curobj.children('a').eq(0) $innerheader=($innerheader.children().eq(0).is('span'))? $innerheader.children().eq(0) : $innerheader //if header contains inner SPAN, use that $innerheader.append( '<img src="'+ droplinemenu.arrowimage.src +'" class="' + droplinemenu.arrowimage.classname + '" style="border:0; padding-left: '+droplinemenu.arrowimage.leftpadding+'px" />' ) $curobj.hover( function(e){ var $targetul=$(this).children("ul:eq(0)") if ($targetul.queue().length<=1) //if 1 or less queued animations if (this.istopheader) $targetul.css({left: $mainmenu.offset().left, top: $mainmenu.offset().top+this._dimensions.h}) if (document.all && !window.XMLHttpRequest) //detect IE6 or less, fix issue with overflow $mainmenu.find('ul').css({overflow: (this.istopheader)? 'hidden' : 'visible'}) $targetul.slideDown(droplinemenu.animateduration.over) }, function(e){ var $targetul=$(this).children("ul:eq(0)") $targetul.slideUp(droplinemenu.animateduration.out) } ) //end hover }) //end $headers.each() $mainmenu.find("ul").css({display:'none', visibility:'visible', width:$mainmenu.width()}) }) //end document.ready } } |
#241
|
||||
|
||||
No one?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|