@indie: will put your requests on a think-about, might-do list, but for the second, maybe try a profile field as an alternative.
@nitro:
Code:
If I am on http://www.domain.com/portal/forums/index.php the first menu link is <a href="/portal/modules.php?name=Fig">Somewhere</a> which leads to
http://www.domain.com/portal/modules.php?name=Fig but your dupe dir is /portal/forums so when I'm on http://www.domain.com/portal/photoplog/index.php
that same first link in the menu becomes <a href="http://www.domain.com/portal/forums/portal/modules.php?name=Fig">Somewhere</a> because
<a href="/portal/modules.php?name=Fig">Somewhere</a> is a relative link. As <a href="/portal/modules.php?name=Fig">Somewhere</a> is meant to lead to
http://www.domain.com/portal/modules.php?name=Fig go into the templates and set the absolute link so that <a href="/portal/modules.php?name=Fig">Somewhere</a>
becomes <a href="http://www.domain.com/portal/modules.php?name=Fig">Somewhere</a> in the template. Remember that when PhotoPlog makes absolute links, it
prepends http://www.domain.com/portal/forums on the relative links, after removing dupe dir if present, but if this makes an incorrect link, then you need to
set the absolute link manually as no prepending of http://www.domain.com/portal/forums is done on absolute links.
@allstar55: look in the following directories via FTP:
- /images/469/
- /images/469/large
- /images/469/medium
- /images/469/small
Is the max still 96 KB for the image?