https://www.icyphoenix.com/viewtopic.php?f=26&t=1224&p=9466#p9466
-----------------------------------
lefty74
Sun 04 Mar, 2007 13:12

Re: Send Image From Album To Forum Post
-----------------------------------
[quote user="Artie" post="9430"][quote user="felix968" post="9410"] is there a way to send image from persanal gallery to a public album cathegory?[/quote]
Admin can already do this, but for owner of personal gallery try this

OPEN [b]album_modcp.php[/b]

FIND ( 2 INSTANCES OF)
[codeblock]$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);[/codeblock]
REPLACE WITH 2ND ONE WITH
[codeblock]//$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY, ALBUM_AUTH_MODERATOR);
$category_select .= album_get_simple_tree_option(ALBUM_ROOT_CATEGORY);[/codeblock][/quote]

Cool idea, wondered about that myself a while ago but did not know where to look

thanks artie


