MyBB Community Forums

Full Version: My Achievements 1.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I bought this plugin for 1 month plan last 2nd month and i used this to my forum and this is work on my profile but it doesnt show on my postbit classic. here is the screenshots.

Profile Screenshot:
[attachment=41033]

Postbit Classic:
[attachment=41034]

This is my code to my posbit classic:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="row padding-8px">	
		<div class="col-lg-2 post_author scaleimages">
			{$post['useravatar']}
			<div class="author_information">
				<strong><span class="large">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br>
				<span class="small">
					{$post['usertitle']}<br>
					{$post['userstars']}
					{$post['groupimage']}
				</span>
			</div>
			<div class="author_statistics">
				{$post['user_details']}{$post['myachievements_postbit']}
			</div>
		</div>
		<div class="col-lg-10 scaleimages">
			<div class="post_head">
				{$post['posturl']}
				{$post['icon']}
				<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
			{$post['subject_extra']}
			</div>
			<div class="post_body scaleimages" id="pid_{$post['pid']}">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
			</div>
		</div>
	</div>
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
	<div class="panel-footer post_controls">
		<div class="postbit_buttons author_buttons pull-left">
			{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
<!-- AddToAny BEGIN -->
<a class="a2a_dd" href="https://www.addtoany.com/share">Share</a>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
		</div>
		<div class="postbit_buttons author_buttons pull-right">
		    {$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
		</div>	
<div id="edit_post_{$post['pid']}_popup" class="popup_menu1" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>   
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		$("#edit_post_{$post['pid']}").popupMenu();
	}
// -->
	</script>	
	</div>	
</div>
(2018-10-10, 02:54 PM)vonmhel1995 Wrote: [ -> ]I bought this plugin for 1 month plan last 2nd month and i used this to my forum and this is work on my profile but it doesnt show on my postbit classic. here is the screenshots.

Profile Screenshot:


Postbit Classic:


This is my code to my posbit classic:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="row padding-8px">	
		<div class="col-lg-2 post_author scaleimages">
			{$post['useravatar']}
			<div class="author_information">
				<strong><span class="large">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br>
				<span class="small">
					{$post['usertitle']}<br>
					{$post['userstars']}
					{$post['groupimage']}
				</span>
			</div>
			<div class="author_statistics">
				{$post['user_details']}{$post['myachievements_postbit']}
			</div>
		</div>
		<div class="col-lg-10 scaleimages">
			<div class="post_head">
				{$post['posturl']}
				{$post['icon']}
				<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
			{$post['subject_extra']}
			</div>
			<div class="post_body scaleimages" id="pid_{$post['pid']}">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
			</div>
		</div>
	</div>
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
	<div class="panel-footer post_controls">
		<div class="postbit_buttons author_buttons pull-left">
			{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
<!-- AddToAny BEGIN -->
<a class="a2a_dd" href="https://www.addtoany.com/share">Share</a>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
		</div>
		<div class="postbit_buttons author_buttons pull-right">
		    {$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
		</div>	
<div id="edit_post_{$post['pid']}_popup" class="popup_menu1" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>   
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		$("#edit_post_{$post['pid']}").popupMenu();
	}
// -->
	</script>	
	</div>	
</div>

You need to contact the author of that plugin.

Go HERE.

You need to be a paid subscriber to get support from the author.

UPDATE: There is a new version of MyAchievements 1.11 that is out now. That *may* solve your issue.