This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

categories broke edit - i disabled, now site gone.

I had just started putting a new site together with 4.7 from CVS from a couple weeks ago.

I am sort of new to Drupal but was pretty sure I needed to use tox to classify my nodes. I have only added a few nodes so far but had added terms to them. I then started to try out a couple other tox mods to see how this all worked; I had the tox_block and tox_theme mods working fine.

Then I figured I should likely start looking at categories since I thought this was likely the way I SHOULD be doing this.

I went through install process (even though I think install.txt is a bit confusing) - but I think I did things correctly. I imported my existing nodes from one vocab to a category. This worked fine.

NOW... the issues:

- some of my nodes don't show up as orphans - no big deal

- when I am logged in as admin and I go to a node - I can no longer EDIT the node

- I read a post about this and someone suggested disabling/enabling categories to fix this.... OOOPS!!

- once I disabled "Categories" module and hit save; my site was gone.

I get " Call to undefined function: category_select_nodes()"

So I guess it makes sense that I wouldn't be able to find this function since I just disabled it - but pretty sure it shouldn't kill my site.

Hopefully just removing the category mod will repair this - but I kinda doubt it... stay tuned...

Have I installed something incorrectly here?

NOTICE-BOARD

How do you do!
We Beg pardon for my english since write by means of translator.
I interest the module a NOTICE-BOARD for accomodation of information on car, there is such marketed under Drupal.
Respectfully yours, Mihail.

Block access control and database

I'm modifying block.module to allow Drupal to display blocks based upon the role a user is assigned. I have this code:

  $rroles="SELECT name FROM role";
  $rrroles = db_fetch_array(db_query($rroles));
  
	   foreach ($rrroles as $reles => $names) {
		    $options = array();
		    $options[] = t($names);
	    }

But it only returns one result. I've tried a while loop but the page hangs. All help would be deeply appreciated.

Wordfilter

I installed wordfilter and added some of the standard words. I am assuming wordfilter works, but I was a bit taken aback when I notced that the offending words are listed on the compose tips page.

How do I take them off of there?

layout fix - suppress side blocks in this page?

Hi

I have a problem with a table over-lapping the side block.
http://urbits.com/_test/table_over.gif

So far, when I've needed to customise a page, it's been adding something in - that's going ok. But in this case I assume I need to understand is how blocks are suppressed on an adhoc basis. Is there an unhook_block() function (does that show my newbiness?)

External Quotation Module for Drupal Ecommerce Package

I'm going to do this, comments are welcome. I also have a quotation module proposal on its way.

External Quotation Module for Drupal Ecommerce Package

Goal

- Ease the purchase for large organizations like a university;

Features/rules

- In the normal cart, a registered user can generate an external quote instead of a real purchase, and external quote terms are displayed;
- An external quote can be purchased without need for user registration; FIXME: any security problem? What does the law say?
- In the order status/tracking page, user can: enquiry external quote status, remove an external quote if not being purchased and not expired;
- External quote is kept in the order status/tracking page as the way a normal order does;
- External quote is valid for a limited time (as it holds the stock) either specified by the administrator or any shorter product/service expire date.
- The status of the external quote is emailed to its requester automatically, including a purchase reminder several days before expire;
- External quote is identified by a unique number which is separated enough or coded to proof typo and malicious probing;
- Requester information is filled out by default at the check out page

How
- A database table for the external quotes with the fields: external quote number, internal order number, expire date, status; FIXME: I guess there should be an order table from the ecommerce module for normal order information including the buyer information???

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions