vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   New PM Popup Replacement (https://vborg.vbsupport.ru/showthread.php?t=92895)

slvr ralliart 12-19-2005 08:27 PM

still doesn't work!

rossco_2005 12-19-2005 09:20 PM

Quote:

Originally Posted by slvr ralliart
your pm pop up still displays the pm box at the bottom of my sreen. I uploaded the file to clientscript folder. I am using IE explorer.

I attatched a screen shot of it showing and cutting my pm text off and showing it at the bottom of my page.

Oops didn't realize taht was what you meant.
I never counted on it being moved donw because of the huge toolbar at the top of your screen...

Edit the 'top' setting in this part of the pm_popup_script template:
Code:

#pm_popup {
        position:fixed;
        top:250px;
        border:1px solid;
        width:64%;
        margin-right:18%;
        margin-left:18%;
}

Until it looks good.

slvr ralliart 12-19-2005 09:33 PM

Quote:

Originally Posted by rossco_2005
Oops didn't realize taht was what you meant.
I never counted on it being moved donw because of the huge toolbar at the top of your screen...

Edit the 'top' setting in this part of the pm_popup_script template:
Code:

#pm_popup {
        position:fixed;
        top:250px;
        border:1px solid;
        width:64%;
        margin-right:18%;
        margin-left:18%;
}

Until it looks good.

I don't know a thing about html..

I'm not picky, just would like the pm to pop up so I see the whole thing. Can you please post the html code and i'll just paste it in?

Thanks

shadowdancer36 12-20-2005 10:56 PM

Is it anyway to make it so the window doesn't show up behind the page u have up already? Or better yet, take the current page to PM area?

Bubble #5 12-21-2005 12:00 AM

Quote:

Originally Posted by shadowdancer36
Is it anyway to make it so the window doesn't show up behind the page u have up already?

Yes, that what we want to know too! I don't believe the excuse that "it's the browsers fault" :rolleyes:

AWI 12-21-2005 01:40 AM

Are we talking about when you click read PM and the window pops open but then goes behind the active window? If so I have that rpoblem too.

sgtmaj 12-25-2005 12:13 AM

always shows at the very bottom of the page. Is there a way to have it pop up in the center of the screen? It would be much more useful this way.

Also when you click to read the message, it pops up behind the current page and also then says page can not be found.

Haven't seen any real solutions to the problems so I'm uninstalling this hack until it works.

Dollah 12-26-2005 05:41 AM

installed after upgrade to 3.5.2 no problems great thanx

yellowchaser 12-27-2005 05:19 AM

Is this an issue with working on 3.5.1? since you upgraded to 3.5.2 and it works..

rossco_2005 01-04-2006 04:05 PM

Quote:

Originally Posted by yellowchaser
Is this an issue with working on 3.5.1? since you upgraded to 3.5.2 and it works..

No, it will even work on 3.0.7 and lower. ;)


To stop it showing at bottom of page do this:
Quote:

Edit the 'top' setting in this part of the pm_popup_script template:
Code:

#pm_popup {
        position:fixed;
        top:250px;
        border:1px solid;
        width:64%;
        margin-right:18%;
        margin-left:18%;
}



Devil Woman 01-05-2006 08:01 AM

Installed this, its working I get the pop up and everything but the problem is it goes to the right hand side of the screen and when you move the bottom curser across to view it the pm box goes with it so you can click it off or click on it to view your pm

please help

Gripemaster 02-02-2006 12:52 AM

Installed this on my forum... no errors, but I am having the same problem as everyone else. The window pops up at the bottom of the page, when I click "read message" or "go to inbox" the window opens under the main forum window. Had to revert the template and go without it. Nice feature...much nicer than the generic new PM box, but too many problems and my members complained about the same issues. But it did work for my girlfriend in her Firefox. Sorry.

chairman miaow 02-04-2006 10:15 AM

If you want it to open the PM message , or go to your PM box in the same window , change the following in the pm_pop_up script :

Code:

<a href="#" onclick='window.open("private.php?do=showpm&pmid=$newpm[pmid]", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes, resizable=yes,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Read this message</a>
                                                                        <br /><br />
                                                        <a href="#"  onclick='window.open("private.php", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes, resizable=yes,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Go to my PM inbox</a>
                                                                </td>

to

Code:

<a href="private.php?do=showpm&pmid=$newpm[pmid]" >Read this message</a>
                                                                        <br /><br />
                                                        <a href="private.php" >Go to my PM inbox</a>


....well.....it works for me !

rossco_2005 02-06-2006 08:28 PM

Updated the PM Popup Replacement mod.
It now opens the PM in the same window instead of a pop-under, but still gives the option to open in a new window if the user wishes. :)

derekivey 02-06-2006 08:41 PM

Nice hack! I've been looking for something like this.

/me clicks install.

lolo? 02-07-2006 08:11 AM

French translation for the template
:nervous:

silurius 02-07-2006 07:38 PM

Quote:

Originally Posted by rossco_2005
Updated the PM Popup Replacement mod.
It now opens the PM in the same window instead of a pop-under, but still gives the option to open in a new window if the user wishes. :)

Thanks, rossco! How to update?

rossco_2005 02-08-2006 01:35 AM

Quote:

Originally Posted by silurius
Thanks, rossco! How to update?

Sorry shoulda mentioned, just replace the pm_popup_script template's code with the new code. :)

InfidelMatt 03-02-2006 12:05 AM

Quote:

Originally Posted by Devil Woman
Installed this, its working I get the pop up and everything but the problem is it goes to the right hand side of the screen and when you move the bottom curser across to view it the pm box goes with it so you can click it off or click on it to view your pm

please help

Getting the same problem.

Matt

cloyal 03-10-2006 03:56 AM

Have all the bugs been removed from this?

alfaowner 03-12-2006 06:15 PM

installed very easily onto v 3.5.4 - nice easy addition

arcadian_girl 03-17-2006 06:44 PM

works like a charm for me in 3.5.4

thanks for the mod :) *clicks install*

Mark.B 03-17-2006 07:51 PM

I should mention that this actually works on the 3.0 series as well, the later versions anyway. I have got it working on 3.0.11 with no problems.

Apoclypse 03-21-2006 08:23 AM

Very nice! Good job.

LeaderGL 03-21-2006 08:09 PM

hi,
how can i add information about date and time of the received newpm?

OndaReal 03-21-2006 11:38 PM

nice, installed

meanshark 03-26-2006 03:47 AM

Easy install, love it!!!

Konstantinos 05-16-2006 01:01 PM

i get the popup but in the right side instead of the center lol

babile 05-24-2006 04:59 PM

i did all what you said gents.

bu now not workin at all

even old one..!

could any one of you help me?
:(

rossco_2005 05-24-2006 06:37 PM

Quote:

Originally Posted by babile
i did all what you said gents.

bu now not workin at all

even old one..!

could any one of you help me?
:(

Can you let me know what it does exactly, maybe provide a link?
I want to help people get this working who can't get it to work.

Also, updated a few things in the first post.;)
Uninstall instructions, grammar fix in the template, and info about this hack on 3.0.x.

Stoebi 06-28-2006 12:40 AM

Nice Addon, thx.

What do you think about a preview within the box?

Regards, Stoebi

rossco_2005 06-28-2006 12:53 AM

Quote:

Originally Posted by Stoebi
Nice Addon, thx.

What do you think about a preview within the box?


Regards, Stoebi

I could do this but then there would be a plugin needed.

How do you want it done, and I will do it for you. :)

Bubble #5 06-28-2006 01:20 AM

Has anyone tried this yet on 3.6 :confused:

rossco_2005 06-28-2006 01:32 AM

Quote:

Originally Posted by Bubble #5
Has anyone tried this yet on 3.6 :confused:

It should work fine. It's just a template edit and the variables are the same. :)

Bubble #5 06-28-2006 01:36 AM

OK thanks. I'll be the *cough**cough* Guinea pig and let you know what happens tomorrow :bunny:

rossco_2005 06-28-2006 01:48 AM

OK Thanks let me know how it goes. :)

I'm sure it will work though.

Stoebi 06-29-2006 02:17 AM

Quote:

Originally Posted by rossco_2005
I could do this but then there would be a plugin needed.

How do you want it done, and I will do it for you. :)

Hi

I've no problems to install/insert codes manually ;) Thx a lot :)


Regards, Stoebi

rossco_2005 06-29-2006 02:55 AM

Quote:

Originally Posted by Stoebi
Hi

I've no problems to install/insert codes manually ;) Thx a lot :)


Regards, Stoebi

So how do you want it?
Like, where should the preview be?

Stoebi 06-29-2006 08:13 AM

Perhaps in the middle oft the popup between "You have Mail from ...." and "Click here to got to ...."?

Regards, Stoebi

Quote:

Originally Posted by rossco_2005
So how do you want it?
Like, where should the preview be?


noj75 06-29-2006 12:07 PM

Hi,

//*** Works great in FF but no pop up in IE, any ideas? ***//

EDIT: Sorry, cancell the above. It takes a slight second to show in IE. Great hack.

Clicks install.

Regards.


All times are GMT. The time now is 04:36 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01669 seconds
  • Memory Usage 1,822KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete