| 
 
	| 
     | Page 1 of 2 
 
 |  
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   FAP SUPPORT - Send Image From Album To Forum Post 
			hallo,
 
I'd like give an option for users (like photo4u) : send images from album to forum (phpbb) for comments.
 
I'm sure you can help me!     
MK Portal 1.1.1 
 
Phpbb forum 2.0.21 
 
Photo Album Powered by: Mighty Gorgon Full Album Pack 1.4.0 © 2006 
 
[based on Smartor Photo Album plus IdleVoid's Album CH & CLowN SP1]
					  
			
 
 
   |  
	| #1  Thu 01 Mar, 2007 13:54 |  | 
	| Sponsors 
  
   | 
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
  |  |  | 
	|  will_hough  
   
									
			Joined: February 2007 
			Posts: 31 
									Location:    Michigan
																		  
 |   Re: Send Image From Album To Forum Post 
			If you are using FAP  you should have a bit of BBCode underneath each of your images. 
Copy/paste that code to display the thumbnail and a link to that image in your gallery.
					  
			
 
 
   |  
	| #2  Thu 01 Mar, 2007 16:13 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			thank's will, but I do not understand: in which file have i insert that code?
   
			
 
 
   |  
	| #3  Thu 01 Mar, 2007 21:02 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Send Image From Album To Forum Post 
			You enter that code as you enter your post text.
 
Below is pic id 76
    
			
 
 
   |  
	| #4  Thu 01 Mar, 2007 23:24 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			thanks Artie, this is a way.....but i'd like give a command directly in album mode to offer this option...so the member in his album mode can set an image and send it to a topic forum ....
   
			
 
 
   |  
	| #5  Fri 02 Mar, 2007 07:33 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			ok, let's try another way: in FAP  we have personal galleries and various cstegories: but, now, you cannot send an image from personal gallery to a category, but chargin it from local pc to cathegory if you want too: is there a way to send image from persanal gallery to a public album cathegory?
					  
			
 
 
   |  
	| #6  Sat 03 Mar, 2007 10:40 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Send Image From Album To Forum Post 
			 is there a way to send image from persanal gallery to a public album cathegory?
 
Admin can already do this, but for owner of personal gallery try this
 
OPEN album_modcp.php 
FIND ( 2 INSTANCES OF)
 $category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
REPLACE WITH 2ND ONE WITH
 //$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY);
   
			
 
 
   |  
	| #7  Sun 04 Mar, 2007 00:14 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			Thanks Artie....it doesn't works, but I'm not sure about the change. 
I post you new code in album_modcp.php, please tell me about:
 
 $category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
 }
 else
 {
 //$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
 $category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY);
 }
 $category_select .= '</select>';
 // end write
 
   
			
 
 
   |  
	| #8  Sun 04 Mar, 2007 01:14 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post   
			
 
 
   |  
	| #9  Sun 04 Mar, 2007 01:18 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Send Image From Album To Forum Post 
			:biggrin_03:  You are welcome.
   
			
 
 
   |  
	| #10  Sun 04 Mar, 2007 02:17 |  | 
	|  lefty74  
   
									
			Joined: January 2007 
			Posts: 137
									
																		  
 |   Re: Send Image From Album To Forum Post 
			 is there a way to send image from persanal gallery to a public album cathegory?
 
Admin can already do this, but for owner of personal gallery try this
 
OPEN album_modcp.php 
FIND ( 2 INSTANCES OF)
 $category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
REPLACE WITH 2ND ONE WITH
 //$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY);
 
Cool idea, wondered about that myself a while ago but did not know where to look
 
thanks artie
					   
			
 
 
   |  
	| #11  Sun 04 Mar, 2007 13:12 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			   ehem, artie, here I am with another question about: Can we select "move A COPY to" instead "move to".
 
Also now I have other personal galleries in the options "move to". So can we exclude the others personal galleries in the option?
 
Thanks again
					   
			
 
 
   |  
	| #12  Sun 04 Mar, 2007 22:18 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Send Image From Album To Forum Post 
			Yes I think Copy would be better suited here.
I will look into this when time allows me to.
 
   
			
 
 
   |  
	| #13  Mon 05 Mar, 2007 01:02 |  | 
	|  will_hough  
   
									
			Joined: February 2007 
			Posts: 31 
									Location:    Michigan
																		  
 |   Re: Send Image From Album To Forum Post 
			Yes I think Copy would be better suited here.
I will look into this when time allows me to.
 
I have users asking about this feature as well. Thank you for all your hard work Artie!
					   
			
 
 
   |  
	| #14  Mon 05 Mar, 2007 03:59 |  | 
	|  felix968  
   
									
			Joined: February 2007 
			Posts: 122 
									Location:     
 |   Re: Send Image From Album To Forum Post 
			big artie....remeber this one more!      
			
 
 
   |  
	| #15  Thu 08 Mar, 2007 13:52 |  | 
	|     | Page 1 of 2 
 |  
 
 
 
 Was this topic useful?
 
 Was this topic useful?
| Link this topic | 
|---|
 
	| URL |  |  
	| BBCode |  |  
	| HTML |  |  
	| 
			
			
				
			 | You cannot post new topics You cannot reply to topics
 You cannot edit your posts
 You cannot delete your posts
 You cannot vote in polls
 You cannot attach files
 You can download files
 You cannot post calendar events
 
 |  | 
 
 |  |