User Tools

Site Tools


admin_menu:design:manager:edit:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin_menu:design:manager:edit:start [2012/11/07 20:58]
duarte.info [WYSIWYG Not always Usable]
admin_menu:design:manager:edit:start [2014/09/25 16:55] (current)
Line 20: Line 20:
 Editing using the WYSIWYG editor only affect the parts between the //<body>// and //</body>// tags.  Anything before the <body> or after the </body> tag is preserved so that you are only modifying those parts of the template file that have less chance of accidental corruption. Editing using the WYSIWYG editor only affect the parts between the //<body>// and //</body>// tags.  Anything before the <body> or after the </body> tag is preserved so that you are only modifying those parts of the template file that have less chance of accidental corruption.
  
-{include file="head.tpl"+==== WYSIWYG Not always Usable ==== 
-<div class="outer_shell">{include file='header.tpl'+ 
-<div class="content_shell"><!-- START LEFT COLUMN --> +Some templates, because of how they are designed, just will not be able to be safely edited by the WYSIWYG editor When that is the case, when you try to click on the WYSIWYG Editor tab, it will not allow you to
-<div id="navigation_column_left"><!-- Zip/postal search - commented out by default since it requires zipsearch addon --><!-- + 
-<div class="content_box center" style="text-align: left;"> +If you know that certain template can be "harmedby the WYSIWYG editor, or perhaps if template does not contain any parts that are in the <bodysection, you can add the following to the template
-<h1 class="title">Digite seu CEP: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</h1> + 
-{module tag='module_zip_filter_1'}</div> --> <br />{if $enabledAddons.geographic_navigation} {* Only show this section if the geographic navigation addon is set up *} +<code html>{*CODE_ONLY*}</code
-<div class="content_box"> + 
-<h2 class="title">Selecione uma Regi&atilde;o:</h2> +The code above is not displayed at all when the system uses the template, because it is a //smarty comment//.  When it is found in a template that is being edited, the system will not allow that template to be edited by the WYSIWYG editor. 
-{addon author='geo_addons' addon='geographic_navigation' tag='navigation'}</div> +
-<br />{/if} +
-<div class="content_box"> +
-<ul class="social_links"> +
-<li class="element"><img src="geo_templates/default/external/images/logos/logo_facebook.jpg" alt="" /> <a href="https://www.facebook.com/TudoAoRedor" target="_blank">Curta-nos no Facebook</a></li> +
-<li class="element"><img src="geo_templates/default/external/images/logos/logo_twitter.jpg" alt="" /> <a href="http://www.twitter.com/tudoaoredor" onclick="window.open(this.href); return false;">Siga-nos no Twitter</a></li> +
-</ul> +
-<div class="clear"></div> +
-</div> +
-<br /> +
-<div id="top_banner"><!-- EDITE A LINHA DE CÓDIGO SEGUINTE E COLOQUE O SEU CÓDIGO DE BANNERS OU ADSENSE --> <!-- <href="http://www.tudoaoredor.com.br/index.php?a=28&amp;b=136"> <img title="ANUNCIE AQUI!" alt="ANUNCIE NO MELHOR SITE DE CLASSIFICADOS DA REGI&Atilde;O!" src="http://www.tudoaoredor.com.br/Banner01-350x60.png" height="60" width="350" /></a>  <!-- EDITE A LINHA DE CÓDIGO ACIMA E COLOQUE O SEU CÓDIGO DE BANNERS OU ADSENSE --></div> +
-</div> +
-<!-- END LEFT COLUMN --> <!-- START CONTENT BLOCK --> +
-<div id="content_column_navigation"> +
-<div style="floatright;"><strong>Novos An&uacute;ncios:</strong> &nbsp; {module tag='newest_ads_link' buttonStyle=1} {module tag='newest_ads_link_1' buttonStyle=1} {module tag='newest_ads_link_2' buttonStyle=1} {module tag='newest_ads_link_3' buttonStyle=1}</div> +
-<div class="clr"></div> +
-{body_html} +
-<div class="clear"></div> +
-<div class="content_box">{module tag='module_featured_pic_1'}</div+
-<br /> +
-<div id="half_column_left"> +
-<div class="content_box"> +
-<h2 class="title">An&uacute;ncios Mais Visitados do Momento!!</h2> +
-{module tag='module_hottest_ads'}</div> +
-</div> +
-<div id="half_column_right"> +
-<div class="content_box"> +
-<h1 class="title">An&uacute;ncios Recentes</h1> +
-{module tag='newest_ads_1'}</div> +
-</div> +
-</div> +
-<div class="clr"></div> +
-<div class="clr"></div> +
-<!-- END CONTENT BLOCK --> +
-<div class="clr"></div> +
-</div> +
-</div> +
-{include file="footer.tpl"} <!-- eo_templates/default/external/images/logos/logo_rss.jpg -->+
 ===== <..> Source Code Editor ===== ===== <..> Source Code Editor =====
  
admin_menu/design/manager/edit/start.1352321893.txt.gz · Last modified: 2014/09/25 16:55 (external edit)