vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   php121 Integration of Standalone Version (https://vborg.vbsupport.ru/showthread.php?t=145961)

josiespencer 04-28-2007 03:39 PM

php121 Integration of Standalone Version
 
php121 has been able to integrate into vBulletin as far as the user and password are concerned. That part looks fine.

My problem is that I don't like changing style code which is why I use the Custom Navigation modification to put everything into my Extras drop down or add it to my menu bars. So I did all the installation activiations in the php121 installation guide, and then a created a link/index php to get into php121. The code looks like this:

PHP Code:

<HTML>

<
script type="text/javascript">
<!--
var 
newwindow;
function 
poptastic(url
{
    
newwindow=window.open(url,'name','height=500, 
            width=240, left=20, top=20, toolbar=no, 
            menubar=no, directories=no, location=no, 
            scrollbars=yes, status=no, resizable=yes, 
            fullscreen=no'
);
    
newwindow.focus();
}
    
poptastic('php121im.php');
//-->
</script>

</
HTML

I add an entry to CustomLinks that is like this: http://sapsuperusers.com/forums/php121/php121index.php, and I say "no" to the open a new window. Then I go to my forum home page and click on the Instant Messaging link in my menu bar and this is what is happening:

http://sapsuperusers.com/myPictures/PHP121.png

I don't want that blank screen, I just want the little popup screen to appear. Anyone have any ideas? I mean, users can click on the go back arrow and get to the screen again but I don't want them to need to do that!

iogames 04-29-2007 03:32 PM

Did you solved the problem?

josiespencer 04-29-2007 06:32 PM

No, I used a work around which I really didn't want to do - I added the function to the header of the style, and added the Instant Messaging call to the navbar. I really wanted to use CustomLinks because changing Style templetes really makes it hard to upgrade to new 3.6 releases.


All times are GMT. The time now is 06:27 AM.

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.00928 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete