WANTED: someone to help integrate Gallery into my website

shmerls

Joined: 2007-04-12
Posts: 2
Posted: Fri, 2007-04-13 07:14

Hello, I want to hire someone to integrate Gallery into my website so that my Gallery page looks like the other pages of the site. Thanks Steven

 
ahamada

Joined: 2007-04-10
Posts: 50
Posted: Fri, 2007-04-13 08:10
 
Brandon Sussman

Joined: 2005-10-24
Posts: 82
Posted: Fri, 2007-04-13 13:03

What level of integration - you cannot decide on whether to embed, wrap, link or refer without deciding on the level of integration.

How is the rest of your site designed? If it is very tight with CSS used to style and color, integration is easier.

Do you want to use gallery pictures elsewhere on your site? slideshows? individual albums?

Look at http://marywillsussman.com/

Is that the level of integration you want?
If not, post more details here.

You can send me a private message to discuss if you like.

 
ahamada

Joined: 2007-04-10
Posts: 50
Posted: Fri, 2007-04-13 14:12

Brandon i have a question
I would like to try that things!!!!
you can integrate gallery by making few line of code PHP in your index file?????

For exemple

File "index.php"
----------------------------------------------------------------------------------------
<?
include("head.html");
include("menu.html");

echo '<div id=content>';

$Mypage=array('Gallery'=>'../gallery/main.php',
'Page1 '=>'../php/page1.php',
);

if( ( isset($_GET['page'])) && (isset($Mypage[$_GET['page']])))
{
include($Mypage[$_GET['page']]);
}
else
include("../php/page1.php");
echo '</div>';

include("footer.php");
?>
--------------------------------------------------------------------------------------

Is it possible like that???
For your site you make like that

So It exists level of integration i would like some infomations about embedding
Why use embedding??
what difference about a basic integration
I' m also interreted

Thanks!!!

 
buntrosgali

Joined: 2007-06-19
Posts: 16
Posted: Thu, 2007-07-05 16:34

Hye guys

i would also like to add my new gallery into my joomla website. Im not very progamming minded but im learning, i would like my gallery to open whenever the user clicks on my photography page on my website.

Anyone able to simplify it for me?

Steve