I have created a very simple view to list some nodes. Nothing is special about the actual query -- but here's the issue I'm facing...
So let's say I get an output of 10 nodes in my view. I want to be able to click on a node -- and when I do ... I do NOT want it to go to "node/#" instead I want that node ($node->nid" to big "plugged" into "event/$arg/overview" << in the argument... Basically what I'm saying is I want to re-write the link. I basically have a custom view that has urls similar to this..
i have a situation where I want to limit the count of nodes (maybe Images) per Usergroup. All users of Group 1 (nmaybe registered) should post 5 nodes of Images and all users of group 2 (maybe premium) shoul post 10 images.
What modul do I need to do this or how can I do it in drupal?
I wonder if anyone has tried to migrate from simplephpblog to drupal ? What procedure i should take ?
I had an old blog in simplephpblog and want to migrate it to drupal. There are mainly text, some graphics and some code. I don't care about the comments or each "post" 's rating. I just want the content. But it will be great if I can maintain the category of each "post".
Right now I have 4 systems running PunBB as the Forum manager. I also am a moderator for a large medical site that is thinking about migrating from PunBB to Drupal.
I was wondering if anyone out there has done something like this. I saw a few posts about PhPBB, so I am sure it is similar.
In terms of the database. We have over 7000 members with over 11,000 topics. Is there a way
to migrate some of that information from PunBB (MySQL DB) to a Drupal system?
I'm new to Drupal and not sure if I'm asking a stupid question or not, but here goes.
On my test website there are 3 user roles
- programmer (can do everything, basically sets up the site)
- content owner (can create content, and add users)
- content editor (updates content)
This role structure is very simple, but what I can't work out how to do is stop the content owner being able to create a user of any type! They could just create a programmer editor and go click happy!