| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Tim1681 -
 
  Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
  | 
		 | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		awanagana -
 
  Joined: 15 May 2005 Posts: 1
 
  | 
		
			
				 Posted: Sun May 15, 2005 6:01 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				It's brillant!!!!
 
 
Is there a way to implement a "save object as" triggered by the right click too?
 
 
Thank you in advance! | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		Tim1681 -
 
  Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
  | 
		
			
				 Posted: Sun May 29, 2005 8:15 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				You could implement one in by putting in an HREF to 'Save' the file.
 
 
Just change the body line from what it is on the site to:
 
 	  | Code: | 	 		  
 
<tr onMouseOver="this.style.backgroundColor='#252525'" onMouseOut="this.style.backgroundColor=''" onclick="location.href='<!-- #echo var="DIRLIST_FILE_URL" -->'">
 
<td><!-- #echo var="DIRLIST_FILE_NAME" --></td>
 
<td><!-- #echo var="DIRLIST_FILE_SIZE" --></td>
 
<td><!-- #echo var="DIRLIST_FILE_MIME_TYPE" --></td>
 
<td><!-- #echo var="DIRLIST_FILE_DATE" --></td>
 
<td><a href="<!-- #echo var="DIRLIST_FILE_NAME" -->">Save</a></td></tr> | 	  
 
 
If you click on the "Save" with the left mouse button it will act as normal but now the Right Click is available. The only other thing u might wanna do is alittle cosmetics on it to make it look pretty. | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		wheelerk -
 
  Joined: 20 Feb 2005 Posts: 15
 
  | 
		
			
				 Posted: Tue May 31, 2005 6:37 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| that not a good tut so i don't know how to put it in | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Wed Jun 01, 2005 1:03 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | wheelerk wrote: | 	 		  | that not a good tut so i don't know how to put it in | 	  
 
Go to Console > Hosts - Configure > Directory Listing.
 
Press Edit in front of Template to enter the SSI template. Press OK and set Listing Type to "From Template". Press OK and restart the server. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Tim1681 -
 
  Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
  | 
		
			
				 Posted: Sun Feb 12, 2006 2:58 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				*Links Updated* _________________ mysql> SELECT * FROM users WHERE clue > 0;
 
0 rows returned.
 
  | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		brokensaber -
 
  Joined: 27 Feb 2007 Posts: 15
 
  | 
		
			
				 Posted: Wed Feb 28, 2007 11:52 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Tim1681 wrote: | 	 		  | *Links Updated* | 	  
 
 
 
2007 - links are dead.  Any info on templets? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		 | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |