4.7 Module Locations

I've been playing with updating BlogTheme to work with 4.7 (http://addingunderstanding.com/blogtheme_module_drupal_4.7). The oddity is that with the module (blog_theme.module) in the /modules/ directory it works fine. Moving the same file to /modules/blogtheme or /modules/blog_theme and it is no longer called at all.

Is this a bug or something I did wrong with the module?

FORM and jump menu

Ok, seriously pissing me off!!!

I have this...

$form['cat'] = array(
'#attributes' => array( onchange => '/"reload(this.form)/"'),
'#weight' => -1,
'#type' => 'select',
'#title' => t('School'),
'#default_value' => t(''),
'#options' => _state(),
'#description' => t('Select State')
);

I want this select menu to be a jump menu. But for some reason its not jumping. The population of the menu works, but the "onchange blah blah" doesnt. I've tried everything in my puny mind.

How do I add nodes to node queue

I installed the node queue module in mi site and created a node queue called News, but I can't find where to add the aggregator item I have in mi site to it, I'm trying to get the functionality that News Page module use to have.

Suppose I'm NOT a unicode wizard...

I've been having various issues with unicode since starting to use and play around with 4.7. I don't recall having any issues at all with 4.6.x. Now, some of you may be saying "not surprising", and that is kinda my point: I don't know whether that's surprising or not!

What I'm trying to say is that, like a lot of people out there coming to Drupal (I hope / suspect), I actually know and understand very little about the whole world behind web development. One very dark area for me, for example, is unicode.

This is something I have never fully understand and still have problems with (bear witness, nodes 45176 and 43567). Here is a classic example of what I'm talking about. Imagine for the moment that I'm an ordinary Joe finding my way around Drupal and setting up my first Drupal site. I have dabbled in PHP and MySQL and can just about find my way around my web server.

I discover one day that there has been an updated version of locale.inc and I know enough about the CVS repositories to be able to go and get it. I go to the page, I click the 'download' tab against the version I want. I copy. I paste. I upload. But wait, let's go back and look at the process for real:

1) I'm viewing the page in Firefox (1.5). Some of the code I'm viewing looks like this:


"zh-hans" => array("Chinese, Simplified", "简体中文"),

customize search results for sections in 4.7

I've got sections set up in a 4.7 site, and each section is themed individually, and each section offers individualized content. I would like to configure searching for each section so that only results in that section are returned.

Advanced search allows for limiting by category, so, typing

http://courses.danbutcher.com/search/node/category:22 searchterm

in the URL has the same effect as going to the advanced search, choosing the right category and typing in the search term.

Help Help Help Parse error: parse error, unexpected T_STRING

Please help I keep getting the same error message. I am new to all of this.

Parse error: parse error, unexpected T_STRING in /home/biddzon/public_html/themes/15/left.php on line 57

Here is line 57 and 58

// KEV's CHANGES -
changed following line to include items_counter

$getCats = mysql_query("SELECT
id,name,items_counter, hover_title FROM bidware_categories WHERE parent=0
AND hidden=0 ORDER BY theorder,name");

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x