PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   how do i add a link to the gallery to invision board (http://www.photopost.com/forum/reviewpost-installation-upgrades/114341-how-do-i-add-link-gallery-invision-board.html)

Omid June 7th, 2005 01:36 AM

how do i add a link to the gallery to invision board
 
hello,

i use the invision board and the photopost gallery.
how do i add a link from the user's profile in the board to the gallery?

and another realted q:
from the main page of the gallery how do i add a link to the forum?

b6gm6n June 7th, 2005 08:08 PM

Hi..

You first question would be best answered via www.invisonize.com or the IPB support forums, the second question about a link back to your forum from your gallery could simply be achieved with html in your gallery header file.

-T

Omid June 8th, 2005 07:39 AM

can u be more spesipic, i checked the header, it holds only the link to commercials:

http://www.jugend.co.il/gallery/index.php

i want to put a link in the menu - right next to search.

(sorry about the hebrew)

Chuck S June 8th, 2005 08:30 AM

what toney is saying is you can edit your header and add a link. I see 6 links in your current header. How about you add another link. You have a box in the middle between the other link boxes so just add a link to the forum there.

Omid June 8th, 2005 09:05 AM

this is my header file:

<body><body topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" dir="rtl" background="film-slider.gif">
<tr>
<td width="250" height="75" dir="rtl">
<a href="http://www.jugend.co.il/gallery/index.php">
<img border="0" src="film-sliderlogo.gif" width="367" height="75"></a></td>

<td width="250" height="75" dir="rtl">
<a href="http://www.jugend.co.il/invision/index.php?showtopic=24142">
<img border="0" src="film-slider-vote.gif" width="80" height="75"></a></td>

<td width="60" height="75" dir="rtl">
<a href="http://www.jugend.co.il/invision/index.php?showtopic=24141">
<img border="0" src="film-slider-nextchl.gif" width="80" height="75"></a></td>

<td width="230" height="75" dir="rtl">
<img border="0" src="kata.gif" width="240" height="75"></td>
</tr>
</table>
</td>
</tr>
</table>


it has nothing to do with the six links in the box. i dont know how to access that box with the links.

Chuck S June 8th, 2005 09:55 AM

try something like this


<body><body topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" dir="rtl" background="film-slider.gif">
<tr>
<td width="250" height="75" dir="rtl">
<a href="http://www.jugend.co.il/gallery/index.php">
<img border="0" src="film-sliderlogo.gif" width="367" height="75"></a></td>

<td width="250" height="75" dir="rtl">
<a href="http://www.jugend.co.il/invision/index.php?showtopic=24142">
<img border="0" src="film-slider-vote.gif" width="80" height="75"></a></td>

<td width="60" height="75" dir="rtl">
<a href="http://www.jugend.co.il/invision/index.php?showtopic=24141">
<img border="0" src="film-slider-nextchl.gif" width="80" height="75"></a></td>

<td width="60" height="75" dir="rtl">
<a href="http://www.jugend.co.il/invision/index.php">
Forums</a></td>

<td width="230" height="75" dir="rtl">
<img border="0" src="kata.gif" width="240" height="75"></td>
</tr>
</table>
</td>
</tr>
</table>


All times are GMT -5. The time now is 10:00 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97