Help with sorting criteria in module monthly archive

Hello,

I am using Monthly Archive module. This module sorts nodes based on their 'last updated time' instead of 'node creating time'.

Forum Design

While playing with Drupal 6 I impressed with new theming options and decided to prepare a generic theme and installation profile for forum sites.

Now I achieved tableless forum theme which is pretty useful for SEO stuff. I also achieved more vbulletin/IPB/PHPBB like interface. I am going to share that theme with Drupal community but I want to be sure that it fits (almost) everybodys needs. So I wonder what would you like to see in your forums.

first from me

- Basic WYSIWYG editor for message posting

Problems with Permissions

Hi there !!

I just tried to configure my Drupal and noticed 2 things...

First is about the secondary menu.. everytime i log in, it appears and when i log out, it disapperas!
How can i change that ? I want primary and secondary menu be displayed always !!

Second is about the Search Box Block... I gave access to that block via permission menu but still guests cant see it..
And also here, if i log in, it appears.. log out = dissappears.. guess what, i also want this to be shown ALWAYS !

anybody help plz ?!

THX

Delete margins around Drupal ccon and RSS feed icon

Ok, my problem is really simple, but I'm new to Drupal, and I couldn't find a solution on forums (only few topics about Drupal 6 theming).

My situation : currently finishing my own Drupal 6 theme. I'm a Drupal fan, and I want to display the drupal icon on the frontpage.

Mysql Three Table Queries

Hi guys

I'm trying to select the following

fid from friends table,

uid, picture from the users table

value, fid from the profile_values table

when executing this query
SELECT f.fid, u.uid, u.picture, p.value, p.fid
FROM friends f
INNER JOIN users u ON f.fid = u.uid
INNER JOIN profile_values p ON f.fid = p.uid
WHERE f.fid =2
AND p.fid >=2

Its returns two rows and like this:
fid| uid | picture | value | fid
1 | 1 |img | Name | 1
1 | 1 |img | Surname | 1

You have an error in your SQL syntax...

once i created my first page a red box with the following message appeared...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x