links for 2007-11-29
-
# Java Applications (27)
# Java Games (10
# Mobile News (15)
# News/Catalogue (7)
# Nokia Themes (63)
# Pc Tools (5)
# Phone Catague (1)
# Sony Ericson Themes (36)
# SonyEricsson Apps/Games (24)
# Symbian S60 (456)* Applications (279)
* Games -
This tutorial shows how I create a custom content type and then a corresponding view using the Drupal content management platform.
-
Главная Программы Игры Видео Музыка Книги Написать нам
-
Исходные данные: словари для текстовых материалов (статьи, новости и т.д.); словарь “услуги”, привязанный к типу cck.
Требуется: выводить ноды н -
Возникла необходимость выводить ноды несколькими видами (четырьмя) (двух видов: page и teaser не хватило).
Решение:
Можно передать в шаблон node.tpl.ph -
Zenoss Core is an enterprise network and systems management application written in Python/Zope. Zenoss provides an integrated product for monitoring availability, performance, events and configuration across layers and across platforms.
-
$header An array containing the table headers. Each element of the array can be either a localized string or an associative array with the following keys:
* “data”: The localized title of the table column.
* “field”: The database field represente -
function phptemplate_views_view_table_viewname($view, $nodes, $type) {
$fields = _views_get_fields();foreach ($nodes as $node) {
$row = array();
foreach ($view->field as $field) {
if ($fields[$field['id']]['visible'] !== FALSE) { -
This views snippet allows you to render a tableview with columns and rows switched. Suppose you have the following output:
-
want to be able to group a list of nodes into a series of lists. Say, list nodes by author, or by the date they were created, or by the first letter of their title. That is, actually, easy to do via the view’s template function.
-
If you are not satisfied with ready-made blog and website templates and want to build your own design, having a bare-bone structure might make it easier. We’ve created a list of top ten tools to help you create that basic structure to kick-start your cr
-
Combined with CCK in Drupal 5, Bio module can provide a more flexible, more *efficient* solution than Drupal’s core Profile module. If you’ve wished that user profiles were complete first-class nodes — available to your content search index, available to
-
This video tutorial shows you how to create a secure, custom contact form using the Drupal content management platform. The following modules are used in creating this form. Akismet, Content Construction Kit, Form Store, MyCaptcha and Notify.
-
Form store is a useless module by itself. It maintains and provides other modules with a list of forms. Captcha 5.x-2.x, but also MyCaptcha 5.x-1.x rely on it to add captcha points to arbitrary forms.
-
Recently I needed to import a small (100-200) node set from an ‘old’ database to a CCK content type. I used the following code, which serves as a nice example of the drupal_execute() function.
-
The correct way to insert and update nodes is with drupal_execute, rather than node_submit because it handles form alter and form validation.
Debug the node edit form by placing a print_r($node) in node.module at the top of node_submit, edit node/add/you
-
Fortunately, Drupal has a convient mechanism for being able to execute any form programatically. It’s called drupal_execute(). Though often over-hyped and under-utlized, drupal_execute() can save us tremendous amounts of work. Drupal execute takes two arg
-
The Content Construction Kit (CCK) began as a natural evolution from the popular Flexinode module. The Flexinode module allowed you to define your own content types (a blog entry, a recipe, a poll, etc) with a number of custom fields. CCK also allows you
-
One of our clients wanted to create a social networking site similar to Digg, it will go live just after Christmas but in the process we have learnt a lot about Drupal and how sites like Digg work.
-
Voting Actions bridges the gap between VotingAPI based rating/voting systems, and Drupal’s Actions module. Administrators can set up rule sets to be executed whenever content is voted on by a user. The rule’s criteria will be checked against the contents’
-
We just finished building a simple form application for a client. Previously we have been big fans of webform.module, but this time we decided to go another route. After seeing some posts around drupal.org about using a combination of cck, actions and wor
-
Drupal is a fantastic content management system but is perhaps not the most non developer friendly however 3 simple modules can help you create compelling and powerful web site. So in this 3 part mini series lets see how easy it is to develop new content
-
The actions module allows the configuration of Drupal actions. A Drupal action is a specially written PHP function whose parameters are configured through the web. For example, the Send Email action has parameters Recipient, Subject, and Message. You coul
-
This module is designed to recommend content to users via a Slope One algorithm. The download is a package that contains both the developer api (cre.module) and basic recommendation modules (like node_recommendation.module).
-
The Actions.module is a powerful way to automate tasks on your website. Actions are small “snippets” of php code that can be triggered on certain events. For an example of a module that uses actions, see workflow.module.
-
The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type.
-
The contributed modules are not part of any official release and may not work correctly. Only use matching versions of modules with Drupal. Modules released for Drupal 4.6 will not work for Drupal 4.7.
-
This project is an attempt to build a digg.com/reddit.com clone. It builds upon a number of other module, see below.
-
This module provides the ability for users to gain points when they do certain actions, such as posting a node, posting a comment, voting on a node, inviting a user, …etc., and hence it is a powerful community building tool.
-
This module provides the ability for users to vote on various node, assigning a score to each one. The average overall score and number of votes are displayed below each node.
-
The Links Package is a multi-module set for managing URL links in a master directory, and attaching them in various ways to your content pages. It includes both an API for developers and user-visible content modules. This package is released for Drupal 4.