Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - callme

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / webcam Mod
« on: May 21, 2006, 09:40:01 AM »
hello

i am traying to added webcams to my gallery

how it is possible please to change the Template file for JPG to when in the upload the option webcam in  cat_id = 48 

this template is correct


thanks for your help  the is an erreure in the template




Quote

<!-- Template file for JPG Files -->
<p align="center"><img src="{media_src}" name="myImageName" >

<input type="hidden" name="cat_id" value="{cat_id}" />

<script language="JavaScript">




if (cat_id=48)
{
time=10000
}
else
{
time=1000000
}

function reloadImage() {
if (document.images) {
document.images.myImageName.src = '{media_src}?' + (new Date()).getTime();
}
setTimeout('reloadImage()',time);
}
setTimeout('reloadImage()',time);
</script>
</p>

2
Hello

sory for my bad englech

i hope to put a text  "copyrighter www.mysiteweb.com" in  all the  image of my gallery

How it is possible please
thanks

3
Hello
sory for my bad englich

i have a probleme in the administration of the groups

see this please

i aploade the admin directory but i have usualy the same probleme

i have no possibility to change nathing



thanks for your help

Pages: [1]