View Single Post
  #1  
Old 01-31-2006, 06:38 AM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default [Closed via Lite v.1.0.7] Absolute Links

For PhotoPlog Lite 1.0.6.2 and prior, a regex in the photoplog_absolute_links function does not absolute link relative links that match the following pattern:
Code:
Content visible to registered users only.
Examples:
Code:
Content visible to registered users only.
If you find yourself in this boat, go to vB ACP -> Styles & Templates -> Replacement Variable Manager -> [Add New Replacement Variable] and fill in the form you see on screen with something like the following examples:
  • Style: [your choice]
  • Search for Text: altmp/
  • Replace with Text: http://www.your-domain.com/forum/altmp/
  • Style: [your choice]
  • Search for Text: std_index.php
  • Replace with Text: http://www.your-domain.com/forum/std_index.php
This will fix the link problem until a patch is available. If all of your links work, ignore this post as you are not affected by this bug. Note, this bug is not the same issue as with duplicate directories where you'd see something like /forum/forum in the HTML source. For the latter, place /forum in the PhotoPlog Duplicate Directory setting.
__________________
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