This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How add "Image: Display Image" field to views

hi,all

I installed views module and image module , There is a problem to ask:

Views > Fields > Add Field, Do not find "Image: Display Image" field,

How add "Image: Display Image" filed to views?

Thanks very much!

epublish - index type layout for online newsletter

I've installed an epublish module.
I've included stories, pages etc. in the edition.

Now i want a index type of layout wherein i first want to list topics (included in the edition of the publication) based on the category. Clicking on the topic should take the user to detail/abstract that follows index. I've 5 categories that i want to display.

I was able to create index layout by adding new layout.inc file in the epublish folder but i could not group the listing into categories.

How can I achieve this? Can anyone help?

Adding to tabs in node view

Hi,
I've created a custom node type and I'd like to add another tab to the ones that the admin sees (view & edit).
I gather you use something like:

$items[] = array(
      'path' => 'admin/user/create/retailer',
      'title' => 'add user',
      'callback' => 'search_view',
      'type' => MENU_LOCAL_TASK);

in your node_menu, but I can't get it to work.
Could anyone help? There seems to be no documentation on this.
Cheers,
Toby

New EC module in progress: Taxonomy_actions

Billing users to publish nodes

Howdy,
after puzzling with different possible solutions to get different levels of publishing for node listings (a la Silver, Gold, Platinum) - see eventually pay 2 publish post here (note: i posted this thread also there for more visibility) - i am working on a new module that aims at providing a solution.

Scope
(well, actually work-in-progress!) the idea is to let users publish basic version of nodes for free, and later be able to pay to "upgrade" it and show more information (more fields outputted to the final node) and add more visibility (views plays here).
This should incentivate new users to go for a free publication at first, letting them explore the ground first, and helping new sites collecting content.



Taxonomy_actions:
I asked a coder to develop a module that aims at what i tryed to explain above, based on E-commerce obviously, on Taxonomy (Category) and Actions. The module will be called Taxonomy_actions, and the idea behind it is:

  • set up different "Levels" with different costs and properties (Silver, Gold, Platinum style). Each level will have it's corresponding taxonomy (category) term.
  • to upgrade a node, the user will have to buy the desired "Level" and assign it to one of his published nodes. The corresponding taxonomy term will be assigned to the desired node.
  • user will also be able to choose a duration in months. The final price will be a combination of Level x Number of months.

Once done that:

  • a conditional can be used in the template of the content-type to show more or less text-fields or whatever fields (show additional information) depending on the level they bought.
  • Views will play the role of showing higher-level listings in specific pages and blocks views in the site (more visibility).

Possible questions:

Q: Why not use role memberships to define different roles for publishers?
A: Tryed this in the early day, but this way is not possible to differentiate levels on a per-node level. All nodes published by a user asssume the properties of the role he buys. No good.

Q: Why not just add a price to publish a node type?
A: This way users have to pay a fixed price for each node they wish to publish. This is very straightforward and effective, but also can be a stop for some users who would like to get familiar with the site before actually paying for publishing.

Q: And why not have a node-type per level instead of taxonomy levels?
A: True, different per-level content-types each with additional information fields could be setted up, but in this case issues would arise when a user decides to upgrade/downgrade a node listing (he should copy the information into the new node and delete old one).

Drupal and phpBB integration but mod-rewrite is disable by webhost

Hallo

I am new to drupal. I like to make an integration between Drupal and phpBB. So I took a look at this site http://kepp.net/drupal/ and http://drupal.org/project/phpbb

I can see that this module requires mod_rewrite support on the server. But mod_rewrite is disable by my webhost (b-one). And they don't want to enable it :(

Can someone develop a news page type module please

Hi ,
Can anyone please develop or upgrade the exising news page module for drupal 4.7 please as the existing maintainers dont seem to be doing any development and are not replying to any issues as well.

Manuj

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions