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

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:

Feed questions: what's up with mine, how do I fix it?

I have some questions about my rss feed. Here's the link:
http://www.latin-mass.org/spd/rss.xml

I subscribed to it myself and realized it was feeding a bunch of images from the files/images/temp directory. Most of them were images that had been associated with my test site and were never part of the published content on the live site. All I wanted to have going out on the feed was new published content. Is there some setting in admin that I've overlooked?

Roger

TinyMCE and <form> elements

Put simply, can I disable the security feature within tinymce that automatically comments and disables form elements?

Pages

Subscribe with RSS Subscribe to RSS - Post installation