FAP CUSTOMIZATION - Showing A Direct Link To The Photos Location


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

Profile PM  
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

Profile PM  
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: [Download] [Hide] [Select]
{U_PIC_FULL_URL}

Profile PM  
Subject: Re: Showing A Direct Link To The Photos Location
Thanks Artie, I love FAP!
Done, check it out :D

I think this is a nice add on. Here is the code
Code: [Download] [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>

Profile PM  
Subject: Re: Showing A Direct Link To The Photos Location
Thanks for this nice addon losthillsguy!

That`s what I searched, too. :D

Profile PM  
Subject: Re: Showing A Direct Link To The Photos Location
very nice add on
thank you :D

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

Profile PM  
Subject: Re: Showing A Direct Link To The Photos Location
Change the style property of the INPUT.

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


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

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 :LOL:
cheers
bloke

Profile PM  

Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0907s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled