本机测试与虚拟测试发现的.
如果MYSQL版本是4.1.X以下的,如4.0.X,那么你可能出现意外情况,至少本机测试的 5.0.27版本和5.1版本没出现错误
如果PHP版本是5.0以下,可能出现意外情况,但 4.3.X或以下版本一般肯定会出现情况..........
测试最佳平台是 MYSQL5.0或更高,PHP5.0或5.2或更高.
主页面头部导航多个字跑位的修改INDEX.HTML.PHP- <!--{loop $channels['menus'] $value}-->
- <li><a href="$value[url]">$value[name]</a></li>
- <!--{/loop}-->
- <!--{if !empty($channels['types']['news'])}-->
- <!--{block name="category" parameter="type/news/isroot/1/ischannel/2/order/c.displayorder/limit/0,15(这里是表示2个字的1级大分类,15是显示个数,不足的只显示全部,下面一样,自己修改)/cachetime/36800/cachename/category_news/tpl/data"}-->
- <!--{loop $_SBLOCK['category_news'] $value}-->
- <li class="a2"><a href="$value[url]" title="$value[name]">$value[name]</a></li>
- <!--{/loop}-->
- <!--{/if}-->
- <!--{if !empty($channels['types']['blog'])}-->
- <!--{block name="category" parameter="type/blog/isroot/1/ischannel/2/order/c.displayorder/limit/0,4/cachetime/37800/cachename/category_blog/tpl/data"}-->
- <!--{loop $_SBLOCK['category_blog'] $value}-->
- <li class="a4"><a href="$value[url]" title="$value[name]">$value[name]</a></li>
- <!--{/loop}-->
- <!--{/if}-->
- <!--{block name="bbsforum" parameter="type/forum/limit/0,4/order/f.displayorder/cachetime/21500/cachename/bbsforum/tpl/data"}-->
- <!--{loop $_SBLOCK['bbsforum'] $value}--> (这里是显示3个字的,显示的论坛的版块, 0,4表示显示从版块ID为1开始的4个,如果需要显示4个字,把下面的 a3 直接改成 a4 )
- <li class="a3"><a href="$value[url]" title="$value[name]">$value[name]</a></li>
- <!--{/loop}-->
复制代码 2级页面头部出现越位(字数超过3个的),修改\css\index_image.css- #menu .a2 {width:33px; }
- #menu .a3 {width:42px; } (这里改成57,想再智能点自己改)
- #menu .a4 {width:57px; }
复制代码 另外页面GOOGLE广告代码~~~
728*90- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 728;
- google_ad_height = 90;
- google_ad_format = "728x90_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 480*60- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 468;
- google_ad_height = 60;
- google_ad_format = "468x60_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 300*250- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 300;
- google_ad_height = 250;
- google_ad_format = "300x250_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 250*250- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 250;
- google_ad_height = 250;
- google_ad_format = "250x250_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 125*125- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 125;
- google_ad_height = 125;
- google_ad_format = "125x125_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 120*600- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 160;
- google_ad_height = 600;
- google_ad_format = "160x600_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码 120*240- <script type="text/javascript"><!--
- google_ad_client = "pub-1158893801392444";
- google_ad_width = 120;
- google_ad_height = 240;
- google_ad_format = "120x240_as";
- google_ad_type = "text_image";
- google_ad_channel = "";
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
复制代码
[ 本帖最后由 我要投宿 于 2007-6-19 11:54 编辑 ] |