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

TAC Lite... hide category selection from general users?

I'm setting up a more general site, but one of the features is providing a forum for members only. I've that working where only logged in members can access, however if they go to make a post, they are presented with the Category selection, which presents them with the choice of which forum area... fine, but also the Access choices of Members and Public that I created for the backend control.

eCommerce Shipping Based on Quantity

I am starting a tee shirt website and would like to charge for shipping as follows. For the first tee shirt you be shipping costs $5 but for each additional tee shipping is only $1.50. However, I need there to be able to be more than one category so that if you buy three shirts from one category you pay $5 + $1 + $1. And if you also bought another shirt from a different category you would pay another $5 for shipping.

Does anybody know of any way I could possibly do this?

profile view order

Hello, I'm trying to make certain fields in the profile view page higher then others. For example I have a custom category called "personal information". I want personal information at the top, but instead "History" is at the top. Then followed by a few modules I installed. Is there a way to reorder how the profile renders? I can't find a weight option and I'm looking through the various code files and I don't know nearly enough PHP to simply figure out by reading.

how to check if any comments were written or not?

I'm looking to do a simple check, whether a node (blog) has any comments or not, at the node level.

Thanks

Access denied for comments and forum replies, even for registered and admin

Hi all.

Every time anyone tries to post a comment or even reply to a forum thread on my site, it gives an access denied. Even for admin and registered users. I can start new threads but not reply, etc.

Any help welcome!

Thanks!

-- Anna

survey module problem

I am attempting to run the survey module for a 4.7 installation. Drupal is installed on a Unix server running php 5, and it also uses a codewrap to run the php scripts, which necessitates certain changes in permissions and in where files are stroed in order to get the software to run.

The survey module installs successfully, but when I try to submit a new survey, I get this error message: Fatal error: Call to undefined function forms_create() in /usr/local/etc/httpd/htdocs/stud_orgs/prof/cuppasa/cgi-bin/modules/survey.module on line 206

The codewrap setup has caused me to keep images outside of the cgi-bin, and permissions for different files have to be set a certain way otherwise Drupal will not run. So I am thinking that there might be a permissions problem, but none of the combinations that I try (770 for the folder and 775 for the files for example) work.

It would help me if I knew what the function mentioned in the error message is for: What is Drupal trying to do at this point:

function survey_insert(&$node) {
// first thing to do is create a form to associate to this survey
$node->fid = forms_create('survey');
db_query("INSERT INTO {survey} (nid, fid, email, result_page) VALUES (%d, %d, '%s', '%s')",
$node->nid, $node->fid, $node->email, $node->result_page);
}

(this is lines 204-210 in Dreamweaver)

I also wonder if this is related:

Pages

Subscribe with RSS Subscribe to RSS - Post installation