PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Miscellaneous Foobar (http://www.photoplog.com/forum/forumdisplay.php?f=4)
-   -   Useful Mods (http://www.photoplog.com/forum/showthread.php?t=855)

Parabat 12-28-2006 12:27 PM

Useful Mods
 
Hi Morgon

There are two features I have seen on your board that would be very helpful to me. I was wondering if they are your own mods or if you got them of the org site.
The first one appears at the top of your thread stating that the last post was over a month ago in red. Not sure if you know what I'm refering to, but if you could assist, that would be great.
eg. "Attention: Last reply in this thread was more than 7 Months ago"

The second one is your "Recents Posts" dropdown menu. That is a great idea. Any help please :D

-Parabat

Morgan 12-28-2006 03:05 PM

1: Last Reply Alert: Add last reply alert under new reply button

2: In the vB navbar template find:
Code:

<!-- NAVBAR POPUP MENUS -->
And afterwards add the following:
Code:

<div class="vbmenu_popup" id="navbar_posts_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">Recent Posts</td>
        </tr>
        <tr>
                <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">Get Daily Posts</a></td>
        </tr>
        <tr>
                <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">Get New Posts</a></td>
        </tr>
        <tr>
                <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&amp;days=5" accesskey="2">The Last Five Days</a></td>
        </tr>
        <tr>
                <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&amp;days=10" accesskey="2">The Last Ten Days</a></td>
        </tr>
        </table>
</div>

Then use the following link in the vB navbar template:
Code:

<!-- nav buttons bar -->

There is a table between these two comments. In this table use this link:

<td id="navbar_posts" class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">Recent Posts</a> <script type="text/javascript"> vbmenu_register("navbar_posts"); </script></td>

<!-- / nav buttons bar -->


Parabat 12-29-2006 10:18 AM

GREAT!!
 
Thanx once again Morgan! I guess you'll never get tired of being thanked for your great work :D

-Parabat


All times are GMT. The time now is 12:48 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.