cotonti.com : My files popup https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 25 Feb 2026 02:53:45 -0000 pieter Di, 06 Okt 2009 20:30:50 -0000 Kilandor Di, 06 Okt 2009 19:31:52 -0000 pieter After clicking, it doesn't close, but goes to background.
This is nice, because the user sees something happening.]]>
Di, 06 Okt 2009 17:42:58 -0000
Kilandor Di, 06 Okt 2009 16:42:14 -0000 Draeghonov
I feel that it should be implemented!
It's so easy to have the pop up when you create a news item, or a page.
We are about to restart our website, and downloads will be a big part of the site.
Common procedure is that the members will upload the files with pics into their pfs.
Then they will start to add pages.
I know that I will get massive pm's asking me where the pfs pop up buttons are...]]>
Ma, 05 Okt 2009 15:17:07 -0000
foxhound
For the record, I have 217 Folders with 7823 Files. Imagine if I have to navigate through that for every new file I want to add to the page I am working on at that moment. That will increase work load a lot.......and annoyance to if you dont mind me saying ;)]]>
Thu, 12 Feb 2009 04:39:11 -0000
Trustmaster Thu, 12 Feb 2009 00:59:40 -0000 HarryRag But if the options as an config value would be nice to have, would save me from editing that files every update ;-)]]> Wo, 11 Feb 2009 23:13:59 -0000 medar Many Sed users complained that "PFS does not work" - after clicking on the link "nothing happens", as the popup window to obscure the input field.

May be need to create in next release config value for pfs popup - "Close popup window after insert of link".]]>
Wo, 11 Feb 2009 22:02:54 -0000
HarryRag
Got a question about the "My Files/ File Space" Popup:
If I click the my files link below the textboxer it opens up it should, but it closes directly after clicking on 1 file it's link for thumbs, full image or direct link to the particular file.
Cause the smiley popup allows you to add more then 1 smiley when popped up, but the My files popop closes on a single on a item.


Is this as it was ment to be, or is there a setting that I can allow stay the popup open so I could add more then just 1 thumb or full image at once?

Regards,
HarryRag

[updatemode]

Just found where I needed to be:
If I remove the " window.close();" from the 3 functions in pfs.inc.php on lines 611 >> 625, then the popup remains open like it was in Sed.


<script type=\"text/javascript\">
//<![CDATA[
function help(rcode,c1,c2)
	{ window.open('plug.php?h='+rcode+'&amp;c1='+c1+'&amp;c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=512,top=16'); }
function addthumb(gfile,c1,c2)
	{ opener.document.".$c1.".".$c2.".value += $addthumb; window.close();}
function addpix(gfile,c1,c2)
	{ opener.document.".$c1.".".$c2.".value += $addpix; window.close();}
function addfile(gfile,c1,c2)
	{ opener.document.".$c1.".".$c2.".value += $addfile; window.close();}
function picture(url,sx,sy)
	{ window.open('pfs.php?m=view&amp;id='+url,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0'); }
//]]>
</script>
";
]]>
Wo, 11 Feb 2009 20:35:09 -0000