Please take a look at Jrue.com
i've basically got it running just how i want to expect one thing. If you look at the Registration image on the naviagation bar once you are logged in it turns to My Gallery. Now the only thing i cant do is get that to link to the users gallery, does anyone have any ideas?
<!-- BEGIN alb -->
<td><a href="{MY_GAL_LNK}"</a><IMG height=31
alt="" hspace=0 src="themes/jrue/images/head_19.gif" width=104
border=0 ></td>
<!-- END alb -->
Thats my current code but basically it just goes to www.jrue.com/{My_GAL_LNK} which is no use.
Cheers,
James
please post a test user account username and password.
GauGau
User: Monkey
Pass: test
Try changing this;
<td><a href="{MY_GAL_LNK}"></a>
to this;
<a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a>
you should also change this;
<!-- BEGIN alb -->
and this,<!-- END alb -->
to this;
<!-- BEGIN my_gallery -->
and <!-- END my_gallery -->
That'd work but i believe i then wouldnt have an image for the link
Yes, I was only saying to change the bits betweem the '<a href' and the '</a>'.
So you would have;
<td><a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a><IMG height=31
alt="" hspace=0 src="themes/jrue/images/head_19.gif" width=104
border=0 ></td>
ok cheers i'll change it and then we'll see :)
http://www.jrue.com/
That doesnt work. It adds text above the image and also just links to www.jrue.com/{gall link}
Cheers for trying tho!