drupal

29
Sep

几天没写东西了,推荐下东哥的cmsns吧,呵呵

CMSNS 是一个 Drupal 学习站,为处于不同阶段的 Drupal 学习者提供帮助:

你是前端人员,可进入 Drupal 主题小组

Tags:
2
Sep

drupal 多数据库切换并导入数据

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
Tags:
17
Jun

网站架构

1,SELECT a.nid FROM `term_node` as a left join term_node as b on a.nid = b.nid where a.tid = 5 and b.tid = 6

2,RewriteRule ^node/(.*).html$ index.php?q=node/$1 [L,QSA]

10
Jun

文件修改指定行,配合cron实现无人值守更新首页(前提是库里有一定量文章)

<?php
$file = "tpllib/article_list.php";
$str = file($file);
$count = count($str);
//函数 count 
for ($i=0;$i<$count;$i++){
7
Jun

Windows下的drupal一个Cron的方法,原作者zealy http://72.44.80.160/node/510

怕不知道什么时候这篇文章就没了,所以先转到这里,感谢zealy

由 zealy 于 星期六, 2006-04-29 17:19 发表

因为看到很多关于Cron的问题的帖子,提供一个Windows下的Cron方法。

Tags:
5
Jun

修改imagefield模块生成不同尺寸缩略图

imagefield_file.inc 44行

Tags:
20
May

网站运营

呵呵,这两天没写技术性的东西,没怎么做,服务器出问题了,整了快一个星期了,还是不行,邯郸网看来要彻底被K了,带个链接给它吧邯郸网看看今天更新不。

14
May

jquery浮动

<SCRIPT LANGUAGE="JavaScript">
Tags:
Syndicate content