vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Getting $pagenumber into scope in postbit_legacy template (https://vborg.vbsupport.ru/showthread.php?t=208945)

Chunky Monkey 03-20-2009 08:59 PM

Getting $pagenumber into scope in postbit_legacy template
 
Does anyone have any idea how I can get $pagenumber into scope in postbit_legacy template? It is available and used in SHOWTHREAD, but when I try to use it in postbit_legacy I get nothing. How can I make the $pagenumber value of the current thread available in postbit_legacy?

The permalink solutions I've found at vb.org either use t = threadid and jump to the postid, which will not work for multi page threads, or p = postid and jump to postid, which is not much good for seo since all incoming links to posts on the same page are links to different posts and don't count as linking to the same resource.

t = threadid & page = pagenumber and jump to post id would make all incoming links to posts on a page effectively link to the same thing in the eyes of search engines.

Can anyone tell me how to get $pagenumber into scope in postbit_legacy so I can accomplish this?

Thanks!

Zi55 06-30-2010 03:12 PM

Simply do the following .
open class_postbit.php

search for

global $spacer_open, $spacer_close;

change it to global $spacer_open, $spacer_close, $pagenumber;

Shoot and have fun .


All times are GMT. The time now is 12:17 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.00915 seconds
  • Memory Usage 1,705KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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