Attachment in portal.

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
scorpio
Active Member
Posts: 27
Joined: 8. July 2012 17:06
phpBB.de User: Scorpio
phpBB.com User: scorpiors

Attachment in portal.

Post by scorpio »

Is there any chance to show attachment images in the block of portal.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Attachment in portal.

Post by archivar »

You can view pictures in their own block.
Are they trying to change this code for yourself.

Code: Select all

<a href="http://www.your site" target="_blank"><img style="width: 100%" src="http://www.your site/images/your picture" alt=""/></a>
V.G. archivar
sorry for my bad english

Topic author
scorpio
Active Member
Posts: 27
Joined: 8. July 2012 17:06
phpBB.de User: Scorpio
phpBB.com User: scorpiors

Re: Attachment in portal.

Post by scorpio »

it is showing only a blank picture.
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Attachment in portal.

Post by Kirk »

You have to replace the here http://www.your site through your domain,
at http://www.your site / images / your picture puts you clean the address of the image.
Gruß Udo

Topic author
scorpio
Active Member
Posts: 27
Joined: 8. July 2012 17:06
phpBB.de User: Scorpio
phpBB.com User: scorpiors

Re: Attachment in portal.

Post by scorpio »

Address of the picture I want to use is www.aquapetz.com /FishProfiles /FProfile /photo/angel.jpg

How will I use it.
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Attachment in portal.

Post by Kirk »

Example

Code: Select all

<a href="http://www.aquapetz.com" target="_blank"><img style="width: 100%" src="http://www.aquapetz.com/FishProfiles/FProfile/photo/angel.jpg" alt=""/></a>
Gruß Udo

Topic author
scorpio
Active Member
Posts: 27
Joined: 8. July 2012 17:06
phpBB.de User: Scorpio
phpBB.com User: scorpiors

Re: Attachment in portal.

Post by scorpio »

Thanks.

It is showing a hand sign. How can I give a link for the picture so that user can jump on given topic by clicking it.
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Attachment in portal.

Post by Kirk »

Replace this link http://www.aquapetz.com with your Topic Link
Gruß Udo

Topic author
scorpio
Active Member
Posts: 27
Joined: 8. July 2012 17:06
phpBB.de User: Scorpio
phpBB.com User: scorpiors

Re: Attachment in portal.

Post by scorpio »

I have make some .jpg files of width 150 pixels. Now I want to display these files in a single row. But they are the block shows one picture in one line and also shows bigger pictures. How can I show 5 pictures in a single row with actual dimensions?
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Attachment in portal.

Post by Kirk »

Example

Code: Select all

<a href="your Link" target="_blank"><img src="image link" alt=""/><img src="image link" alt=""/></a>
Gruß Udo
Locked

Return to “Board3 Portal 2.0.x - English Support”