We recently installed a new theme on our forum, and we really like it, however when using the Profile Comments plugin, the notification link is a bit out of place. What we want to do is move it to the top links.
Here is what we are using.
Forum Software: MyBB
Theme: http://mods.mybb.com/view/sky-cotton
Profile Comments Plugin: http://mods.mybb.com/view/profile-comments
Forum: http://republicofvoices.net
Scroll to the bottom of the page to change to the Sky Cotton theme.
This is what it looks like:

We want to move the Profile Comments link and notification thing down to the Top Links. (Next to Help) We tried moving the code that is used to display the Profile Comments to the Top Links, but it didn't work.
We've also tried to add toplinks by using an attribute (href="site_destination"{otherthings}) to get it to work also, but no matter what we do, the profile comments button stays as boring gray text in the corner.
Any suggestions of what to do? If you need any more information, let me know and I'll try to find it right away.
Edit: We figured it out!
Here is what we are using.
Forum Software: MyBB
Theme: http://mods.mybb.com/view/sky-cotton
Profile Comments Plugin: http://mods.mybb.com/view/profile-comments
Forum: http://republicofvoices.net
Scroll to the bottom of the page to change to the Sky Cotton theme.
This is what it looks like:

We want to move the Profile Comments link and notification thing down to the Top Links. (Next to Help) We tried moving the code that is used to display the Profile Comments to the Top Links, but it didn't work.
Code:
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
We've also tried to add toplinks by using an attribute (href="site_destination"{otherthings}) to get it to work also, but no matter what we do, the profile comments button stays as boring gray text in the corner.
Any suggestions of what to do? If you need any more information, let me know and I'll try to find it right away.
Edit: We figured it out!







