Pushbutton theme changes

Could anyone please point out how to customize/change the display for URLs like http://www.ssvpsonline.com/profile/profile_passout/2000

I want to have this list in better formatted way.

Thanks

Need developer in Southern California, experienced with membership site

I'd like to find someone with whom I can work long term on a variety of projects.
You should be able to provide the design, using my logo(s) and other graphics as appropriate.
You should be able to do the development of site to my specs.

The first site should be relatively easy - replacing an existing site with less than 20 pages and a phpBB Bulletin Board. I could do it myself in WordPress but want a bit more flexibility.

A larger project afterwards would be a magazine-type site based on a theme like The Onion.

hook_nodeapi and form validation

I am using Drupal 4.7b4 and am having a problem with hook_nodeapi('validate'...) that I am really hoping someone can shed some light on.

I am using hook_nodeapi and hook_form_alter to add an image upload function to some of my existing nodetypes. My code works fine except if I preview a node before submitting it.

The problem is that hook_nodeapi('validate'...) is being called multiple times. My code looks as follows:

case 'validate':
if ($file = file_check_upload('nodeimage_upload'))
{
   $file = file_save_upload('_upload', _get_filename($file->filename), FILE_EXISTS_RENAME);
   ...
}

The first time $op='validate' is called, everything works fine, except that file_save_upload() removes the temporary file created when the node is submitted.
What this means is that for every subsequent call of hook_nodeapi('validate'...), I get the following error:
"The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename."

I have read the forums and everthing else that I can find in the docs and I still cant find out how to fix my problem. Very similar code in 4.6 worked fine. Is this a bug, a new feature introduced in 4.7 or simply a huge gap in my understanding?

The sequence of nodeapi calls I am getting is as follows:

  • load
  • prepare
  • validate
  • view
  • validate

Aggregator2 is it possible to make feed items a blog post

Is it at all possible to get Aggregator2 to post each item as a blog post in a certain blog rather than a news item?

how to retrieve the day select in the new date type form API?

Hello, I have a problem with this, I'm creating a module, and I put this in the form hook:

$form['group']['date1'] = array('#type' => 'date','#title' => t('Date1'),'#default_value' =>$edit[$form->fecha_carrera],'#required' => TRUE);

and then, in the insert hook I need to retrieve the selected day by the user... but if I do this (is an example):

$datetoinsert=$node->date1;
echo $datetoinsert;

I obtain "array", instead of the selected day by the user.

Seeking pro developer: Corporate site framework (Milwaukee area - or remote?)

I'm faced with possibly restarting a corporate brochure site project that's about 75% done in home-rolled ColdFusion. Having experimented a lot with Drupal, I know it already offers most of the features that have required custom coding in CF. It might be a slam-dunk for a pro experienced with custom nodes, taxonomy, and some of the contributed modules. I'm especially excited by the CCK, 4.7's new Forms API and other stuff. I just don't have time to figure it all out alone.

This site begs for Taxonomy-related navigation modules, or perhaps the new Category and Views modules. Each content page is to be complemented with side blocks featuring "Related Content" and "Related Products" as defined by taxonomy/categories/tags/whatnot.

Details...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x