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

Taxonomy with language support

Is it possible to terms list using the taxonomy module with translations?
tnx.

Any help? Please?

Any idea why cron.php won't run and will only return the following error (Drupal 4.7.2)? No filebrowser module is installed:

Fatal error: Call to undefined function filebrowser_browser_content() in C:\Program Files\xampp\htdocs\mysite\includes\common.inc(1158) : eval()'d code on line 2

Thanks in advance! Any suggestions on how to clear this and get cron working would be appreciated!

Determining which is the current page (in code) using xtemplate

Drupal 4.6.5

Is it possible, using xtemplate, to determine which is the current page - so that some elements can be hidden and others shown?

Your advice would be much appreciated!

My Multi-site installation solution

After pouring over every forum, handbook, etc. I could find on the subject I finally figured it out and wanted to share what I found in order to help others.

Situation:
opensourcehost.com
cPanel
Docs state that shell is available but I could not find where it was located on cPanel

multiple domains with multiple databases

Solution:

Deleted the folder that the host made for my add-on domain, in my case domainb (notice no extension behind file)

After emailing the host, they stated that I had shell access but I had to get my own shell software. Recommended Putty.

Great! Got shell access finally, because I could not figure out how to do it without shell. Guessed that the login was the same as the cPanel (host did not indicate this) and guessed right.

At the command line I inserted the symlink code " -ln s . domainb " (domainb is the name of the above folder that was deleted)

Nothing! What this was all I was supposed to do! Nothing!
Another day of research.......................................

Wait a second! What is this! Apparently I am a shell dummy. You have to create the symlink in the main html directory! DUH!

Therefore, my solution:

Login to shell account (via Putty for me)

Command Line: cd public_html (my html public files are /public_html if yours are user/www then you would want to call this folder from the command line. Not sure but I would go " cd user " then "cd www ")

Placing Order ecommerce arrary(0)

A product is placed in a cart from a list and a method of payment is selected (credit card or paypal) and when a place order button is clicked "array (0) { }” is displayed in a new window with the URL http://localhost/drupal/?q=cart/review.

What is "array (0) {}” display mean? I am expecting a display which is much more meaningfull and related to the completion of the transaction.

image toolkit GD newbie questions

It seems like the only application of image tookit GD i've seen around is through image.module - now bear with me here ;-) Is it possible to just use the GD functions direction on images? Does it have to tie into the drupal system in anyway?

Can i on a certain page just have an image path/file and use a function like image_scale() directly on it?

My current setup has custom nodes, so i don't really want images as separate nodes, i just want to be able to resize images on certain phptemplate pages i've built.

Any help is apprecaited!
Lu

Pages

Subscribe with RSS Subscribe to RSS - Post installation