I am new to Drupal, and I am loving it so far, and I need help with Paging. I am making a photoshop tutorial site, and I need to make the tutorials into steps for a couple of reasons. I got the paging module, and I put the module, and css that came with it into the modules folder.
I also enabled it in the module section, and I included the
in my page. It is not working for me, and I cant seem to figure out why.
just looking at CCK and contemplate again and wondering if there's a feature or enhancement already to VIEW certain fields (or groups) just by user-role or enable/disable that via a single custom privilege
I'd need only a simple scheme
- normal users
- admin users (they see all the fields)
I've got a site that's been running for a while without clean urls. Some of the urls are hard-coded with ?q=. If I move to clean urls will the old urls still work meaning some urls will be clean and some will still be '?q='? I don't want google links or bookmarks to break if I move to clean urls.
I'm trying to present in one column (called "street") data being stored in two nodes of different content type (CCK). Both nodes have the text field "street" but they are different content type (one may be created by authenticated user, another one only by administrator). I want administrator to be able to see both streets in the very same column of the table view. Is it possible? I tried Views and Fusion but it doesn't work this way. Any clue?
hi to all,
in every theme the page.tpl.php is a main page...
i want to create a subpage that is
about us -
contact us -
these at all sub pages to my project..
in main page(page.tpl.php i have different pictures)
in sub pages (i want to have different pictures)
how ll i create sub the pages... http://localhost/myproject/aboutsus/ http://localhost/myproject/contactus/