I am having problems with a Basic module going into Program Mode while running. It has a Black box running to one port, and into the black box is seven scanners (Symbol) The other port has a cordless scanner (symbol) Every once in awhile it goes into program mode. I'm assuming it's something that they are scanning, but I cannot figure it out. Is there someway to lock the basic module out, to prevent this from happening?
i just need pager_next and pager_previous for a block.
just for testing purpose i had commented out pager_first, pager_next and pager_list from pager_inc
( $Id: pager.inc,v 1.33 2004/10/31 07:59:18 dries Exp $ ).
when i click on pager_next the pager displays pages with even numbers like page-2 , 4, 6 etc., and pager_previous in a similar fashion (page-6, 4, 2 ...)
logically pager_previous and pager_next should display the previous and next page without any problem.
I decided to try to use the CVS version of Drupal on a
new site I am working on. I am using 4.3, 4.4 and 4.5
on other sites but this is my first foray into CVS and
I am eager to learn.
I wget'ted the cvs tarball and extracted it using my
normal tar vxfz. I then tried two things:
I would like to have field for each content type called "teaser" which is displayed on pages that list nodes, instead of the text currently displayed under titles, which is simply the trimmed body of the item.
is this core functionality I'm missing? Is there a module? I saw teaser.module but it doesn't seem to do it.
The key problem seems to be the inability to hide a field in the full dislay of a node. You can tell the system to display something as part of the trimmed post, but you can;t tell it to NOT display it in full node view.
I am having real problems with the image/file upload function. When a user goes to upload/attach a file it appears to work fine but doesn't preview. With images it just shows the cross in top left corner as though it can't find the image. If I look at my site through ftp I can see the file has uploaded and the preview/thumbnail image to the designated folder. (Strangely the audio upload funtion works fine)