Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not working plugin myads
Author Message
stefanhellzone
Junior Member


Posts: 8
Joined: Mar 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 0
Post: #11
RE: Not working plugin myads
it looks postbit:

Quote:{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}


</td>
</tr>

<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
{$post['myads']}

<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>

<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
{$post['myads']}
</div>
</td>
</tr>
</tbody>
</table>


and so postbit_classic

Quote:{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}


</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
{$post['myads']}
</tr>
</table>
</td>
</tr>
</table>
03-14-2009 07:01 AM
Splappy
O.o



Posts: 349
Joined: Oct 2008
Reputation: 5
Thanked 0 Times in 0 Posts
MyBux: 56
Post: #12
RE: Not working plugin myads
All the way at the bottom, like this:
postbit:
PHP Code:
{$ignore_bit}
<
a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<
tbody>
<
tr>
<
td class="tcat">
<
div class="float_left smalltext">
{
$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</
div>
{
$post['posturl']}


</
td>
</
tr>

<
tr>
<
td class="trow1 {$unapproved_shade}">
<
table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<
tr>
<
td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{
$post['useravatar']}
</
td>
<
td class="post_author">
<
strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<
span class="smalltext">
{
$post['usertitle']}<br />
{
$post['userstars']}
{
$post['groupimage']}
</
span>
</
td>
<
td class="smalltext post_author_info" width="165">
{
$post['user_details']}
</
td>
</
tr>
</
table>
</
td>
</
tr>

<
tr>
<
td class="trow2 post_content {$unapproved_shade}">
<
span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<
div class="post_body" id="pid_{$post['pid']}">
{
$post['message']}
</
div>
{
$post['attachments']}
{
$post['signature']}
{
$post['myads']}

<
div class="post_meta" id="post_meta_{$post['pid']}">
{
$post['iplogged']}
</
div>
</
td>
</
tr>

<
tr>
<
td class="trow1 post_buttons {$unapproved_shade}">
<
div class="author_buttons float_left">
{
$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</
div>
<
div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</
div>
</
td>
</
tr>
</
tbody>
</
table>
{
$post['myads']} 

postbit_classic:
PHP Code:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<
tr>
<
td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<
strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<
span class="smalltext">
{
$post['usertitle']}<br />
{
$post['userstars']}
{
$post['groupimage']}
{
$post['useravatar']}<br />
{
$post['user_details']}


</
span>
</
td>
<
td class="{$altbg}" valign="top">
<
table width="100%">
<
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<
br />
<
div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{
$post['message']}
</
div>
{
$post['attachments']}
{
$post['signature']}
<
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{
$post['iplogged']}
</
div>
</
td></tr>
</
table>
</
td>
</
tr>
<
tr>
<
td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<
td class="{$altbg}" style="vertical-align: middle;">
<
table width="100%" border="0" cellpadding="0" cellspacing="0">
<
tr valign="bottom">
<
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
{
$post['myads']} 

lolwhut? | follow meh on twitter. NAW.
03-14-2009 07:14 AM


stefanhellzone
Junior Member


Posts: 8
Joined: Mar 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 0
Post: #13
RE: Not working plugin myads
All merge.Am not to attempt to install mybb once and then return information.
Besides were all cranky that way.
03-14-2009 07:18 AM
stefanhellzone
Junior Member


Posts: 8
Joined: Mar 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 0
Post: #14
RE: Not working plugin myads
Still not working I could not figure dece.Uitati and forum Tutoriale.22web.net

I am Roman
03-14-2009 04:42 PM


 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Overview Plugin euantor 4 58 06-20-2009 05:31 AM
Last Post: euantor
  what plugin? archey 5 51 05-31-2009 07:41 AM
Last Post: archey
  Best Store Plugin cohen 7 88 05-06-2009 11:11 AM
Last Post: cohen
  ProfileTube Not Working Kleist 2 47 04-22-2009 01:01 AM
Last Post: Nickman
  Struggling to get the Custom Pages plugin to work.. enlightenme 12 116 03-06-2009 08:45 PM
Last Post: Unregistered
  Ref Plugin starvinmarvin14 0 53 03-02-2009 06:54 PM
Last Post: starvinmarvin14
  Site News Plugin.. enlightenme 6 121 02-19-2009 12:46 AM
Last Post: enlightenme
  More questions regarding the Custom Pages Plugin.. enlightenme 7 105 02-16-2009 11:51 PM
Last Post: enlightenme
  Referral plugin iByee 0 57 01-28-2009 03:41 PM
Last Post: iByee



New to MyBBSource?Need Assistance?
  • Mark Forums Read
  • View Forum Staff
  • Looking for a MyBB Host?




Theme created by AK-47. Find more great themes and skins at K! Dezign R1s.net