Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Attachments Photos Url Links 
 
hi
like to say first black pearl is tops and im useing it for my new forum on my own webpage best style i have seen M G
i have had a free hosted forum for the last 2 years now with 2500 plus members and over 70000 posts
we have out grow them there server is slow with other problems and there only mods is some bb codes on phpbb2
the free hosted forum hosts will not give me a backup copy to move it so to help make the swap which will take time
im starting a photo host forum and will get the members to move and host there photos and info there
but to do that i need a couple of changes to make it more user friendly as alot of members are not the best on a comp

i would like to know if it is possible to be able to get the direct link to a uploaded
attachment (photo) to show up under the attachment not just the file name.
in a code copy all box would be even better under the pic  
and for it to be possible to copy and post that link onto another forum
(img) www. picture .com (img/) example
and have the photo show
also would like the attachment box to be just a thin red line if possible
any help would be much appreciated  
 



 
Last edited by bloke on Sat 27 Sep, 2008 03:12; edited 1 time in total 
blokeSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Attachments Photos 
 
bloke wrote: [View Post]
hi
like to say first black pearl is tops and im useing it for my new forum on my own webpage best style i have seen M G
i have had a free hosted forum for the last 2 years now with 2500 plus members and over 70000 posts
we have out grow them there server is slow with other problems and there only mods is some bb codes on phpbb2
the free hosted forum hosts will not give me a backup copy to move it so to help make the swap which will take time
im starting a photo host forum and will get the members to move and host there photos and info there
but to do that i need a couple of changes to make it more user friendly as alot of members are not the best on a comp

i would like to know if it is possible to be able to get the direct link to a uploaded
attachment (photo) to show up under the attachment not just the file name.
in a code copy all box would be even better under the pic  
and for it to be possible to copy and post that link onto another forum
(img) www. picture .com (img/) example
and have the photo show
also would like the attachment box to be just a thin red line if possible
any help would be much appreciated  


if i understand , you want to start a brand new site from 0 ?
and you want that this site have pic upload whic give you a link [img] ... ?
if this is correct , why you dont try Icyphoenix ,site like this one ?
here u can upload pics and you are able to get [img]...code to post in other forum.

or i didnt understan your long question  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Attachments Photos 
 
maybe i cannot explain myself properly, i just want a link displayed with attachment
which can be copy and paste to other forums:oops:
would like something like this on new forum im starting so i can host pics for members
please see below
the links to the pic shown at top of pic in this link
http://356registry.com/forum/album_showpage.php?pic_id=1162

this is the topic i found it in
http://www.icyphoenix.com/viewtopic.php?f=25&t=3880
 



 
blokeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Attachments Photos 
 
bloke wrote: [View Post]
maybe i cannot explain myself properly, i just want a link displayed with attachment
which can be copy and paste to other forums:oops:
would like something like this on new forum im starting so i can host pics for members
please see below
the links to the pic shown at top of pic in this link
http://356registry.com/forum/album_showpage.php?pic_id=1162

this is the topic i found it in
http://www.icyphoenix.com/viewtopic.php?f=25&t=3880


ok , so you install Icyphoenix forum .
affter that u need to edit album_showpage_body.tpl
and add code from member losthillsguy in this  post http://www.icyphoenix.com/viewtopic.php?f=25&t=3880

so in album_showpage_body.tpl
find
Code: [Download] [Hide] [Select]
    <td class="row1 row-center">
        <!-- BEGIN switch_slideshow_enabled -->


before add
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>


and u get this

 album

is this what u need ?
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Attachments Photos Url Links 
 
thats what i wanted thanks linum you have been a great help  
couple of questions  
1 do i have to add FAP to icyphoenix forum to do this
  
2 can something like this be done to phpbb 3 forum
  without a album pak to show url to image in the posts
 



 
blokeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Attachments Photos Url Links 
 
bloke wrote: [View Post]
thats what i wanted thanks linum you have been a great help  
couple of questions  
1 do i have to add FAP to icyphoenix forum to do this
  
2 can something like this be done to phpbb 3 forum
  without a album pak to show url to image in the posts


1 no , you have it alredy inside icyphoenix

2 hmm , i think its a bit complicate ... even i m not sure if is posible
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Attachments Photos Url Links 
 
thanks again limun
you have been a great help  
now have decide between icy phoenix and phpbb3 and wait for mighty gordons album project
decisions  
 



 
blokeSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron