|
#1
|
|||
|
|||
|
Paged Archive Addon Tags - not working right?
Hi There
I'm using this addon: PageByPageArchive for category and month + mod_rewrite v1.7β I've been setting it to show 36 thumbs a page, but it do show all. I wan't only to show max 36 thumbs. And that if it's by categoy, date og tags. Maybe someone know a template, there use the addon? I think it's more easy to look at a template, than someone start to tell me, what I'm doing wrong. Or maybe someone can tell me, what I'm doing wrong? At the moment I'm using the <THUMBNAILS_WHOLE_PAGED> tag to show my thumbs. It makes no difference, if I use the <THUMBNAILS> or the <THUMBNAILS_WHOLE_PAGED> tag. I know that it's told on this page, how to do. But I'm not getting it to work right. I don't understand it right... http://www.pixelpost.org/extend/addo...th-modrewrite/ My page, if someone want to see it: http://www.aacphoto.com Best Regards, Thomas |
|
#2
|
|||
|
|||
|
I've been trying with the .htaccess, but I got a code 500... How do I put the mod_rewrite ON and put up the .htaccess right?
PageByPageArchive for category and month + mod_rewrite http://www.pixelpost.org/extend/addo...th-modrewrite/ The .htaccess RewriteEngine On RewriteBase / RewriteRule ^(about|downloads)/?$ index.php?x=$1 RewriteRule ^browse/?$ index.php?x=browse RewriteRule ^browse/([1-9][0-9]*)/?$ index.php?x=browse&pagenum=$1 RewriteRule ^browse/category/([1-9][0-9]*)/?$ index.php?x=browse&category=$1 RewriteRule ^browse/category/([1-9][0-9]*)/([1-9][0-9]*)/?$ index.php?x=browse&category=$1&pagenum=$2 RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4 RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4&pagenum=$5 RewriteRule ^browse/tag/([^/]+)/?$ index.php?x=browse&tag=$1 RewriteRule ^browse/tag/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&tag=$1&pagenum=$2 RewriteRule ^comment/submit$ index.php?x=save_comment RewriteRule ^comment/([0-9]+)$ index.php?popup=comment&showimage=$1 RewriteRule ^(p|photo)/([0-9]+)$ index.php?showimage=$2 RewriteRule ^(p|photo)/([0-9]+)/rating/([1-5])$ index.php?showimage=$2&rating=$3 RewriteRule ^t/latest/?$ index.php?showthumb=latest&thumbtag=image RewriteRule ^feeds/(rss|atom).xml$ index.php?x=$1 I did put my .htaccess at the root, because of I have my pixelpost at the root. Best Regards, Thomas |
| Post Reply |
| Thread Tools | |
|
|