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.


Messages - sigma.

Pages: 1 2 [3] 4 5 6 7 ... 10
31
works great. thank you!

32
Mods & Plugins (Requests & Discussions) / Re: time released uploads
« on: August 23, 2008, 05:46:34 PM »
Thanks for the work you put into this budduke. I will definitely add this mod when you update the code. Very useful mod.
Stay Cool!

33
Mods & Plugins (Requests & Discussions) / Re: time released uploads
« on: August 23, 2008, 03:55:39 PM »
Before I go ahead and implement this MOD, is there anyway one of you can rewrite this code or clean it up? I'm sure the initial code is good and will work but I like the idea of keeping it simplified like V@no says since I have lots of MODs installed already.

V@no, do you think the original code is good to go? or should I hold off?


34
Dam. I'll keep trying to get it to work. Anyone have it working with 1.7.6 ?

35
Good to hear it works for 1.7.6. I have it working to a point. I'm running into this error with one of the modifications applied to this mod. Can some one tell me what it means and how I can fix it?

Code: [Select]
Fatal error: Call to undefined function add_to_stats_user_ids() in /home/cydonian/public_html/photos/details.php on line 636
It only happens when I try to uncomment the following in my details.php

Code: [Select]
    if ($user_info['user_level'] >= USER)
    add_to_stats_user_ids($image_id, "h"); // Mod: Track User action (images hits)

When theres an undefined function how can I track down where the problem is? I'm running out of places to look.

36
Mods & Plugins (Requests & Discussions) / Re: time released uploads
« on: August 17, 2008, 09:40:56 PM »
This is exactly what I need. It would save me allot of time to upload everything at once and set each image to publish one day after each other instead of doing it manually everyday. I will also give this a try and let you know.

I would of thought that with the new version of 4images 1.7.6, since there is a calendar tool beside the date and time for each image, that it would do just this. Unfortunately If you put your image to a future date it has no affect. Which is pointless.

Thanks for this!

37
so how does one do step 1 in phpmyadmin?
I know i could do each individually but how can i do them all at once?

38
Very cool Idea. Its like a Facebook wall for your 4images Profile.
I will give it a test.

39
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: August 17, 2008, 04:13:45 AM »
good to know. thanks again!

is there any way to make a word in "quotes" javascript friendly? I tried """, but that had a nasty effect.

40
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: August 17, 2008, 02:28:44 AM »
oh wait. i got it.

Code: [Select]
onmouseover="Tip('<?=str_replace("'", "\\'", str_replace("\r", "", str_replace("\n", "\\n", "<b>{image_name}</b><br />{lang_description} {image_description}<br />__________<br />{lang_comments} {image_comments}")));?>', BALLOON, true)"onmouseout="UnTip()">
thanks V.

now please.. what exactly did you do to get this to work? what does str_replace function do? string replace?

41
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: August 17, 2008, 01:07:13 AM »
So should my thumbnail_bit.html look like this then?

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<table width="" border="0" cellspacing="0" cellpadding="" onmouseover="Tip('<?=str_replace("'", "\\'", str_replace("\r", "", str_replace("\n", "\\n", "<b>{image_name}</b><br />{lang_description} {image_description}<br />__________<br />{lang_comments} {image_comments}")));?>')" onmouseout="UnTip()">
  <tr>
    <td>{thumbnail}</td>
  </tr>
</table>
<font color="#FF0000">| </font> <b>{image_name}</b>
<br />
| <a href="{cat_url}">{cat_name}</a><br />

It works if I remove this:
Code: [Select]
onmouseout="UnTip()">
but then the tooltip doesnt go away. Where should I position the onmouseout call?

42
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: August 16, 2008, 10:24:04 PM »
love this. thanks for sharing!
I have one bug though.

It looks like any type of special character other than text (',",url,html,! and even spaces) cause the tooltip to not display, and sometimes mess up the thumbnail alignment in 4images.

Anyone know how to enable special characters in the tooltip?

43
Discussion & Troubleshooting / Re: Remove inactive members
« on: August 16, 2008, 06:40:10 AM »
Found this - http://www.4homepages.de/forum/index.php?topic=13491.0

But is it possible to delete them all together without causing a complete meltdown of my database?

44
Discussion & Troubleshooting / Remove inactive members
« on: August 16, 2008, 06:38:45 AM »
Is there any way to remove inactive members. Lets say, remove members who have not logged into the in over a year?

45
Mods & Plugins (Requests & Discussions) / Re: [ADD-ON] Image Zoomer
« on: August 15, 2008, 02:23:11 PM »
perfect :)

you rock.

Pages: 1 2 [3] 4 5 6 7 ... 10