PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   VB3 Templates (http://www.photopost.com/forum/photopost-pro-how-do-i/121893-vb3-templates.html)

mahiramcom January 2nd, 2006 07:19 AM

VB3 Templates
 
Hi,

I have two templates in VB3. They are named as follows:
  1. Chat Layout
  2. Photos Layout

I'd like to run my Vb3 forum on the Chat Layout template, so I have it configured as the default template under VB Options > Style & Language Settings > Chat Layout

Now, I have the integration enabled in PhotoPost as follows:

Administration > Edit Integration > vB3 INTEGRATION > Do you want to enable the vB3 Integration which uses your vB3 headers, footers and styles?: ON

Problem:
By default, PhotoPost is using the default tempate in Vb3 forum i.e. "Chat Layout". How do I configure PhotoPost to use the "Photos Layout" instead?

Please advise.

mahiramcom January 7th, 2006 06:03 AM

Why hasn't anybody replied to my post? I purchased this software and now I dont' get any support for it?

Chuck S January 7th, 2006 06:14 AM

Sorry but your post was buried. Now changing styleid's you need to use the normal vb way of doing this as this is basically a VB support issue.

They pass in the url a styleid variable

So in your link to the gallery code it like so

http://www.domain.com/gallery/index.php?styleid=6

then in a link back to the forum make sure the link points to say this

http://www.domain.com/forums/index.php?styleid=4

mahiramcom January 12th, 2006 11:18 PM

Thanks for your solution. I don't think it's feasible to pass the argument styleid=6 to Photos section as I can't update all the links within the Photos to use that tag.

For example:

I code Photos section as http://domain.com/gallery/index.php?styleid=6

Now, on the main page of the Photos section I see a link called... User Albums...

I click on the User Albums link that is still coded as:

http://domain.com/gallery/useralbums.php

and it's missing the styleid tag.

Any suggestions or work around this issue? Can't I specify in the PhotoPost control panel on what style id it should use from vb settings?

Chuck S January 13th, 2006 08:31 AM

Well You need to update any links outside of photopost but you can in header-inc.php say add this line in bold.

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 10:08 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