Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
Is there a way to add a link to the postbit profile dropdown plugin? It uses links in this fashion:
<div class="popup_item_container">
<a href="'.$mybb->settings['bburl'].'/ezgallery.php?action=myimages&u='.$post['uid'].'" class="popup_item">View My Photos</a>
</div>
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
(2011-07-20, 05:09 PM)euantor Wrote: Yeah, try this:
<div class="popup_item_container">
<a href="'.$mybb->settings['bburl'].'/member.php?action=profile&uid='.$post['uid'].'&area=userpage" class="popup_item">View My Userpage</a>
</div>
Should work off the top of my page, though the area may be userpages
That seems to work good! Thanks!
Also, where do you access the master list of userpages created? Is it viewable to everyone or just mods/admins?
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!