Matthew Hawley
Well-known member
Matthew Hawley submitted a new resource:
New Posts Glow - Make your new posts button glow.
Read more about this resource...
New Posts Glow - Make your new posts button glow.
As requested here: http://xenforo.com/community/threads/new-posts-glow.55935/.
1) Go to navigation and find:
Code:<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
with:
Code:<li><a href="{xen:link 'find-new/posts'}" rel="nofollow" id="newPostsGlow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase...
Read more about this resource...