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 - Lucifix

Pages: 1 ... 19 20 21 22 [23] 24 25 26 27 ... 29
331
Mods & Plugins (Requests & Discussions) / Sort by date
« on: June 10, 2003, 10:03:40 PM »
:) i'm glad that you understood me now.

Hm... one little problem:
http://slo-foto.portal.si/modules.php?op=modload&name=NukeWrap&file=index&page=http://slo-foto.portal.si/4images/search.php?search_keywords=***

define('MIN_SEARCH_KEYWORD_LENGTH', 3); <-- is set in constants.php

And thank you very much for helping me.

332
Mods & Plugins (Requests & Discussions) / Sort by date
« on: June 10, 2003, 09:52:53 PM »
Yes i set all $HTTP_POST_VARS to $HTTP_GET_VARS. I have set this. Should i aslo insert {imgsort_dropdown_form} in page?

I know that you can set this in settings. I would like that members would see all photos together (no category), sorted by date.

333
Mods & Plugins (Requests & Discussions) / Sort by date
« on: June 10, 2003, 09:45:17 PM »

334
Mods & Plugins (Requests & Discussions) / Sort by date
« on: June 10, 2003, 09:25:41 PM »
hmm... what would be full link there.

etc. http://mysite.com/4images/????

335
Mods & Plugins (Requests & Discussions) / Sort by date
« on: June 10, 2003, 08:32:40 PM »
I don't know, but is it possible to sort all photos by date (ascending, descending)? I found one mode from v@no: http://www.4homepages.de/forum/viewtopic.php?t=3842&highlight=browse
but i just want in right panel link, where you browse all the photos in gallery by date. I just hope i didnt miss any of that mode here :oops:

336
ups i didnt tell  :oops:

well it just didn't! It was the same as it was without that code.

337
Mods & Plugins (Releases & Support) / [MOD] Votes saved in DB
« on: June 10, 2003, 07:11:11 PM »
Can we see any demo?

I would like to know if the votes can be see next to comments?

338
I was trying to put in comments row, link, that show user's commets from his profile (http://www.4homepages.de/forum/viewforum.php?f=15). The same as when you see how many photos has user uploaded, you click on it, and check them. I want to do the same with comments.

I edited members.php file and try to insert this in it:

before:
Code: [Select]
$total_user_images = $user_row['user_t_images'];

i added
Code: [Select]
   $total_user_comments = $user_row['user_comments'];
if ($total_user_comments > 0) {
        $total_comments_link = $site_sess->url(ROOT_PATH."member.php?action=showcomments&user_id=".$user_row['user_id']);
        $total_user_comments_link =  "<a href=\"".$total_comments_link."\">".$total_user_comments."</a>";
      } else {
       $total_user_comments_link = $total_user_comments;
      }
    if ($count == 0) {
      $row_bg_number = ($bgcounter++ % 2 == 0) ? 1 : 2;
      $userlist .= "<tr class=\"imagerow".$row_bg_number."\">\n";
    }


Where did i make mistake?

339
Discussion & Troubleshooting / Missing MSN etc
« on: June 09, 2003, 10:17:30 PM »
okey dokey... i will try... but 1st... back-up database :D

ty

340
Discussion & Troubleshooting / Missing MSN etc
« on: June 09, 2003, 10:07:50 PM »
I just found out that MSN, yahoo and AIM are missing in my data base (mysql). Can anyone please tell me SQL funkction to insert it in  4images_users database.

Thanks,
Lucifix

341
ty v@no!  :)

342
How can i add thumbnails in all directories and on first page in center of the cell. Now they are all align on left site. But I can't find where to set this.

TY.
Lucifix

343
Discussion & Troubleshooting / Auto Resizable Pop Up
« on: June 09, 2003, 11:24:46 AM »
I found easier code...
Code: [Select]
<!-- Template file for JPG Files -->
<a href="#"

onClick="NewWindow=window.open('{media_src}','NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollb

ars=yes,resizable=yes,width=auto,height=auto,top=,left=');">{thumb}</a>


But still have some problems with inserting Title of window and margin.

Code: [Select]
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0> <- that one doesn't work

344
Discussion & Troubleshooting / Auto Resizable Pop Up
« on: June 09, 2003, 10:55:00 AM »
I am using this code in /templates/(your template)/media/jpg.html

Quote
<!-- Template file for JPG Files -->
<a href="{media_src}" target="_blank">{thumb}</a>


Only thumbnail shows with this code. And if you click on thumb, new window opens with original size of the photo.

But I would like to use Java script, so it won't open new IE with all bars in it, but just new window, with auto-resize function.

I have found this code, but have littel problems with inserting in it. Can anyone please help me?

Thanks.

Here is the code:
Code: [Select]

<!-- TWO STEPS TO INSTALL AUTO-RESIZABLE-POP-UP:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function CaricaFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<div align="center">
<TABLE BORDER="1" cellspacing=3>
  <TR>
  <TD align=left>
  <A HREF="javascript:CaricaFoto('/img/auto-resizable-pop-up/lg-1.gif')" BORDER="0">
  <IMG SRC="/img/auto-resizable-pop-up/1.gif" BORDER="0"></A>
  </TD>
  <TD align=center>
  <A HREF="javascript:CaricaFoto('/img/auto-resizable-pop-up/lg-2.gif')" BORDER="0">
  <IMG SRC="/img/auto-resizable-pop-up/2.gif" BORDER="0"></A>
  </TD>
  <TD align=right>
  <A HREF="javascript:CaricaFoto('/img/auto-resizable-pop-up/lg-4.gif')" BORDER="0">
  <IMG SRC="/img/auto-resizable-pop-up/4.gif" BORDER="0"></A>
  </TD>
  </TR><TR>
  <TD colspan=3>
  <DIV ALIGN="CENTER">Click for zooming the image at it's real dimensions...</DIV>
  </TD>
  </TR>
</TABLE>
</div>


<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  1.97 KB -->

345
Mods & Plugins (Releases & Support) / [Mod] Mini-Top
« on: May 26, 2003, 02:15:56 PM »
ups didnt see toto1 post...

Pages: 1 ... 19 20 21 22 [23] 24 25 26 27 ... 29