hi again ....
i am underway of making a popup profile menu for mybb.....
the error i am encountering is that the links inside the menu are for the poster in the threads first post and not like the current post like i intend
see image for details
![[Image: wesb2leytzlg228fk6wa.jpg]](https://camo.mybb.com/96926cf673ad64a0a3acbedd87ead1527218d031/687474703a2f2f696d67652e706f6b6570617261646973652e756e692e63632f696d616765732f77657362326c6579747a6c67323238666b3677612e6a7067)
i also edited my functions_post.php according to >>>THIS THREAD<<<
attached the my code....
please look it over and correct what i have done wrong....
i already saw ZiNgA BuRgA's version...but i wanted to do my own...since i could not get it to work.
while i am asking experts...how do i make plugins...
when i say that what do i put in the php files so that they edit the templates i want them to edit.....
i understand a lot about templates and mybb...but i kinda lack at php....
so if anyone can point me in the right directions (short of w3 schools)
i would be grateful
thanks again
i am underway of making a popup profile menu for mybb.....
the error i am encountering is that the links inside the menu are for the poster in the threads first post and not like the current post like i intend
see image for details
i also edited my functions_post.php according to >>>THIS THREAD<<<
attached the my code....
<a href="member.php?action=profile&uid={$post['uid']}" id="profile" onclick="return openMenu(this)" class="popup_button">{$post['profilelink']}</span></strong><br /></a>
<span class="smalltext">
<strong>{$post['usertitle']}<br />
{$post['groupimage']}<br /><br/>
{$post['useravatar']}<br /><br/>
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_group} {$usergroup['title']}<br />
{$lang->postbit_joined} {$post['userregdate']}<br />
{$lang->postbit_status} {$post['onlinestatus']}<br />
</span>
<!-- profile popup form -->
<div class="menupop" id="profile-popup" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="tcat">{$post['profilelink']}</td></tr>
<tr><td class="menu_option" ><a href="member.php?action=profile&uid={$post['uid']}"><font color="black">View Users Profile</a></td></tr></font>
<tr><td class="menu_option"><a href="private.php?action=send&uid={$post['uid']}"><font color="black">Send User a Private Message</a></td></tr></font>
<tr><td class="menu_option"><a href="{$post['website']}" target="_blank"><font color="black">Visit Users Website</a></td></tr></font>
<tr><td class="menu_option"><a href="search.php?action=finduser&uid={$post['uid']}"><font color="black">Find More Posts By User</a></td></tr></font>
</table>
</div></form>
please look it over and correct what i have done wrong....
i already saw ZiNgA BuRgA's version...but i wanted to do my own...since i could not get it to work.
while i am asking experts...how do i make plugins...
when i say that what do i put in the php files so that they edit the templates i want them to edit.....
i understand a lot about templates and mybb...but i kinda lack at php....
so if anyone can point me in the right directions (short of w3 schools)
i would be grateful
thanks again
Feel free to PM me if you have any issues with the community.
