View Single Post
  #8  
Old 05-09-2016, 11:37 PM
Dr.CustUmz's Avatar
Dr.CustUmz Dr.CustUmz is offline
 
Join Date: Aug 2013
Location: USA
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Perhaps use one of the examples shown here:
https://vborg.vbsupport.ru/showpost....59&postcount=2

Of course remove the vb:if and make it vB3 compliant.

Edit: Rough example IF max posts per page is set to 20 in admincp:
Code:
<if condition="$post['postcount'] % $vboptions['maxposts'] == 19">YOUR CODE HERE</if>
Maybe I misunderstood too? Maybe this will help
I'm trying to display all comments that are not the first post, within the first post, not show something after a specific post... well kinda but not in the same sense lol

i guess i can spoil the addon and show you guys one sec ill include code

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





this would be the new postbit template: replace red text with def postbit code (just keeping it short)
Code:
<if condition="$post[postcount] == 1">

***PASTE POSTBIT TEMPLATE HERE***

  <input id="tab1" type="radio" name="tabs" checked>
  <label for="tab1">Comments</label>
    
  <input id="tab2" type="radio" name="tabs">
  <label for="tab2">Disqus</label>
    
  <input id="tab3" type="radio" name="tabs">
  <label for="tab3">Facebook</label>
    
  <input id="tab4" type="radio" name="tabs">
  <label for="tab4">Google+</label>

  <section id="content1">
</if>  
<if condition="$post[postcount] != 1">
    ***PASTE POSTBIT TEMPLATE HERE***
</if>    
<if condition="$post[postcount] == 1">
  </section>
    
  <section id="content2">
    2
  </section>
    
  <section id="content3">
    3
  </section>
    
  <section id="content4">
    4
  </section>
</if>

what it returns in page *notice content1 is blank, then postbit repeats (those would be comments) at the end, i cut it cause it just keeps repeating for each comment.
HTML Code:
<input id="tab4" type="radio" name="tabs">
  <label for="tab4">Google+</label>

  <section id="content1">

  </section>
    
  <section id="content2">
    ...
  </section>
    
  <section id="content3">
    ...
  </section>
    
  <section id="content4">
    ...
  </section>

<!-- END TEMPLATE: postbit -->

	</div>
	<!-- BEGIN TEMPLATE: spacer_close -->
		</div>
	</div>
</div>

<!-- / close content container -->
<!-- END TEMPLATE: spacer_close -->

<!-- / post #5 -->
<!-- END TEMPLATE: postbit_wrapper --><!-- BEGIN TEMPLATE: ad_showthread_firstpost -->

<!-- END TEMPLATE: ad_showthread_firstpost --><!-- BEGIN TEMPLATE: postbit_wrapper -->
<!-- post #6 -->

	<!-- BEGIN TEMPLATE: spacer_open -->
<!-- open content container -->

<div align="center">
	<div class="page" style="width:980px; text-align:left">
		<div style="padding:0px 25px 0px 25px" align="left">

<!-- END TEMPLATE: spacer_open -->
	<div id="edit6" style="padding:0px 0px 6px 0px">
	<!-- this is not the last post shown on the page -->


<!-- BEGIN TEMPLATE: postbit -->

LIVE: DEV ZONE
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02168 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete