vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Album link? (https://vborg.vbsupport.ru/showthread.php?t=195107)

Mellymonster 10-31-2008 10:27 PM

Album link?
 
How do you add a link to all albums in the nav bar? I been searching and can't seem to find one... :confused:

JWL 11-03-2008 02:29 PM

Quote:

Originally Posted by Mellymonster (Post 1656851)
How do you add a link to all albums in the nav bar? I been searching and can't seem to find one... :confused:

It is pretty simple really

Edit your navbar in your templates for each style you have

Locate an existing link (example) search the navbar template for FAQ

this should produce something like
PHP Code:

        <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]accesskey="5">FAQ</a></td

you can copy that entire string and past it any place between the
PHP Code:

<!-- nav buttons bar -->
and 
<!-- / 
nav buttons bar --> 

So for instance you may want to move some items around to give a better flow such as
PHP Code:

        <td class="vbmenu_control"><a href="[B]index.php[/B]$session[sessionurl_q]accesskey="5">Home</a></td>
        <
td class="vbmenu_control"><a href="[B]album.php[/B]$session[sessionurl_q]accesskey="5">Photos</a></td

the key is this for your Albums home page
PHP Code:

        <td class="vbmenu_control"><a href="[B]album.php[/B]$session[sessionurl_q]accesskey="5">Photos</a></td

Change say Photos to Forums or Home
Change the xxx.php to the correct file such as album. or index.

Hope it helps

DarwinsMessenge 01-06-2009 05:01 AM

Thanks JWL, it sure helped me.

When I do this, though, I get the current user's album only. Can this point to the top level, all albums?

OR

Since my forum is VERY new and there are no users or albums, is this the default?

TIA

JWL 01-06-2009 02:08 PM

Hi Darwin

Here is the mod I used for that Link All Albums

DarwinsMessenge 01-06-2009 08:36 PM

Thanks again, installed that and it's great.


All times are GMT. The time now is 01:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01139 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete