PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   5.14 CSS Not loading in IE + Login Problems(OPEN) (http://www.photopost.com/forum/photopost-pro-bug-reports/115893-5-14-css-not-loading-ie-login-problems-open.html)

MrConfigT September 28th, 2005 08:36 PM

5.14 CSS Not loading in IE + Login Problems(OPEN)
 
I have pp installed, and everything seems to work on my desktop and laptop. Though, when some clients view the photo gallery the CSS doesn't load in IE and sometimes not in Firefox. Even further, with IE the logins are not carried over from smf, nor will it allow me to login.

The CSS file is suppose to integrate from SMF, which it does on my laptop and desktop in firefox.

Any ideas?

Chuck S September 28th, 2005 08:54 PM

Well what are there styleid's in the database?

The login you need to make sure the smfcookie name is specified in photopost and that everyone access's the forum and photopost on the same domain. SMF is not intuitive enough of a program to allow users the option to set cookie domains like other forums yet meaning you could set the domain to .domain.com to work with or without www so if someone goes to the gallery on domain.com and the forum on www.domain.com of course the cookie is not carried over

I think that is probally your issue

Now the style like I said whats there styleid?

What your default theme id number set to in settings table

If the user's style is 0 or empty we set the style to your board default style number

Code:

Content visible to verified customers only.

MrConfigT October 2nd, 2005 10:46 AM

Hey, I've worked out the bugs with the domains. Now the problem I have is this. Only two members can load the css from SMF. Myself and the other administrator. For everyone else the CSS fails to load. Is there something else I'm not setting up correctly? This happens in both IE and FF.

Chuck S October 2nd, 2005 10:56 AM

Based on the query above where we grab the default stylesheet for members who do not have one what is the default template set to in SMF admin

View your smf config table and see what value is under theme_default. it should be something higher than 0

In SMF try setting a theme default and see if this helps


All times are GMT -5. The time now is 03:45 PM.

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