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)

Boofo 06-08-2002 02:31 PM

It's in there. Do this...look for $postbits and it should be about the third time you find that one.

Quote:

Originally posted by Knux
I am running 2.2.5 and thx for the help :D and I have had that stuff there that is what I origonally put it... Oh and another thing I can't find:

$postbits .= getpostbit($post);

But I can find:

$postbits = getpostbit($post);


firewars 06-08-2002 03:23 PM

Can someone tell me what the postbit_ignore-template actually is?
I was able to place the variable next to the "edit"-button in the postbit-template but where to put it in the postbit_ignore-template?

Thanks in advance.

Boofo 06-08-2002 03:36 PM

The postbit_ignore template is what is used when you have users on the ignore list. As far as where to put it in the postbit_ignore template, I asked that same question in here quite a while ago and have never received an answer. :)

Quote:

Originally posted by firewars
Can someone tell me what the postbit_ignore-template actually is?
I was able to place the variable next to the "edit"-button in the postbit-template but where to put it in the postbit_ignore-template?

Thanks in advance.


firewars 06-08-2002 03:46 PM

I now put it in there like this (I hope you don't mind the translation):

<normalfont>Dieser Benutzer ist auf Deiner <b>Ignorier-Liste</b>. Um diesen Beitrag (<a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont>Posting Nr. $post[postcount]</smallfont></a>) zu sehen,...

Boofo 06-08-2002 04:01 PM

Sounds like it is right, but I don't know for sure. Does it work?

Quote:

Originally posted by firewars
I now put it in there like this (I hope you don't mind the translation):

<normalfont>Dieser Benutzer ist auf Deiner <b>Ignorier-Liste</b>. Um diesen Beitrag (<a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont>Posting Nr. $post[postcount]</smallfont></a>) zu sehen,...


firewars 06-08-2002 04:14 PM

Looks like it does :)

Boofo 06-08-2002 04:48 PM

Looks like you have it mastered! I'll be coming to you for help from now on. :)

firewars 06-08-2002 04:54 PM

No problem :)

HappyPike 06-08-2002 08:02 PM

I put the post number thing in front of the Report Post to Moderator link to save space. Putting it at the top of the post creates a gap.

Just put this code in the postbit before that report post link. :)

Code:

<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post #$post[postcount</a>

Knux 06-09-2002 01:26 PM

Thx alot I fixed it the thrid one down was actually:

PHP Code:

$postbits .= iif(empty($postbits), '''<br>').getpostbit($post); 

I think I changed it bcuz of a hack but thx alot anyways!


All times are GMT. The time now is 02:49 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.01219 seconds
  • Memory Usage 1,740KB
  • 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_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