View Single Post
  #5  
Old 01-26-2006, 03:44 AM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Did you happen to modify any of the PhotoPlog files? What I see happening is that HREF attributes are being made into absolute links, but attributes like SRC remain relative links. If you didn't modify any PhotoPlog files, is there something special you're doing to output your skin? Also, I see you're using BACKGROUND attributes, but PhotoPlog doesn't recognize those as they are depreciated. For that you can use STYLE instead of BACKGROUND or in settings.php find:
Code:
Content visible to registered users only.
And replace with:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote