Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP CUSTOMIZATION - Showing A Direct Link To The Photos Location



losthillsguy [ Sun 16 Mar, 2008 22:49 ]
Post subject: FAP CUSTOMIZATION - Showing A Direct Link To The Photos Location
Is there a mod that adds a direct link to photos in the album_mod/upload/

I need a link shown over the photos when viewing them or somewhere easily found.

The bbcodes are nice but in the forums this is going in everyone uses the img tags.

Thanks


losthillsguy [ Fri 09 May, 2008 23:55 ]
Post subject: Re: Showing A Direct Link To The Photos Location
I have modified the template for a spot to put a direct link to a photo.
Here is what I've done to the template.
http://356registry.com/forum/album_showpage.php?pic_id=1162


What I want in the direct link box is something like
http://356registry.com/forum/album_...6f15fa83db0.jpg

Any tips on how to proceed?
Thanks


Artie [ Sat 10 May, 2008 00:50 ]
Post subject: Re: Showing A Direct Link To The Photos Location
In album_showpage_body.tpl put the code below where you want the full URL to appear.

Code: [Hide] [Select]
{U_PIC_FULL_URL}


losthillsguy [ Sat 10 May, 2008 01:29 ]
Post subject: Re: Showing A Direct Link To The Photos Location
Thanks Artie, I love FAP!
Done, check it out

I think this is a nice add on. Here is the code
Code: [Hide] [Select]
<tr>
<td class="row1" align="center">
<table cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
<td class="row1" align="right"><span class="gensmall">Direct photo link:</span></td>
<td class="row1" align="left"><input type="text" readonly onClick="this.select();" value="{U_PIC_FULL_URL}" size="65" style="background-color: #EFEFEF;"></td>

</tr>
<tr>
<td class="row1" align="right"><span class="gensmall">Forum code:</span></td>
<td class="row1" align="left"><input type="text" readonly onClick="this.select();" value="[img]{U_PIC_FULL_URL}[/img]" size="65" style="background-color: #EFEFEF;"></td>
</tr>
</table>
</td>

</tr>


Kokosadun [ Wed 04 Jun, 2008 08:20 ]
Post subject: Re: Showing A Direct Link To The Photos Location
Thanks for this nice addon losthillsguy!

That`s what I searched, too.


Limun [ Sat 27 Sep, 2008 11:57 ]
Post subject: Re: Showing A Direct Link To The Photos Location
very nice add on
thank you


bloke [ Sat 04 Oct, 2008 06:07 ]
Post subject: Re: Showing A Direct Link To The Photos Location
Hi
great addon, just put up a new icyphoenix forum, been adding a few mods and addons to it before opening it
this addon works great ,but changed style to black pearl and cannnot read the image text in the
box's now,
is the a way i can change the text color in the url link box's
thanks


Mighty Gorgon [ Fri 10 Oct, 2008 12:55 ]
Post subject: Re: Showing A Direct Link To The Photos Location
Change the style property of the INPUT.

Code: [Hide] [Select]
style="background-color: #EFEFEF;"


You may either use the color attribute if you want to change it...
Code: [Hide] [Select]
style="color: #EFEFEF;"


bloke [ Fri 10 Oct, 2008 16:26 ]
Post subject: Re: Showing A Direct Link To The Photos Location
thanks Mighty Gordon i will give it a go
if it dont work i will come back to haunt you
cheers
bloke




Powered by Icy Phoenix