Quote:
Originally Posted by smirkley
Bugs:
search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.
|
I will look further into this, I may try to separate the script controller for this (search) tooltip.
Quote:
On CMS, logout login/reg overlay does not work on any CMS page.
Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.
|
I have to say that I have not seen these problems at all, having tested with all popular browsers (Chrome, FF, IE7,8 & 9 and Safari) All overlays work on all the pages on the three vB4 forums I administer with this mod installed.
Quote:
On the Register overlay, the term "(checkbox) I agree to" should also have added " all Terms & Conditions"
|
Thanks, that will be added
Quote:
in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video? You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.
|
I see what you mean. I have z-indexed that to 9999, but it still underlays the google video which I cannot explain. I will add that to my todo list
Quote:
Wishlist:
forumhome forumlist tooltip - would like the image in tooltip to be the forum statusicon image instead of the default.
found fix solution!!:
replace in :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
find:
{vb:stylevar imgdir_statusicon}/users.png
replace with:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png
I, after testing out all the above items, wanted to try to add a register floater image on all pages, and link it to the login/register overlay. I am successful except for the fact the image links properly, but now the Login/Register link in the header no longer works. Is it not possible to have two instances of the login/register overlay on any given page?
I know you are busy, I look forward to your reply. Thanks.
|
Is it not possible to have two instances of the login/register overlay on any given page?=No. I ran into that problem before on another of my mod attempts. It's the way jQuery works. You CAN have two instances but only with different trigger and element designations (change the names) which would effectively defeat the object. You see they rel="" using the ID's of which only one is allowed on any page. If I was able to utilise the 'class="" then you could have as many on one page as you want.
p.s. if you understood that lot you are a better person that me