Outils d'utilisateurs

Outils du Site


mise_a_jour_vers_1.0.0.stable

Table des matières

Mise à jour vers 1.0.0.Stable

Comme toujours avant chaque mise à jour, veuillez à effecteur une sauvegarde(Fichiers + bases de données) de votre installation.

Pour mettre à jour votre Plici utilisez ce tutoriel : Mise à jour Standard.

Utilisateurs qui ont modifié des fichiers en for_plici / ou eu des modifications par PWS

Attention aux personnes qui ont modifiés des fichiers qui ne sont pas situés dans un répertoire my ou qui ont reçu des modifications qui n'ont pas encore été incluses dans Plici. Vous devez comparer tous les fichiers que vous avez modifié avec les nouvelles versions de ceux-ci.

Vous trouverez de l'aide sur le forum dédiée à cette version : http://www.plici.net/l1/p256/plici_mod/smf/index.php?topic=817.0. Si vous désirez les services d'un professionnel pour mettre à jour votre plateforme, contactez un de nos Partenaires de Plici

Cette nouvelle version modifie le fonctionnement des gabarits(Templates en anglais). Pour cela il vous sera nécessaire, d'effectuer quelques modifications sur certains de vos fichiers. Les fichiers à modifiier se trouvent dans le répertoire /view/sites/my/[nom_site]/. Ou [nom_site] représente le nom de vos sites. Voici les manipulations à effectuer :

L18 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L27 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$text_not_netstra} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

L48 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L57 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$text_not_netstra} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

L93 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L86 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$text_not_netstra} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

L109 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L118 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$text_not_netstra} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

_new.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

L50 Remplacer

{include file="_product_list.html" product_list=$new_product_list } Par {include file="_product_list.html" product_list=$new_product_list new_products="yes"}

_product_item_new.html

L 32 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$product_item.pma_id _h=$h _f_adv=$f_adv}"> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product_item.pma_id _h=$h _f_adv=$f_adv}">

_product_list.html

L3 Ajouter

<!– If page "Nouveaux Produits", don't show order choices –> <plici_if if="~yes~ != $new_products">

L38 Remplacer

{include file="_list_paging.html" } Par {include file="_list_paging.html" assign=nouveaute } </plici_if>

L95 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}"><plici_net_img id="ic_ajouter_panier"/></a> <a href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}">{"lang_str_ajouteraupanier"|tr}</a> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}"><plici_net_img id="ic_ajouter_panier"/></a> <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}">{"lang_str_ajouteraupanier"|tr}</a>

_product_list_2_columns_promo.html

L53 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$page_product.pma_id _h=$h _f_adv=$f_adv}"> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$page_product.pma_id _h=$h _f_adv=$f_adv}">

_product_list_2_columns_receipt.html

L50 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$page_product.pma_id _h=$h _f_adv=$f_adv}"> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$page_product.pma_id _h=$h _f_adv=$f_adv}">

_shopping_cart.html

L91 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$product.sca_pma_id _shopcart_ps_id=$product.sca_psl_id _shopcart_quantity=-1 _back_url_save=$back_url}">-</a> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.sca_pma_id _shopcart_ps_id=$product.sca_psl_id _shopcart_quantity=-1 _back_url_save=$back_url}">-</a>

L102 Remplacer

<a href="{net_url type='SELF' _shopcart_pm_id=$product.sca_pma_id _shopcart_ps_id=$product.sca_psl_id _shopcart_quantity=1 _back_url_save=$back_url}">+</a> Par <a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.sca_pma_id _shopcart_ps_id=$product.sca_psl_id _shopcart_quantity=1 _back_url_save=$back_url}">+</a>

account.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

authentification.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

buying_ask_authentification.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

buying_buying_method.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

buying_customer_adress.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

L362 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L370 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$link_plici_lang_name} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

buying_order_summary.html

L16 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

css_screen.css

L17 Ajouter

/*|desc:APPARENCES DU SITE:générale:evite ul sur image produit |*/ #id_detail_visible_if_js_activated ul {

	list-style-position: inside;

}

customer_add_modify.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

customer_delete_account.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

customer_identification.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

customer_lost_password.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

customer_modified_account.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

customer_validated_account.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

default_product.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

L146 Remplacer

<a href="#" id="id_link_add_to_caddy"> Par <a rel="nofollow" href="#" id="id_link_add_to_caddy">

L172 Ajouter

<div>

<!--<p>Ce site n'est pas prévu pour fonctionner sans l'activation du Javascript.</p>-->

</div>

L227 Supprimer

<plici_not_cached design_id="$design_id" page_id="$id">

L229 Supprimer

</plici_not_cached>

L265 Remplacer

<plici_if if="$array_ref.psl_tax_included_price != 0 &amp;&amp; $array_ref.psl_tax_included_price != ~~"> Par <plici_if if="$array_ref.psl_tax_included_price != 0 &amp;&amp; $array_ref.psl_tax_included_price != ~~ &amp;&amp; ~YES~ == $array_ref.psl_can_bought">

