PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.0.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/)
-   -   Different Style than the Forum (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/119030-different-style-than-forum.html)

TheComputerGuy August 24th, 2005 02:31 PM

Different Style than the Forum
 
I would like for this to use a different style than the forum.

Is there anyway to do this like in the vBCMPS

Brian August 25th, 2005 01:02 PM

Re: Different Style than the Forum
 
Look in your gallery_global.php file for this line:
Code:

Content visible to verified customers only.
Right above that, add this:
Code:

Content visible to verified customers only.

Hoof September 2nd, 2005 08:29 AM

Re: Different Style than the Forum
 
I am trying to do the samething and that didnt work. Any idea why?

Hoof September 3rd, 2005 06:41 PM

Re: Different Style than the Forum
 
How long does it take to get support around here? Id really like to get this working.

Brian September 5th, 2005 05:14 PM

Re: Different Style than the Forum
 
There's no reason it shouldn't work if you've added the correct code and are running vB 3.0.x.

Hoof September 9th, 2005 05:49 AM

Re: Different Style than the Forum
 
Brian i am using vB 3.0.7, ive tried with every styleid number i have and nothing, ive also tried every variation of the code i can think of to no avail. Here is what i have in gallery_global.php:

Code:

Content visible to verified customers only.

Brian September 9th, 2005 04:31 PM

Re: Different Style than the Forum
 
Try looking in your global.php file for this code:
Code:

Content visible to verified customers only.
And right above it add this:
Code:

Content visible to verified customers only.

Hoof September 17th, 2005 01:10 PM

Re: Different Style than the Forum
 
Brian that didnt work either. Ive been trying to modify the code so to get it working but havnt been able to. I guess its not recognizing 'vba script gallery' or the original code is overwriting it? This is the global.php code that i think needs to be modified to get it working:

Code:

Content visible to verified customers only.
And then somewhere in there as you said insert:
Code:

Content visible to verified customers only.

Hoof September 28th, 2005 06:29 AM

Re: Different Style than the Forum
 
Well **** call me crazy but i need to get this working. I want my forums and my gallery to be completely different sharing only the same database of users.

Brian September 28th, 2005 10:55 AM

Re: Different Style than the Forum
 
Did you try adding the code exactly where I stated? In your post above you've added completely different code...

Hoof September 28th, 2005 09:04 PM

Re: Different Style than the Forum
 
Yes i did exactly what you said in post #7, replacing only the x with the styleid number.


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