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

How do I install Ajax module?

Hi All

I have downloaded the Ajax module, but I don't see any installation instructions. I uploaded the .module file to the /modules directory, but what about the .js and .css files - where do those go?

I put them all in the modules dir to see and get the following error;

Fatal error: Call to undefined function: drupal_add_js() in /******/****/***/mydomain/modules/ajax_spellcheck.module on line 31

Getting the adsense tag to work...

Hi All,

Just wondering, I am trying to get the adsense tag to work in my content. I type;

[adsense:468x60:1:2]

into my content, but all this shows is exactly that and not my adsense adverts. I cna gt it to work if I use the php method, but not the tagged method.

Forgive me but what am I doing wrong here, I am sure it is something stupid? Thanks.

store_transaction_load()

I don't even know how to ask this question, but basically, I added sub-products to my ecommerce site and had to do quite a bit of nudging to make it happen. The instructions and patch files were kind of scattered, no definitive way to make it work, no discussion after 11/15 for some reason, a total dead-end. Any way, checkouts through auth.net stopped working once my sub-products were all sorted it out. I've traced the flow of my transaction data back and forth through the cart.module, authorize_net.module, the apparel.module, the store.module, and probably a few others by now.

I think I've isolated my problem, but it's so tremendous, I can't imagine how I'll ever make heads or tails of this. The culprit is the following query:

 $result = db_query('SELECT stp.*, r.rtxnid as rtxnid, r.rnid as rnid, p.ptype FROM {ec_transaction_product} stp LEFT JOIN {ec_renewal} r ON stp.txnid = r.txnid LEFT JOIN {ec_product} p ON stp.nid = p.nid WHERE stp.txnid = %d', $t->txnid);
 

I'm not a DBA, and all of the ALIASes and JOINs in this query leave me scratching my head. I've absolutely done my best to get this to a place where I'm not asking a question like, "how come ecomm checkout doesn't work?" so if anyone in the community can provide the slightest glimpse of what this query does, I'd appreciate it. If I could get this query to operate, I'm pretty certain the rest would fall into place as the next steps after this query are to simply load the auth_net form with data and submit. My auth.net transactions were working before my entry into the world of sub-products so I think once I figure out how to adjust this query so the right data is returned, it will all come together.

excel

Does anyone know how to bring an excel calculation program in drupal? We want our members to be able to calculate certain things like wat they should receive voor child support or wat interest they would pay for a loan, etc. My calculation programs doe work in a standard HTML site but wont work in drupal.

Any ideas?

EMBEDDING MEDIA PLAYER

Hi,
Can someone please help me i want to add streaming video to my website and for the i need to know how can i embed a media player in drupal coz i m tryin and it dont work
can someone please help me on this thing how can i do it
Thanks

Photoessay

Hey all...

Just wondering if anyone's got suggestions on ways to integrate a flexinode type (say, "Articles") with an image gallery (using the basic Image module) to create a Photoessay effect. This could be the node content with gallery images displayed in the sidebar, or simply linked to the gallery... just wondering if anyone's done something similar and might have any tricks up their sleeve. Thanks in advance.

Pages

Subscribe with RSS Subscribe to RSS - Post installation