vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Post Counter & Direct Link (https://vborg.vbsupport.ru/showthread.php?t=22083)

Dynamic One 11-23-2002 03:12 PM

Thanks for this hack m8.

Austone 11-28-2002 12:22 AM

Quote:

Originally posted by Littlebit
Is it an impossible thing to make it so if you have your forums threads post order set to 'newest first' in your adminCP, the post count for the newest post will be post# 99 (for example) or whatever it is instead of 1? post# 1 still being the original first post...
What would be the best way to go about trying this?

I did this... because I have it where each user can select the post order... (that is where $bbuserinfo[postorder]==0 comes from.. I don't know what the variable would be for the whole BBS.. but the structure would be similar)
PHP Code:

 if($bbuserinfo[postorder]==0) {
   
$post[postcount] = ++$postcount;
 } else {
   
$postrev $totalposts $postcount;
   ++
$postcount;
   
$post[postcount] = $postrev;

 }

$post[totalposts] = $totalposts

..also I added the $post[totalposts] = $totalposts; line so that I can show Post # x of y

..just change the postbit template to have...
PHP Code:

<smallfont>Post #$post[postcount] of $post[totalposts]</smallfont> 

..wherever you want it.

Hope that helps,
Kyle

Littlebit 11-28-2002 01:44 PM

Kyle, thank you :bunny:

agfisdn 12-22-2002 03:01 AM

Rating: 5/5 !

Great Hack :pirate:

Installed nice and easy on 2.2.9

Used (Posts in this Thread):
1) Instructions Post (2.0.3 and UP :))
2) Crinos' postbit Edit
3) postbit_ignore Edit Attached... (Same way as Crino's Edit)

Thanx bira !

Ps: What I cannot find is why the Post # does not show when you click on the ingored Post (java script popup window that shows on demand an ignored user's Post). I get the Post# Link but there is no $post[postcount]... no biggy :))

Dan_UPC 01-05-2003 05:54 AM

great hack.

*installs*

BfB 01-05-2003 04:44 PM

NO SUPPORT GIVEN/OFFERED
(you won't need it anyway, as it's super easy, heh)


Alright everyone, I took the liberty of putting this altogether again, using bira's original idea, xug and crinos' link code, freddie's simple code, and Austone's "post of total posts" code/link code. Everything works great on v2.2.9 so I assume this will work perfectly for previous versions of 2.0.3 and up.

This version of the hack will display "Post #x of x" (post of total posts), as well as the link to that post.

Working example can be found at http://www.lightningforums.com running vBulletin v2.2.9

Taken from:

https://vborg.vbsupport.ru/showthrea...threadid=22083

Credit to bira, xug, crinos, freddie, and Austone, from which the following hack was prepared.

Sincerely,

James

sabret00the 01-22-2003 01:40 PM

Quote:

Originally posted by freddie

$postbits .= getpostbit($post);

Put this before it:

$post[postcount] = ++$postcount;

Then put $post[postcount] in your postbit template.

i know it says no support given but i'm baffled, i can't find that in my showthread.php i can find it without the dot but even then the hack don't work

running 2.2.9

i installed it on a 2.2.6 and it worked tho :-S

BfB 01-22-2003 02:18 PM

Use my text file above your post and that should help you install it correctly.

Littlebit 01-23-2003 03:23 AM

BfB,
hey, thanks for doing that for us! :)

subu1 01-25-2003 07:05 AM

Quote:

Originally posted by dwh
It's more complicated now, I'll try to be brief.


BEFORE
Code:

  $postbits .= getpostbit($post);


moin, sorry but i don't find this, what can i do. *snief*

greetz subu1


All times are GMT. The time now is 12:19 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.01302 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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