Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Posting Frequency in Postbit Details »»
Posting Frequency in Postbit
Version: 1.00, by Boots Boots is offline
Developer Last Online: Feb 2015 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.5 Rating:
Released: 04-25-2007 Last Update: Never Installs: 81
Uses Plugins
 
No support by the author.

I saw this mod and thought it would be cool to have for 3.6 so I modified/ported it. It's my first mod attempt so bear with me. I'm not quite sure of the protocol. If anything is out of wack let me know.

Original for 2.2
https://vborg.vbsupport.ru/showthread.php?t=48699

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-29-2007, 09:47 PM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andyucs View Post
Hi Nice Hack i Have This Little Prob

here is some of my postbit



and also a space between the image and Thanks
Code:
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
take out that <br />
Reply With Quote
  #23  
Old 04-29-2007, 09:48 PM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Invalid ID View Post
Thanks, it's cool

I have a problem positioning it. I intend to bring it right under "Posts" I have put the codes under Post code, yet it goes down to 2 more codes "Points" and "Started Thread".

May I know why is this happening?

Here is the part of my postibit:

Code:
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">

<div class="smallfont">$post[crowns]$post[champtext]<br /></div>
				
				<div class="smallfont">

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>


<if condition="$show['last_seen_online']"><div>$vbphrase[last_seen_online]: $post[lastseen_date] $post[lastseen_time]</div></if>

<div>

				$vbphrase[posts]: $post[posts]
				</div>

<!-- START POSTING FREQUENCY MOD -->
<div>Posting Frequency
	<table border="0" cellpadding="0" cellspacing="0">
	<tr onmouseover="this.title='$post[posts] posts ($post[postsperday] posts per day)'">
	<td><img border="0" src="images/polls/bar-l.gif" width="4" height="17"></td>
	<td width="100" background="images/polls/bar-bk.gif"><img border="0" src="images/polls/bar.gif" width="$post[frequency]" height="17"></td>
	<td><img border="0" src="images/polls/bar-r.gif" width="4" height="17"></td>
	</tr>
	</table>
</div>
<!-- END POSTING FREQUENCY MOD -->

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>

<if condition="isset($WWU002_activitylevel)">
					<div>$vbphrase[WWU002_activity]: $WWU002_activitypercent%</div>
					<div title="$WWU002_longevityinfo">$vbphrase[WWU002_longevity]: $WWU002_longevitypercent%</div>
					<if condition="$WWU002_maxtodaylevel"><div title="$WWU002_todayinfo">$vbphrase[WWU002_activity_today]: $WWU002_todaylevel/$WWU002_maxtodaylevel</div></if>
					</if>
										
										
<div>
					$vbphrase[timeonboard]: $post[timeonboard]

<br />Referrals: $referrals
				</div>
post a screen shot so I can see what you mean.
Reply With Quote
  #24  
Old 04-30-2007, 07:14 AM
bazzup bazzup is offline
 
Join Date: Dec 2006
Location: Liverpool
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Invalid ID View Post
Thanks, it's cool

I have a problem positioning it. I intend to bring it right under "Posts" I have put the codes under Post code, yet it goes down to 2 more codes "Points" and "Started Thread".

May I know why is this happening?

Here is the part of my postibit:

Code:
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">

<div class="smallfont">$post[crowns]$post[champtext]<br /></div>
				
				<div class="smallfont">

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>


<if condition="$show['last_seen_online']"><div>$vbphrase[last_seen_online]: $post[lastseen_date] $post[lastseen_time]</div></if>

<div>

				$vbphrase[posts]: $post[posts]
				</div>

<!-- START POSTING FREQUENCY MOD -->
<div>Posting Frequency
	<table border="0" cellpadding="0" cellspacing="0">
	<tr onmouseover="this.title='$post[posts] posts ($post[postsperday] posts per day)'">
	<td><img border="0" src="images/polls/bar-l.gif" width="4" height="17"></td>
	<td width="100" background="images/polls/bar-bk.gif"><img border="0" src="images/polls/bar.gif" width="$post[frequency]" height="17"></td>
	<td><img border="0" src="images/polls/bar-r.gif" width="4" height="17"></td>
	</tr>
	</table>
</div>
<!-- END POSTING FREQUENCY MOD -->

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>

<if condition="isset($WWU002_activitylevel)">
					<div>$vbphrase[WWU002_activity]: $WWU002_activitypercent%</div>
					<div title="$WWU002_longevityinfo">$vbphrase[WWU002_longevity]: $WWU002_longevitypercent%</div>
					<if condition="$WWU002_maxtodaylevel"><div title="$WWU002_todayinfo">$vbphrase[WWU002_activity_today]: $WWU002_todaylevel/$WWU002_maxtodaylevel</div></if>
					</if>
										
										
<div>
					$vbphrase[timeonboard]: $post[timeonboard]

<br />Referrals: $referrals
				</div>

The other bits in between are not in that code so must be in postbit_legacy try putting the code in there above your points instead, hope this helps


nice little addition to my postbit btw


regards bazz
Reply With Quote
  #25  
Old 04-30-2007, 02:50 PM
Invalid ID's Avatar
Invalid ID Invalid ID is offline
 
Join Date: Apr 2006
Location: Karachi. Pakistan
Posts: 411
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's the photo...
Reply With Quote
  #26  
Old 04-30-2007, 04:07 PM
Andyucs's Avatar
Andyucs Andyucs is offline
 
Join Date: Nov 2006
Location: Okcular, Turkey
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yippeeeeeeeeee that sorted it thanks for quick reply
Reply With Quote
  #27  
Old 05-01-2007, 09:14 PM
marcsmith73 marcsmith73 is offline
 
Join Date: Dec 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
Reply With Quote
  #28  
Old 06-07-2007, 04:55 AM
tycity tycity is offline
 
Join Date: Dec 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed! This is awesome, thanks!
Reply With Quote
  #29  
Old 07-15-2007, 07:34 AM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will see and install this one soon!
Reply With Quote
  #30  
Old 07-17-2007, 03:12 PM
SLY LS1's Avatar
SLY LS1 SLY LS1 is offline
 
Join Date: May 2007
Location: Melbourne Australia
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a small problem with the bar.bk.gif image not showing up, the left and the right and the bar.gif part show but then there is a gap?

Strange.. I cant work it out
Reply With Quote
  #31  
Old 07-21-2007, 03:31 PM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SLY LS1 View Post
I have a small problem with the bar.bk.gif image not showing up, the left and the right and the bar.gif part show but then there is a gap?

Strange.. I cant work it out
Try clearing your browser cache maybe?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:03 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.05825 seconds
  • Memory Usage 2,315KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete