MyBB Community Forums

Full Version: Where to edit Buddy Popup in new private message?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I looking for the template for the buddy popup window on the private message writing page, but I can't find it. Where is it?
Its private_send_buddyselect inside Private Message templates.
(2011-04-03, 06:19 PM)Yaldaram Wrote: [ -> ]Its private_send_buddyselect inside Private Message templates.

But all that is there is javascript?

<script type="text/javascript"><!--
document.write('<br /><span class="smalltext"><a href="#" onclick="UserCP.openBuddySelect(\'{$buddy_select}\');"><img src="{$theme['imgdir']}/buddies.gif" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>');
// --></script>
You mean this box: [attachment=22159] ?
Yes that is the one. I wish to add different CSS classes to the table in that popup.
If anybody has the answer to this, I'm all ears...