PDA

View Full Version : How to show tags


Zenigata
07-04-2007, 12:12 PM
How can I show tags I've insert when I've uploaded a new image?

I've searched this forums but the replies are alway like "read the docs".

I've read the docs (/doc/tags.html) but it's only a list of tags and it doesn't make any example.

So, how can I show <TAG_LINKS_AS_LIST>, <TAG_LINKS_AS_LIST_PAGED>, <TAG_IMG_LIST> or <TAG_IMG_LIST_PAGED> in my template?

Thanks

Dennis
07-04-2007, 12:27 PM
Just place those tags in your template. They will be replaced with the contents of the tagclouds.

http://wiki.pixelpost.org/index.php?title=Add_a_tag
http://wiki.pixelpost.org/index.php?title=How_to_create_a_new_page%3F

Zenigata
07-04-2007, 12:39 PM
Just place those tags in your template. They will be replaced with the contents of the tagclouds.
[/url]

Sorry, but it doesn't work. I've placed the tags in image_template.html but tags doesn't show.

What's wrong with this code?

<div id="imagenotes"><TAG_IMG_LIST><br><TAG_LINKS_AS_LIST></div>

Dennis
07-04-2007, 01:02 PM
Basically nothing, what version are you on? Check in the admin panel under General Info.

Zenigata
07-04-2007, 01:12 PM
Basically nothing, what version are you on? Check in the admin panel under General Info.

1.6.0 (in the right direction) - April 2007

PHP-version 4.4.4 (Pixelpost's min requirement: PHP version: 4.3.0 )

MySQL version 4.1.21-standard (Pixelpost's min requirement: MySQL: 3.23.58 )

GD-lib bundled (2.0.28 compatible) with JPEG support

File Uploads to Pixelpost site are possible.

Server Software Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b

EXIF Pixelpost is using exifer v1.5 for EXIF-information.

Image Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755

Thumbnails Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

Dennis
07-04-2007, 02:56 PM
Could you post a link to the site in question? Preferable with an image template with those tags.

Zenigata
07-04-2007, 06:54 PM
Hi, my template in developement is here: http://fotoblog.zenigata.it/zenigata/

<div id="imagenotes"><TAG_IMG_LIST><br><TAG_LINKS_AS_LIST></div> is in the right column.

Dennis
07-05-2007, 05:42 AM
Ok, we are now one step closer to the solution: the tags are not processed (e.g. replaced with the HTML content).

Perhaps a stupid question but we have to exclude the obvious: did you update all files (in case of an update)? I've seen on a couple of occasions people forgot to update the files which caused some problems.

Please also check if the paged_archive addon is on. It is needed to replace the tags.

Zenigata
07-05-2007, 08:39 AM
Hi, I use a fresh installation of pixelpost. Page-By-Page-Archive for category and month, of course, is on.

Zenigata
07-05-2007, 12:02 PM
Solved! I've re-uploaded all files and now it works.

Thanks for your help.

Dennis
07-05-2007, 03:17 PM
No problem, we should make re-uploading the first thing people should do when having problems. :D

Enjoy your tags.