discount_product_list.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

form.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

index.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

js_general.js

L288 Remplacer

var contentNoBorder = replaceIntoTags("<!–*JS:START_NOT_INCLUDED_FOR_PRINTING*"+"–>"

							 , "<!--*JS:END_NOT_INCLUDED_FOR_PRINTING*"+"-->"
							 , ""
							 , document.getElementsByTagName('html')[0].innerHTML
							 , false);

contentNoBorder = replaceIntoTags("<"+"!"+"–*JS:START_WIDTH_TO_CHANGE_FOR_PRINTING*-"+"-"+">"

							 , "<"+"!"+"--*JS:END_WIDTH_TO_CHANGE_FOR_PRINTING*-"+"-"+">"
							 , " <table width='640' cellpadding='0' cellspacing='0' height='100%' > "
							 , contentNoBorder
							 , false);

Par var contentNoBorder = document.getElementsByTagName('html')[0].innerHTML;

lnk_discount_product_list.html

L62 Remplacer

				<a href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}"><plici_net_img id="ic_ajouter_panier"/></a>
				<a href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}">{"lang_str_ajouteraupanier"|tr}</a>

Par

				<a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}"><plici_net_img id="ic_ajouter_panier"/></a>
				<a rel="nofollow" href="{net_url type='SELF' _shopcart_pm_id=$product.pma_id _h=$h _f_adv=$f_adv _order_by=$order_by_for_product_list _f_lcp=$listpaging_current_page}">{"lang_str_ajouteraupanier"|tr}</a>
				
				
				

lnk_top_menu_box.html

L4 Remplacer

	<td  class="sw_oh_gauche" >	
		<div style="position:relative;">
			<span  class="sw_oh_puce" style="display:none;position: absolute;" id="top_menu_hoover_{$id}"><plici_net_img id="oh_puce"/></span>
			<plici_net_img id="oh_gauche"/>
		</div>
	</td>
	<td	onmouseover="onMouseOverMenuTopEnter({$id});" onmouseout="onMouseOutMenuTopEnter({$id});"  class="sw_oh_centre">
	<div  class="sw_oh_texte">
	<plici_if if="$plici_page_link_plicitag != ~~">
		<plici_plicitag type="link" tag="$plici_page_link_plicitag" page_id="$id" page_title="$title">{$page_title}</plici_plicitag>
	<plici_else/>
		<a href="{net_url type='LINK' page_id=$id page_title=$title|net_urlencode}">{$title}</a>
	</plici_if>
	</div>
	</td>

Par

 <td  class="sw_oh_gauche" ><div style="position:relative;"> <span  class="sw_oh_puce" style="display:none;position: absolute;" id="top_menu_hoover_{$id}"><plici_net_img id="oh_puce"/></span><plici_net_img id="oh_gauche"/></div></td> 
 <td onmouseover="onMouseOverMenuTopEnter({$id});" onmouseout="onMouseOutMenuTopEnter({$id});"  class="sw_oh_centre"><div  class="sw_oh_texte"><plici_if if="$plici_page_link_plicitag != ~~"><plici_plicitag type="link" tag="$plici_page_link_plicitag" page_id="$id" page_title="$title">{$page_title}</plici_plicitag><plici_else/> <a href="{net_url type='LINK' page_id=$id page_title=$title|net_urlencode}">{$title}</a></plici_if></div></td>
 
 

map.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

no_access.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

no_exist.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

no_product.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

no_visible.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

order_detail.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

order_list.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

page.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

page_map_display.inc.html

L4 Remplacer

- <a href="{net_url type='LINK' Par - <plici_if if="$page.node.page_link_plicitag == ~~">

							<a href="{net_url type='LINK'

L8 Ajouter

<plici_else/>

	<a href="#inactif">{$page.node.page_title}</a><br/>
</plici_if>	

pricing_delivery_cost.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

rss.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

shopping_cart.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

L174 Remplacer

<div id="btn_common_{$button_name_id}" style="display: none;"> Par <div id="btn_common_{$button_name_id}">

L182 Supprimer

<input id="btn_common_{$button_name_id}_without_js" type="submit" value="{$link_plici_lang_name} " /> <script language="javascript" type="text/javascript">

			//<![CDATA[
				toVisibleInline('btn_common_{$button_name_id}');
				toNotVisibleInline('btn_common_{$button_name_id}_without_js');
			//]]>

</script>

simple_search.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

text.html

L6 Remplacer

<link rel="stylesheet" media="screen" type="text/css" title="Global" href="/css_screen.css" /> Par <link rel="stylesheet" type="text/css" href="/css_screen.css" />

/home/pliciweb/www_wiki/data/pages/mise_a_jour_vers_1.0.0.stable.txt · Dernière modification: 2009/09/22 22:17 (modification externe)