View Single Post
  #4  
Old 03-10-2006, 11:06 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Let's assume your HTML source contains the following IMG tag:
Code:
Content visible to registered users only.
Where my_images is a directory inside your forums directory.

Then you'd add to the PhotoPlog settings like follows:
  • Relative Links
    Code:
    Content visible to registered users only.
  • Absolute Links
    Code:
    Content visible to registered users only.
Remember to add items to the same line in each box.

The premise is that you need to add items to Relative Links that need to be made into Absolute Links so things link correctly. On a fresh vB install, the default items in Relative Links, with corresponding items in Absolute Links, suffice, but for different skins and such, there may need to be more items in Relative Links, with corresponding items in Absolute Links, so things link correctly. It works this way because PhotoPlog can be installed anywhere, inside or outside the main forum directory, so PhotoPlog needs to know absolute locations. If you find something not linking correctly, the easiest thing to do is take a look at the HTML source: look for action, href, new, onclick, src, url, var, and window.location bits.
__________________
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