Member
Member
icco   2006-01-16, 04:51
#1

on line 849 of the template functions file

it is:
printLink(WEBPATH . '/admin/?page=editcomment&id=' . $_zp_current_comment['id'], $text, $title, $class, $id);

it should be:
printLink(WEBPATH . '/zen/admin.php?page=editcomment&id=' . $_zp_current_comment['id'], $text, $title, $class, $id);

great program, keep up the great work.

Member
Member
icco   2006-01-16, 05:15
#2

found another i think.

on line 786 of admin.php it looks like this:
. (zp_conf("mod_rewrite") ? "../$album/$image" : "../image.php?album=".urlencode($album)."&image=".urlencode($image))

this doesnt work for me, and when using the gallery i found it works best when ths line is like this:

          . (zp_conf("mod_rewrite") ? "../$album/$image" : "../index.php?album=".urlencode($album)."&image=".urlencode($image))
Member
Member
Luckyspin   2006-01-16, 08:46
#3

Icco, are you using mod_rewrite? Those links should and do work for me. I'm wondering if there is some other pathing issue at work here.

Member
Member
icco   2006-01-16, 18:26
#4

no i am not using mod_rewrite.

Member
Member
sturmgas   2006-02-08, 20:53
#5

Muchas gracias
I had the same problem wich was 'caused by another etc.

Developer
Developer
trisweb   2006-02-10, 23:56
#6

Yes, I think that first one was wrong... it assumed mod_rewrite. I'll fix it now.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.