Support Forums

Full Version: Some help please :rolleyes:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,could you please help me(if you are a mybb user) the default line of postbit_delete_pm template,I accidently deleted it.
Thank you.
Here you go....

Code:
<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}"><img src="{$theme['imglangdir']}/pm_delete.gif" alt="{$lang->delete}" title="{$lang->delete_title}" /></a>
Good stuff Ninja. I was going to jump onto this one lol.
(10-13-2009, 01:49 AM)DAMINK™ Wrote: [ -> ]Good stuff Ninja. I was going to jump onto this one lol.

Here to help Blackhat

Roflmao
(10-13-2009, 01:47 AM)NinjaGeek Wrote: [ -> ]Here you go....

Code:
<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}"><img src="{$theme['imglangdir']}/pm_delete.gif" alt="{$lang->delete}" title="{$lang->delete_title}" /></a>

Thank you very much.

(10-13-2009, 01:49 AM)DAMINK™ Wrote: [ -> ]Good stuff Ninja. I was going to jump onto this one lol.

Thank you too for jumping in to help me.