
AbelaJohnB wrote: Huh??![]()
AbelaJohnB wrote: Any chance we (ie: someone) can make me a screen-shot-step-by-step process for this? I'm just not getting it![]()
Back to Special Categories - click 'Test Settings'
Code: Select all
{
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
}
$attachment_mod['posting']->insert_attachment($post_id);
}$attachment_mod['posting']->insert_attachment($post_id);
break;
dawizcy wrote: As for the images and tables getting displayed twice in the posts:
here's a piece of my posting.php:
Code: Select all
{ user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user); } $attachment_mod['posting']->insert_attachment($post_id); }$attachment_mod['posting']->insert_attachment($post_id); break;
![]()
![]()
Thanks anyway for your help! It works great now!
Code: Select all
{
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
}
$attachment_mod['posting']->insert_attachment($post_id);
}
break;