View Single Post
Old February 1st, 2009, 01:29 PM   #1 (permalink)
Luciano
Moderator
Verified Customer
 
Join Date: Aug 2005
Posts: 1,231
non validating urls in profile template

i am looking trough the templates.. and in template:adv_gallery_member_block

all the links in my stuff are:
1. not very appealing.. (lots of empty not needed vars)
example:

<a href="$ppg_options[gallery_url]/browseimages.php?$session[sessionurl]s=&do=member&catid=&imageuser=$userinfo[userid]&searchid=&orderby=views&direction=DESC&cutoffdate=-1">

and:
2. the page will not validate because of the missing ampersands.. so that url should be:

<a href="$ppg_options[gallery_url]/browseimages.php?$session[sessionurl]&amp;do=member&amp;imageuser=$userinfo[userid]&amp;orderby=views&amp;direction=DESC&amp;cutoffdate=-1">

------------

there a couple of those in that template..
please forward to michael.

Luc
Luciano is offline   Reply With Quote