coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: latic on May 03, 2004, 05:45:21 AM

Title: Help with a slight scripting thing
Post by: latic on May 03, 2004, 05:45:21 AM
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
Title: Re: Help with a slight scripting thing
Post by: Joachim Müller on May 03, 2004, 07:52:07 AM
please post a test user account username and password.

GauGau
Title: Re: Help with a slight scripting thing
Post by: latic on May 03, 2004, 02:19:05 PM
User: Monkey
Pass: test
Title: Re: Help with a slight scripting thing
Post by: Casper on May 03, 2004, 03:18:47 PM
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 -->
Title: Re: Help with a slight scripting thing
Post by: latic on May 03, 2004, 04:06:40 PM
That'd work but i believe i then wouldnt have an image for the link
Title: Re: Help with a slight scripting thing
Post by: Casper on May 03, 2004, 04:18:31 PM
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>
Title: Re: Help with a slight scripting thing
Post by: latic on May 03, 2004, 05:25:04 PM
ok cheers i'll change it and then we'll see  :)
Title: Re: Help with a slight scripting thing
Post by: latic on May 03, 2004, 05:28:51 PM
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!