Nodequeue module

The Nodequeue module allows users to collect nodes in an arbitrarily ordered list. The order in the list can be used for any purpose, such as:

  • A block listing teasers for the five top news stories on a site
  • A user’s favorite music albums
  • A node randomly displayed from a set of “favorites”

Nodequeue provides a simple drag-and-drop interface to manually order any queue. Additionally, it allows nodes to be added and removed from queues without needing edit permissions to the node.

Uploading Picture

hi,

I am trying to upload an image uisng the following code:

img src="pic01.jpg" alt="Angry face"

But i am not getting the image.

Can some body help me on it

Remove <div class="region region-sidebar-second"> being added by render($page['sidebar_second')

To a 'kind' theme expert

I am almost there - upgrading newsflash theme to D7

Newflash supports variable column widths by creating some dynamic style tags, to support the advanced admin options - like set a column width.

Using html.tpl I have been able to recreate the style scripts in the head on the page, and now have the two columns appearing in the theme as intended, with the correct font families etc etc.

But, print render($page['sidebar_second') - is inserting this div class into the page -

Building a Drupal Website For Syncing Favorites

I just got an email wish I never planned on getting, and which I wish I had never gotten. I've been using Xmarks add-on for IE, Firefox, and Chrome for a while now to sync my favorites between browsers and PCs. It's been very helpful, though I've probably only used it 6 months, myself. Well, apparently due to financial struggles, they are going to have to kill that service altogether this coming January.

Initialize variables in advanced theme-settings for D7

Still working my way through the upgrade of newsflash to D7

The theme uses 'theme-settings.php' to create a bunch of additional values.

In D6 we have this in template.php to check the values have been created, and if not to populate with default values.

if (is_null(theme_get_setting('newsflash_style'))) {
global $theme_key;
// Save default theme settings
$defaults = array(
'newsflash_style' => 'blue',
'newsflash_width' => 0,
'newsflash_fixedwidth' => '850',

etc etc

SA-CONTRIB-2010-098 - Memcache - Multiple vulnerabilities

  • Advisory ID: DRUPAL-SA-CONTRIB-2010-098
  • Project: memcache (third-party module)
  • Version: 5.x, 6.x
  • Date: 2010-September-29
  • Security risk: Moderately critical
  • Exploitable from: Remote
  • Vulnerability: Access bypass, Cross-Site Scripting

Description

The Memcache project provides an alternative cache backend which works with memcached program to speed up high traffic sites.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x