BANEX Banner Exchange

Could the old BANEX banner exchange be made into a module that would let only paid members of the site join the banner exchange? The simplicity of the original banner exchange was wonderful but the code has always been problematic.

Need Drupal Developer/Consultant for Website Update

moka5 is a San Francisco area start-up developing desktop virtualization software. We have an existing Drupal installation that needs some work. Examples of the work required follows:
1. A major revision upgrade of the Drupal core (currently 4.7.6) and associated modules (including in-house custom modules).
2. Work on internationalization support. Our site has content in various languages, but it could be improved (eg. content is multi-lingual, but menu items are not).

Database Restore Problem

Hello,

I'm running Drupal 4.7, and recently corrupted the database through a (failed) upgrade to 5.2. So I've decided to go back to Drupal 4.7 for the moment.

Unfortunately, when I try to restore the backup I took before I tried to upgrade, I get the following error:

ERROR 1064 at line 2: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'aid` int(10) NOT NULL auto_increment,
  `mask` varchar(255) NOT

The start of my SQL dump is as follows:

-- phpMyAdmin SQL Dump
-- version 2.6.0-pl3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 16, 2007 at 08:31 PM
-- Server version: 4.0.18
-- PHP Version: 4.3.4
--
-- Database: `ganymede`
--

-- --------------------------------------------------------

--
-- Table structure for table `access`
--

CREATE TABLE `access` (
`aid` int(10) NOT NULL auto_increment,
`mask` varchar(255) NOT NULL default '',
`type` varchar(255) NOT NULL default '',
`status` tinyint(2) NOT NULL default '0',
PRIMARY KEY (`aid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

--
-- Dumping data for table `access`
--

-- --------------------------------------------------------

--
-- Table structure for table `accesslog`
--

CREATE TABLE `accesslog` (

Custom developed modules are getting disabled on login

Hi,

I am facing serious issues with my custom developed modules getting disabled while working inside drupal. I got to enable the module again and click on "Save Configuration". I am using Drupal - 4.7.3.

It would be of gr8 help if u could let me know why this happens?

Thanks in advance.

Problem with outputting content of block for anonymous users

I have a block that does a pager query for a specific content type and then outputs a list of the two most recent. It works fine for people who are logged in but for anonymous users the block is empty (It still displays the header and footer of the block. I'm using the following code:

Removing Resizable Textareas

Hi: I'm working with a version 4.7 installation of Drupal. I need to remove the Javascript resizable textareas - you know those li'l triangles at the bottom right corner of textareas, that let you pull on them and make them bigger/smaller? For various reasons, I need to turn this feature off thorughout my entire installation. (For one: has anyone noticed that it screws up the text directly below it in IE7?)

Does anyone know where in the code for Drupal 4.7 I can disable/remove this? My thanks in advance --

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x