Drupal is up and running but how do I ...?

How to add User Access control per company and role for uploaded documents?

Hello,

I am fairly comfortable with my current drupal installation, but am wondering what is the best way to approach this the Drupal way.

I have a company site where I would like to post documents, pdf reports, word docs, etc for my partners. I would only like the individual partners to see the documents uploaded for them, and none of the other partners docs. Also, possibly have the ability to have individual roles for each company, like admin, sales, marketing, etc.

This is how the process would work.

How do I hide Pub-IDs from users using AdSense Module?

Hi. It's come to my attention that the users of my site can see each other's AdSense pub-IDs. How do I hide them?

Thanks,

Jason

Form Validation Issues

I posted on this yesterday at http://drupal.org/node/63554 but got no responses and wanted to give it another try to see if I can find some assistance.

I'm running into an error on a clean install of Drupal 4.7 that is described in the the following thread: http://drupal.org/node/36591.

How To: Implement WebSideStory HitBox Analytics code

I spent a few hours trying to figure out how to implement our HitBox web analytics code into our Drupal site, and figured I'd post the info here for anyone else looking for it.

This tutorial explains how to implement the HitBox code using external .js files.

1)Start off by obtaining the HitBox analytics code from within your WebSideStory account. Paste this into a text editor.

2)Remove all instances of <javascript> and/or </javascript>; basically anything that has HTML markup.

3)Your code should look like this in the beginning (note this is for HitBox professional, not HBX):

var _pn="PUT+PAGE+NAME+HERE"; 	//page name(s)
var _mlc="CONTENT+CATEGORY";	//multi-level content category
var _cp="null"; 	//campaign
var _acct="WR5605117NAC70EN3"; 	//account number(s)
var _pndef="title";	//default page name
var _ctdef="full"; 	//default content category

4)Make sure to remove the instances of the javascript tag reference throughout the lower portion of your code

5)Save this code to either your theme directory, or your root directory (you will reference this later). I chose the theme directory.

6)Open your page.tpl.php file and add the folowing code directly beneath the opening body tag:
<script src="/themes/box_grey/hitboxcode.js" language="javascript" type="text/javascript"></script>

The name of your file should be replaced where i wrote "hitboxcode.js". Make sure to reference to correct location of your .js file.

How to edit style of front page?

Hello.
I want my default front page to match the style of my new pages and stories (I changed their title font color and size via CSS) but I can't find the style sheet or the CSS code for the front page.
I am running a modified version of the box_cleanslate theme.
Thank you.

How do we show latest node created by CCK on frontpage of site

We have installed drupal 4.7.0 with CCK and taxonomy block

now with CCK we have created a section for free classifieds ads and have defined taxonomy and terms for the same.....

but when we create a block for classified ads from taxonomy block with main taxonomy it gives page not found error

but if we select terms of the same we get a block showing latest post in that....

now without using taxonomy block can we show latest 5 post of classified ads category and the terms inside that on the home page of the website??

Pages

Subscribe with RSS Subscribe to RSS - Post installation