> I am not sure if i am on right place to place bugs or my problems on
this group. Please let me know if this group founded for a different
perspective.
It's absolutely fine to post bugs or problems in this group. My
answers below.
> I got one more problem/bug,
>
> When i attach a URL with a page it does not work. Not on Linux
neither on Windows.
>
> e.g.
> http://www.pain-free.eu/How%20PainStopper%20Works
>
> for above page i added a url "HPSW"
> http://www.pain-free.eu/HPSW
>
> and when i access this url it just shows empty search results and
index page.
>
> I tried on pantha sand box. I created page "test 1" and add url "t1"
> http://www.pantha.net/sandbox_public/t1
>
> above page also does not work
The "attach URL" feature actually does not modify the URL of the page
itself but is meant to add related information to the page, in this
case the URL to a website. The website can then be navigated to by
clicking on the link in the viewmode layout.
We noticed that the version we released did not contain the URL in the
website layout that visitors see. I believe that your confusion stems
from there. We have already made the update to include the attached
URL so that visitors may see it and will update the package you can
download from http://www.pantha.net/download/ accordingly. We will
notify you once that's been completed.
As i saw that you modified the default template that we "ship" along
with the open-source release, you could also add the below code to
your template and upload back to your server.
---
{if $currentnode.url}
link: <a href="{$currentnode.url}" target="_blank"
class="url_link"><img s
rc="{$THEME_DIR}images/external2.gif" border="0" />
{$currentnode.url|truncate:100}
</a>
{/if}
---
Wherever you will place this code-snippet, it will display the URl
that you attached to the page.
> Many Thx in advance,
All the best,
Bjoern