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

Change what the content say, not theme

Is there a way where I can edit the files/parts of the site? Like i want to edit the Login menu myself, where can i do that? I hope this makes sense. Thanks for your help.

XSLT help: pull XML from web?

Sorry, I have no better forum to file this under.

Here is my issue. I'm working on a non-profit theater site who uses a third party box office solution for selling tickets in house and on the web. This service publishes showtimes on HTML pages transformed from XML. They will not allow us to style these HTML pages so we will have to make our own XSL transformations, something I know next to nothing about. Since this service they use developed it process at a time before there were such a thing as XML standards and have flat out refused to update their method, all the example XSLT scripts just plain don't work. So, I am approaching the only community I have an 'in' with to help me figure out what I need to do.

It doesn't seem like there is a functional XML import module for Drupal, even though some people have started projects on it. I am not sure we want to create nodes for each showtime either. In the end, I need to create seven HTML files to SSI into drupal nodes for each day of the week. I don't know all of the date formatting and sorting vocabulary but I'll cross that once I get there.

I found this code that works just great in a practice environment with dummy files:

<?php

// Allocate a new XSLT processor
$xh = xslt_create();

// Process the document
if (xslt_process($xh, 'aa_showtimes.xml', 'aa_format.xsl' , 'result.html')) {
print "SUCCESS, sample.xml was transformed by sample.xsl into result.xml";
print ", result.xml has the following contents\n

BBCode Formatting Bar position issue

Hi,

I've just installed the BBCode module and then the BBCode Formatting Bar module. They both work ok (not much testing yet, though) but when adding or editing a node the Dormatting Bar appears:

Admin (user id 1) user, TinyMCE, and permissions question

Howdy All-

Not sure if this is purely a TinyMCE issue, or a permissions one, or if I'm completely missing something (possible- feel free to point that out). When setting up TinyMCE, I can set up roles and allow them to access TinyMCE profiles. However, the admin user, or user ID 1, can not access any of these profiles.

Image_Assist Module Error Message

Hi again everyone,

I am brand new to Drupal. The version that I have installed is 4.6.5. I have been having running the Image_Asst plugin. When I go to activate the plug in, I get the following error message:

Fatal error: Call to undefined function: base_path() in /home/mansour/public_html/modules/img_assist.module on line 77

So if any of you know what I need to do to fix this so I can start uploading images and working them, that would be great. Thank you very much for your help.

Lisa

How do I stop users from being able to delete nodes?

(Regarding both 4.6.6 and 4.7)

This is probably an extremely simple thing to setup, but I'm not sure how to stop my users from being able to delete nodes which they've created? Is this tied into EDIT permissions?

Thing is, I don't mind if they want to edit their content, but would prefer that they don't delete it completely. Is this possible?

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Post installation