View Single Post
  #5  
Old 08-04-2006, 10:53 PM
cheesegrits's Avatar
cheesegrits cheesegrits is offline
Orange Plog
 
Join Date: Jun 2006
Posts: 104
Gallery: 2
Comments: 1
Default

Code:
Content visible to registered users only.
I run v3 Arcade and PhotoPlog with no problems, so rest assured it can be done!

First thing to try is the base href trick detailed here. This should solve most relative vs absolute link issues you may be having from 'plog. If it does work, you need read no further.

If for any reason that doesn't do it for you, you could simply edit your navbar link for Arcade and make it "absolute" (i.e. starting with /forumname) to get it to work right from 'plog. Just edit your navbar template, and make your Arcade link look like this:

Code:
Content visible to registered users only.
You may need to change the /forums to whatever your forum directory is called. Likewise you may have to do the same thing to any other links to mods which reside anywhere other than in the standard forum home dir. For instance, you may have to do this to your Gallery link, so you can get to the Gallery from the Arcade.

If you don't know how to find and edit a template, just ask.

-- hugh

Last edited by cheesegrits; 08-04-2006 at 10:56 PM..
Reply With Quote