hi i need help to add link in album

fastwings

Joined: 2006-04-28
Posts: 3
Posted: Fri, 2006-04-28 20:47

ok its like that i try add full image url to a script i try fellow by ur guides but i lost there
i try edit the tpl in the core/blocks/Navigator.tpl
ok
i add
something like that
<a href=#>
{php}
global $gallery,$i;
$photo = $gallery->album->getPhoto($i);
echo "$href.".$photo->image->type;
//echo "$href.sized.".$photo->image->type;
{/php}
</a>
and then change at to
<script>
function Open_win(picpath){
window.open("http://www.moblin.com/imgcroper/cropview.aspx?partnerid=1234&imagepath=" + escape(picpath),
"Croper","height=570,width=600,top=50,left=50,scrollbars=no")
}
</script>
<a href=# onclick=javascript:Open_win('{g->url arg1="view=core.DownloadItem" arg2="itemId=`$child.id`"}');
but its faild plz help
i really dunn what to do
but me issue here its that i dont get the path and really dunn know how fix at plz help me i need the really path of the pic cuz i need give at to the gate way for send via mms
thx in advs

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2006-04-28 21:39

$gallery->album->getPhoto($i) ?? there is nothing in G2 like that..
maybe $theme.item.id instead of $child.id

 
fastwings

Joined: 2006-04-28
Posts: 3
Posted: Sat, 2006-04-29 06:52

look that the problem i have trying find raaaead questions that ppl asking and that what i find its
can u plz help show me how i make at done?

 
fastwings

Joined: 2006-04-28
Posts: 3
Posted: Sat, 2006-04-29 14:57

armm ok sry for duble post but i trying time fatch the real path of the image
<div align=center>
<a href=window.open("http://www.moblin.com/imgcroper/cropview.aspx?partnerid=1234&imagepath={g->url arg1="view=core.DownloadItem" arg2="itemId=`$child.id`" forceFullUrl=true"},"Croper","height=570,width=600,top=50,left=50,scrollbars=no")> Send Via MMS</a>
</div>
have 2 problem with this
a. its give something like <a href="window.open(" http://www.moblin.com/imgcroper/cropview.aspx?partnerid="1234&amp;imagepath=http://www.thegallery.tv/Gallerys/Love/main.php?g2_view=core.DownloadItem&amp;g2_itemId=&quot;,'Croper','height=570,width=600,top=50,left=50,scrollbars=no')&quot;"> Send Via MMS</a>
b. its not even give a popup
plz help thx in advs...

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sat, 2006-04-29 15:41

1) as I said before, $theme.item.id not $child.id
2) href="javascript:window.open(.........