vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   why does pagenav disables javascript (https://vborg.vbsupport.ru/showthread.php?t=99385)

sabret00the 10-26-2005 07:20 PM

why does pagenav disables javascript
 
PHP Code:

        // creates the pagenav
        
$page = ($vbulletin->GPC['page'] < 1) ? "1" intval($vbulletin->GPC['page']);
        
$totalposts intval($confessions_count['count']);
        
$currentlocation "index.php" $vbulletin->session->vars['sessionurl'];
        
$perpage $confession_limit;
        
$pagenumber $page;
        
$upperlimit = ($page $perpage);
        
$lowerlimit = ($upperlimit $perpage);

        
$pagenav construct_page_nav($pagenumber$perpage$totalposts$currentlocation""); 

what am i doing wrong? you click the numbers and that works fine, you comment out the last line of the quote and the js works fine but they refuse to work with eachother?

Marco van Herwaarden 10-26-2005 09:02 PM

What js is not working anymore?

sabret00the 10-26-2005 09:37 PM

none of the drop down menu's.

Marco van Herwaarden 10-27-2005 04:10 AM

I suggest you look at the pagesource to see what is wrong.

sabret00the 10-27-2005 08:56 AM

anything i should be looking for because all the links to the js are correct.

is the code up above all correct?

sabret00the 11-17-2005 02:13 PM

ok some further informaton on this, the drop downs actually open in the navbar

i.e. User CP FAQ Members List Calendar New Posts Search Quick Links Log Out

becomes

User CP FAQ Members List Calendar Search New Posts Mark Forums Read Open Buddy List Log Out

any idea now?

what a rookie mistake
forgot to check the javascript was being pointed at correctly.

Marco van Herwaarden 11-17-2005 07:12 PM

[high]* Marco van Herwaarden request Admin to change sabretoothe usertitle to Rookie Coder. :D[/high]

sabret00the 11-17-2005 08:55 PM

Quote:

Originally Posted by MarcoH64
[high]* MarcoH64 request Admin to change sabretoothe usertitle to Rookie Coder. :D[/high]

i need it :(


All times are GMT. The time now is 11:34 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.01154 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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