drupal-themes
Theming a field in Drupal-6
I have a custom content (using cck) namely thewittyshit and it has a field namely field_thewittyshit . I want to theme field_thewittyshit field for all the views. I wrote the following code and saved[详细]
2023-01-04 18:19 分类:问答Drupal. Use AJAX to update view's content
I\'ve created a view in Drupal that retrieves a list of nodes. The display of this view is a page and it works perfectly well. It does even allow me to filter its content by argument.[详细]
2023-01-02 20:44 分类:问答How do I use a custom #theme function to a fieldset in a drupal module?
I have a module that builds a form that includes a fieldset.Instead of using the <legend> element to render the fieldset title, I want to place this content in a <div> element instead.But[详细]
2022-12-29 05:31 分类:问答Drupal: How do I have a module enabled for one theme, but not another?
I have insta开发者_StackOverflow社区lled the LogoTool module, but I only want it enabled in the custom theme used for the front end site, not for the Garland theme used in the administrative back end.[详细]
2022-12-27 16:50 分类:问答How to add theme settings to Zen-based themes?
I\'m trying to place my own theme settings into a drupal subtheme. i\'ve used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings[详细]
2022-12-23 09:17 分类:问答Loading users from an SQL query - the correct way
I have an SQL query that lists the uid of all users who have a certain role: SELECT u.uid FROM {users} as u, {users_roles} as ur[详细]
2022-12-22 03:53 分类:问答How to get rid of Drupal CSS stylesheets?
I am trying to accomplish the following. I need to use Drupal 6 as a project requirement, but I want to use it with my own HTML and CSS stylesheets for each node/view/panel etc.[详细]
2022-12-21 13:42 分类:问答Drupal6: Removing template files
I have been using a custom template file called user-profile.tpl.php for a while. But wanted to explore the CCK Content Profile abilities.[详细]
2022-12-18 19:56 分类:问答Attach class to menu item based on content type in Drupal
I have seen a few functions that allow one to attach classes/ID\'s to menu items; unfortunately, none of them apply to my use case. What I want to do is assign a class/ID to any menu item based on the[详细]
2022-12-18 17:12 分类:问答How to modify the drupal search templates?
I\'m attempting to create my own templates for the search pages using drupal 6.When creating these template pages i usually use Drupal Template Suggests but for some reason when creating the files:[详细]
2022-12-16 23:20 分类:问答
加载中,请稍侯......