PDA

View Full Version : Need help with referrers, permalink and thumbnail info


martinhruda
04-29-2005, 09:58 PM
Hello everybody,

I wonder if someone could help me. First of all, I'd like to ask for help with the referrers page. How to create such a page where the referring websites will be shown? Is there an addon or a code for that? Or shall I use some web service?

My second query is about the permalink. Is there any tag to be placed in the page html code to create such a link?

And at last, I'd like to ask if there's any possibility to show date and name next to each thumb shown in the browse_archive page?

Thank you very much for your help guys

GeoS
04-29-2005, 11:07 PM
1) There is such template in one of template sets. You must remake it (or not) to your current template.

2) More or less permalink is current (for watched photo) URL.

3) Read docs/pixelpost-tags.txt, look on addons section on main page of PP, ...

Joe[y]
04-30-2005, 10:38 AM
Just gonna add a little more detail...

1) Use the <REFERERS> tag in a referers_template.html to display the list of referers. You'll then find the referers at index.php?x=ref

2) I use:

<a href="index.php?showimage=<IMAGE_ID>" title="Permanent Link: <IMAGE_TITLE>">PERMALINK</a>

to display the permanent link of images.

3) See GeoS's response.

martinhruda
04-30-2005, 01:48 PM
thanx guys