New Posts Glow [Deleted]

Matthew Hawley

Well-known member
Matthew Hawley submitted a new resource:

New Posts Glow - Make your new posts button glow.

As requested here: http://xenforo.com/community/threads/new-posts-glow.55935/.

30NbzqI.png


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...
 
What @DRE is after is something different in that it pulsates when there are new posts and only displays the pulsating effect when there are new posts.
 
I did not know that it only glowed when there were new posts. I did not ask for it to glow only when there were new posts. I did try this resource last night however but I could not get it to work. I think I may be having some weird caching issues with my templates or something. Anyway a user on here PMd me their own version of new posts glow and it shares nothing in common with azhria's code so thanks anyway.
 
Top Bottom