PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   Dynamic Link to / from gallery.... (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/130800-dynamic-link-gallery.html)

titodj March 6th, 2007 11:47 AM

Dynamic Link to / from gallery....
 
Im using VB 3.6 VBgallery 2.1 and VBadvanced CMPS v2.2.1

I have added this code to my NavBar, and have dynamic links to and from Home and Forum....

My question is what do I have to add to have a link in my NavBar to and from the gallery...

Regards...

Code:

Content visible to verified customers only.

Zachariah March 6th, 2007 03:11 PM

Well all gallery files have that are seen has
define('PP_SCRIPT', 'vBGallery');

also:

define('THIS_SCRIPT', 'somename');


Code:

Content visible to verified customers only.
I think I seen a post that a few people created here in the forums.
- I'll do some searching.

Zachariah March 6th, 2007 03:22 PM

try this:

If not VBA portal show "Home".
If Gallery or VBA portal show "Forum"
If not a gallery page show "Gallery"

Code:

Content visible to verified customers only.

titodj March 6th, 2007 03:39 PM

Replacing the code I added??

Code:

Content visible to verified customers only.

Zachariah March 6th, 2007 03:57 PM

Yes this should do what you want.

titodj March 8th, 2007 07:10 AM

It dosent work...

This are OK:

Home > Forum
Forum > Home
Forum > gallery

But Home to Gallery point to Home
And no links appear on the Gallery NavBar...

Regards...


All times are GMT -5. The time now is 08:22 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97