22/10/2013, 16:03:15
Citation :#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~
#~ Version du CMS: -1.11.7
#~ Url du site : akelium.fr
#~ Hébergeur / Soft : Online.net
#~ Informations Système :
#~ ----------------------------------------------
#~ Cms Version: 1.11.7
#~ Installed Modules:
#~ CMSMailer: 5.2.1
#~ FileManager: 1.4.3
#~ MenuManager: 1.8.5
#~ ModuleManager: 1.5.5
#~ News: 2.12.12
#~ Printing: 1.1.1
#~ Search: 1.7.8
#~ ThemeManager: 1.1.8
#~ TinyMCE: 2.8.1
#~ FormBuilder: 0.7.4
#~ CGExtensions: 1.37.2
#~ CMSPrinting: 1.0.4
#~ JQueryTools: 1.2.5
#~ CGSimpleSmarty: 1.7
#~ CGGoogleMaps: 2.4.7
#~ Config Information:
#~ php_memory_limit:
#~ process_whole_template:
#~ max_upload_size: 50000000
#~ url_rewriting: none
#~ page_extension:
#~ query_var: page
#~ image_manipulation_prog: GD
#~ auto_alias_content: true
#~ locale:
#~ default_encoding: utf-8
#~ admin_encoding: utf-8
#~ set_names: true
#~ Php Information:
#~ phpversion: 5.4.6-1ubuntu1
#~ md5_function: On (Vrai)
#~ gd_version: 2
#~ tempnam_function: On (Vrai)
#~ magic_quotes_runtime: Off (Faux)
#~ E_STRICT: 2048
#~ E_DEPRECATED: 8192
#~ memory_limit: 128M
#~ max_execution_time: 120
#~ output_buffering: 4096
#~ safe_mode: Off (Faux)
#~ file_uploads: On (Vrai)
#~ post_max_size: 8M
#~ upload_max_filesize: 50M
#~ session_save_path: /var/lib/php5 (0777)
#~ session_use_cookies: On (Vrai)
#~ xml_function: On (Vrai)
#~ xmlreader_class: On (Vrai)
#~ Server Information:
#~ Server Api: cgi-fcgi
#~ Server Db Type: MySQL (mysqli)
#~ Server Db Version: 5.1.41
#~ Server Db Grants: Impossible de trouver un privilège "GRANT ALL". Cela peut signifier que vous pourriez avoir des problèmes pour installer ou retirer des modules, ou encore l 'ajout et la suppression d'éléments, y compris les pages.
#~ ----------------------------------------------
#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~
Bonjour,
N'étant pas un as du développement (admin réseau de formation), je me heurte à un problème de FancyBox en ayant suivit plusieurs tuto, notamment celui de Jean le Chauve.
Croyez-moi, j'en ai effectuées des recherches sur le forum...
Je souhaite insérer une Google map dans une fancybox.
J'ai réussi a bien paramétrer mon plugin CGGoogleMaps, la carte fonctionne parfaitement. Mon problème est que cette dernière s'ouvre "normalement" et non dans un popup.
Dans ma page "appelante" :
- Contenu :
Code :
[== XHTML ==]
<p><a class="iframe" rel="popup" href="index.php?page=GoogleMap"><img style="border:2px ridge #D0147D;" src="/images/akelium/map_akelium.jpg" alt="MAP" /></a></p>
Code :
[== Indéfini ==]
{JQueryTools action=incjs}
{literal}
<script type="text/javascript">
jQuery(document).ready(function($)
{
$("a.iframe").fancybox({
'width': 700,
'height': 700, 'speedIn': 700, 'speedOut': 700, 'overlayShow': false});
});
</script>
{/literal}
Dans ma page "appelé" contenant la Google map :
- Gabarit :
Code :
[== XHTML ==]
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
{* Change lang="en" to the language of your site *}
<head>
<title>{sitename} - {title}</title>
{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}
{metadata}
{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}
{cms_stylesheet}
{* This is how all the stylesheets attached to this template are linked to *}
</head>
<body>
{* Start Content *}
<div>
<h2>{title}</h2>
{content}
</div>
{* End Content *}
</body>
</html>
Code :
[== Indéfini ==]
{CGGoogleMaps}
Code :
[== XHTML ==]
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Auriez-vous une idée pourquoi lors du clic sur le lien, le popup ne se lance pas ?
Merci par avance pour vos réponses.
Antoine