现在的位置: 首页

drupal7 tpl 复写

发表于164 天前 Durpal  暂无评论
Template suggestions: What’s a template suggestion? It’s an alternate template (.tpl.php) file that you have created to override the base or original template file. Suggestions only work when they are placed in the same directory as the base templates. Custom Template Suggestions Custom suggestions beyond the ones listed below can be created. See the page Working with template suggestions. Default Template Suggestions in Core block–[region|[module|--delt...
阅读全文

drupal node 字段定义

发表于166 天前 Durpal  暂无评论
<?php print $content ?> 可以分解下面的字段显示。 <?php print $title ?>标题 <?php print $node->content['body']['#value'] ?> 内容 <?php print $node->content['image_attach']['#value'] ?> 缩略图 <?php print $node->field_email[0]['value'] ?> 自定义字段 <?php print '<pre>'; ?> <?php print_r(print $node->content['field_features_amen']['#children']); ?> <?php print '</pre>';?>自定义多选字段
阅读全文

magento 多语言和插件安装说明

发表于185 天前 Magento  暂无评论
首先当然是安装,不管是直接FTP上传也好,利用CPanel的Installatron也好,总之这一步没什么好说的。 装好以后先做多语言: System → Manage Stores,创建两个新的Store View。三个Store View Information分别是 Name:Chinese/English/German,Code:cn/gb/de,Status:Enable。然后修改Main Website Store的Default Store View。 System → Magento Connect → Magento Connet Manager,选择Settings,把Preferred State 改成 Beta,回到Extensions,安装这三个Extension包: magento-community/Locale_Mage_comm...
阅读全文

JQ 选择器

发表于257 天前 Javascript  暂无评论
jQuery的选择器支持CSS3选择器标准. 下面是W3C最新的CSS3选择器标准: http://www.w3.org/TR/css3-selectors/ 标 准中的选择器都可以在jQuery中使用. jQuery选择器按照功能主要分为”选择”和”过滤”. 并且是配合使用的. 可以同时使用组合成一个选择器字符串. 主要的区别是”过滤”作用的选择器是指定条件从前面匹配的内容中筛选, “过滤”选择器也可以单独使用, 表示从全部”*”中筛选. 比如: $(“:[title]“) 等同于: $(“*:[title]“) 而” 选择”功能的选择器则不会有默认的范围, 因为作用是”选择”而不是”过滤”. 下面的选择器...
阅读全文

drupal6 火车头发布模块

发表于260 天前 Joomla, 火车头  暂无评论
http://www.178gs.com/dp6.rar
阅读全文

英文如何寻找外链资源

发表于263 天前 SEO  暂无评论
一、跟着竞争对手走 在uk.yahoo.com或谷歌用link查 询竞争对手的外链(最好是雅虎,雅虎显示的多)然后从中挑选出可以使用的跟着用(yahoo主站的link功能已取消,国别的还没有,这里我选择是的uk站你也可以选择其他国别站)。 延伸第一条,查到对手的发链接页面后我们可以看到在这个页面除了我们个竞争对手还有其它的人也在这里发外链。那么我们直接复制他们发留言的全部内容去搜 (如果跟我们一样发外链,那么留言内容应该也都差不多是一样的,不过最保险不浪费的方法就是link他们的网址找),如果找到一个做的时...
阅读全文

Classifiedschn.com 使用modules

发表于266 天前 Durpal  暂无评论
http://ftp.drupal.org/files/projects/views-7.x-3.x-dev.tar.gz http://ftp.drupal.org/files/projects/ctools-7.x-1.x-dev.tar.gz http://ftp.drupal.org/files/projects/token-7.x-1.x-dev.tar.gz http://ftp.drupal.org/files/projects/pathauto-7.x-1.x-dev.tar.gz http://ftp.drupal.org/files/projects/ed_classified-7.x-3.x-dev.tar.gz http://ftp.drupal.org/files/projects/imageapi-7.x-1.x-dev.tar.gz http://ftp.drupal.org/files/projects/imce-7.x-1.x-dev.tar.gz http://ftp.drupal.org/files/p...
阅读全文

什麼是panels

发表于266 天前 Durpal  暂无评论
一個接一個的基本模組之後 內容處理因為cck+views 的強大, 還未出現和內容相關的強力模組 所以, 進入進階顯示方式的部分 panels 簡單點說是一個可以自定的dashboard 將版面, 除了header, footer, left-sidebar, right-sidebar, content 再將content 細分 而細分的方法法是可自定 令panels 可以輕鬆的幫首頁做一個特別的排版 例如首頁content 分為上, 下左, 下右 regions 上放recent content page 下左放recent comment block 下右放rss feeds block 特別之處在於, regions 之內可以放一個或多個page, block 利用不...
阅读全文

搜索框联想功能,json调用接口

发表于272 天前 Javascript  暂无评论
<script type=”text/javascript”> $(document).ready(function() { var checkFlag = true; $(“#search_form input[type='text']“).attr(‘autocomplete’, ‘off’) .focus(function(){ $(this).css(“color”,”#000000″); $(this).val(“”); }) .blur(function(){ if(” == $(this).val()){ $(this).css(“color”,”#999999″); $(this).val(“输入关键字,搜索视频和专辑”); } }) .keyup(function(){ if(checkFlag == false) return false; var $this = $(this); var key = $(thi...
阅读全文

joomla 组件,模块,插件,下载地址

发表于279 天前 Joomla  暂无评论
http://www.howeverz.com/download/joomla/JoomlaXTC/joomla/
阅读全文
×
腾讯微博