PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Style Integration (http://www.photopost.com/forum/photopost-pro-how-do-i/114755-style-integration.html)

AllenAyres July 7th, 2005 07:02 PM

Style Integration
 
Sorry, didn't find this in the faq's.

When installing photopost, we're given the opportunity to set the name of the css style file we want to use from the forum. I'd like to use a different one now, but for some reason I cannot find in the admin where I change the name of the file.

A little help please?

Chuck S July 8th, 2005 06:16 AM

Is this in ubbthreads Allen?

Should be under forum settings in admin but I dont have a copy of threads running anymore to see. If note in database settings table entry 153 is the setting

ALTER settings SET setting='greenday' WHERE id='153'

AllenAyres July 8th, 2005 06:23 PM

No, I'm using threads, but I mean in photopost, where we set the particular threads stylesheet we want to use for forum integration - on photopost install we're given the opportunity to name the threads stylesheet we want to use for integration, but I can't find where to change it now :)

Wait, I see what you mean. Odd that we have to use a mysql command to change that setting. Any chance we can get it added back into the admin pages near the forum integration settings?

Chuck S July 8th, 2005 06:46 PM

well I need to find out why it is not displaying which most likely means digging out a threads copy and wiping the dust off ;)

AllenAyres July 8th, 2005 07:33 PM

??

Shouldn't it display in the photopost admin page? In this section?

/gallery/adm-misc.php?admact=options&ppaction=options&section=13

We're already setting the other forum integration settings in there, seems like a good place to edit which stylesheet we'd like to use :)

Chuck S July 8th, 2005 09:22 PM

It should be yes. I just said I would have to dust off a copy to install and test with

I can take a stab at it but without a test copy installed I cant be sure it will work.

In adm-misc.php find this

Code:

Content visible to verified customers only.
change to this

Code:

Content visible to verified customers only.

AllenAyres July 9th, 2005 12:53 AM

Thank you :) , I don't see any change with the new code, tho.

There's a yes/no box to say if I want to use integrated stylesheets, but no box to actually specify which one.

If you need one to practice on, let me know :)

Chuck S July 9th, 2005 07:09 AM

HMM with the code I noted to change it to it should display. Interesting. Basically that says if the version is not equal to those 3 that use it then dont display those two vars.


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