Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am requesting volunteers in what I think is simple module but that I lack the php, mysql, drupal know how to put it together. Basically the module needs to perform three tasks; create a block with content pulled from the db, create links for the content on the block to other db content, which will be displayed when clicked.
What I have is an spreadsheet file which consist of 5-6 columns and roughly 25,000 rows worth of content (see html example below) which I can turn into a mysql dump of the same proportions (table with 5-6 fields and 25,000 entries). So what I like to do is have field one (eg. Categories) populate the block (which will be labeled Categories or edited at will), each entry in this block will have a name (eg. accessories) which then when clicked will display a page with all the entries that correspond to this category, with of coarse a limit of how many entries to display per page (can be edit as well) and a menu displayed atop the entries ( Back 1, 2, 3, ... Next) so that all entries in that category can be browsed. I am not to sure what other applications this could be used for but in my case displaying large amounts of content without having to create tens or hundreds of pages but just as simple as doing a data dump and letting the module do the work. In my case more specifically displaying a product list. Any input, thoughts or ideas welcomed.
I'm RTMF'ing as fast as I can. I've got things all set up, no questions, no hassle.
Now I want to code-monkey the weblinks so they include an input field for an RSS url. Syndication and aggregation being all the rage in the blogosphere.
Can someone point me in the right direction. I can usually figure it out but need a bit of a push in the right direction.
I thought I finally found a great host for my Drupal powered site, but was severly dissapointed when I discovered that the php configuration settings chould NOT be changed in any way. I've searched the Drupal site high and low for a fix for this, but have been unsuccessful. Yesterday I finally discovered a fix for this, so for everyone out there avoiding using quotes in their posts or those who have abandoned Drupal becuase of annoying backslashes - this should fix it for you. I created a function like this:
Fatal error: Cannot redeclare throttle_status() (previously declared in C:\www\drupal-cvs\modules\online.module:170) in C:\www\drupal-cvs\modules\statistics.module on line 847