vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Go To Popup in Navigation not showing (vB custom page in poup window) (https://vborg.vbsupport.ru/showthread.php?t=202547)

cellarius 01-25-2009 05:40 PM

I know - I just thought to give additional input, since the menu requires js, too, doesn't it?
As I wrote: what i'm requiring in the php code I already statet in this post, third code block there. As I said, I'm at a loss what else might even be worth requiring, and would be grateful for suggestions.

Lynne 01-25-2009 05:52 PM

1 Attachment(s)
Is this the little thing you are missing? On this site, the code for it shows up in the footer. Are you using a standard footer template? Is the code for it there in the footer?
Attachment 93477

cellarius 01-25-2009 06:44 PM

Yes, that's exactly what's missing. And I have this code in my template - that's in the page footer normally, yes.

Quote:

Originally Posted by cellarius (Post 1719905)
Code:

<!-- PAGENAV POPUP -->
    <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead" nowrap="nowrap">Gehe zu...</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
            <form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                <input type="button" class="button" id="pagenav_ibtn" value="Los" />
            </form>
            </td>
        </tr>
        </table>
    </div>
<!-- / PAGENAV POPUP -->


But that's only the code for the popup itself, isn't it? I don't even see the arrow to click to oben the popup...

--------------- Added [DATE]1232916426[/DATE] at [TIME]1232916426[/TIME] ---------------

P.S.: I you have the time and want to, I'd sent you access data to my forum, so you can have a look. That might be simpler than my humble explaining...

Lynne 01-25-2009 08:31 PM

Well, all I would do is find a page on vb.org that has that popup and then compare the html in that page to the html in your page. Or, in the case of the php part of the page, compare the working to non-working page and you are more capable of doing those comparisons than I since you have all the files.

cellarius 01-26-2009 06:15 AM

You're perfectly right, and though I did that about 200 times (at least it feels like that...) I always missed that oh so simple snippet of code right at the end:

HTML Code:

<script type="text/javascript">
<!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
//-->

</script>

Everything was there all the time - I just forgot to start the engine :o

If anybody should ever be so stupid, too, I thought I share the solution to the mystery :)

Thanks for your patience and help - what an emerassement this thread is (for me of course) :o:rolleyes:

Lynne 01-26-2009 03:04 PM

Oh wow. Amazing how a couple of lines can spoil the whole page! All that time spent.... but hey, now ya know!

Glad you got it figured out.


All times are GMT. The time now is 12:12 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.01047 seconds
  • Memory Usage 1,730KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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