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.
Posts: 50
if that can help you, look this link http://codex.gallery2.org/Gallery2:How_to_visually_embed_G2_in_your_own_website_using_embedded_mode
Posts: 82
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.
Posts: 50
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!!!
Posts: 16
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