Quote:
Originally Posted by Boofo
Yes, it is looks that but I use vb:each to get each link from the settings. I don't add them one by one. This is what I use in the template (wrapped in a vb:each) to get it to make the menu:
Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post&days={vb:raw postdays}">{vb:rawphrase boofo_posts_from_last_x_days, {vb:raw postdays}}</a></li>
|
Since the settings are where the number of days are contained, get the template out of your head. It's not needed anymore.
Put the links in the navigation table and the phrases for those links in the phrase table via the admin_options_processing hook once and you're done.
The only time they would need to be updated is if the settings change and then you just update them via the same hook.