Need some help with attachments

Discussion forum for MOD Writers regarding MOD Development.

Need some help with attachments

Postby Dangerell » Mon Nov 02, 2009 4:32 pm

Hi, i need some help with the Attachments.
Can someone tell me how can i remove the info that is shown under attached images, the ones i've marked with red in the image below. I want to show only the image without that info.. what code i must remove and from where?

Image

Thank you in advance.
User avatar
Dangerell
Registered User
 
Posts: 30
Joined: Mon Oct 13, 2008 7:05 am
Location: www.TopFilmeOnline.com

Re: Need some help with attachments

Postby Dangerell » Wed Nov 04, 2009 10:19 am

anyone ? :(
User avatar
Dangerell
Registered User
 
Posts: 30
Joined: Mon Oct 13, 2008 7:05 am
Location: www.TopFilmeOnline.com

Re: Need some help with attachments

Postby cherokee red » Wed Nov 04, 2009 11:18 am

Assuming it's prosilver you use, open attachment.html and find:
Code: Select all
      <!-- IF _file.S_IMAGE -->
      <dl class="file">
         <dt class="attach-image"><img src="{_file.U_INLINE_LINK}" alt="{_file.DOWNLOAD_NAME}" onclick="viewableArea(this);" /></dt>
         <!-- IF _file.COMMENT --><dd><em>{_file.COMMENT}</em></dd><!-- ENDIF -->
         <dd>{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}</dd>
      </dl>
      <!-- ENDIF -->

Replace with:
Code: Select all
      <!-- IF _file.S_IMAGE -->
      <dl class="file">
         <dt class="attach-image"><img src="{_file.U_INLINE_LINK}" alt="{_file.DOWNLOAD_NAME}" onclick="viewableArea(this);" /></dt>
         <!-- IF _file.COMMENT --><dd><em>{_file.COMMENT}</em></dd><!-- ENDIF -->
      </dl>
      <!-- ENDIF -->
|| 6 String Romance || My MODs Development ||
Please don't contact me via PM, MSN or any of my personal websites for phpBB support.
I install any MODs I make - for more details click here
"My tired eyes are like lonely stars, trying to find a little order in the chaos"

Are you a musician in the Glasgow area interested in acoustic events? The ArtBox
User avatar
cherokee red
Former Team Member
 
Posts: 6772
Joined: Mon Mar 29, 2004 2:27 pm
Location: Airdrie, UK (127.0.0.1)

Re: Need some help with attachments

Postby Dangerell » Thu Nov 05, 2009 8:36 am

Thank you for your time, but i got the solution yesterday from the startrek community.

All the best.
User avatar
Dangerell
Registered User
 
Posts: 30
Joined: Mon Oct 13, 2008 7:05 am
Location: www.TopFilmeOnline.com

Re: Need some help with attachments

Postby cherokee red » Thu Nov 05, 2009 5:17 pm

Ah yeah, i did notice that - glad you got it sorted :)
|| 6 String Romance || My MODs Development ||
Please don't contact me via PM, MSN or any of my personal websites for phpBB support.
I install any MODs I make - for more details click here
"My tired eyes are like lonely stars, trying to find a little order in the chaos"

Are you a musician in the Glasgow area interested in acoustic events? The ArtBox
User avatar
cherokee red
Former Team Member
 
Posts: 6772
Joined: Mon Mar 29, 2004 2:27 pm
Location: Airdrie, UK (127.0.0.1)


Return to [3.0.x] MOD Writers Discussion

Who is online

Users browsing this forum: No registered users and 12 guests