How to recovery the Login Block

Hi All

I made a mistake that I unclick the login block. so Now I cannot login from the first page.
How I can recovery it? or How I can login to adminstrator?

Thx

drupal supports double byte username?

Does drupal support double byte username?

A few years ago I posted
http://lists.drupal.org/archives/support/2003-06/msg00016.html
because I could not use Korean in username.

How is the situation now? I briefly tested with 4.6 and found that
I could use Korean for username but not sure what character is allowed
for username.

Thanks

Support for formatting based on locale?

Does drupal have any support for setting the PHP locale based on the drupal locale, so that locale-based number, currency, and date formatting features can be used?

Alternatively, does drupal have any locale-based number, currency, and date formatting features on its own?

New DB-driving Module?

New to Drupal - I've read how to create a simple module by copying the story.module in 4.7...
http://drupal.org/node/40684

How do I expand this into a database-driven module? I'd like to have a specific db table for this module and then have various views of the data (aggregated lists and individual records).

Is there a doc out there that covers this? I didn't find anything when searching "database module". Maybe it is just pointing me to the API hooks needed? Thanks in advance.

CSSimple for drupal 4.7.x

I have just finished porting my CSSimple theme to drupal 4.7.x. It is available from my site here.

CSSimple is a PHPTemplate based theme for drupal 4.7.x. It uses pure CSS for layout and handles both three-column and two-column layouts. I jiggered it to make it easy to port themes from wordpress, and have ported around 20 themes from a wordpress theme competition.

comment replacement module... A bit confusing.

Hi there. I'm currently working a bit on a project where we would need a more powerful "comments engine" than the standard one provided by drupal. (Much because of that we needed a more powerful forum, and wanted the forum users to be able to comment articles). The idea was trying to implement punBB for this purpose (www.punbb.org). A bit tricky since punbb has has it's own authentication and we don't whant to mess around with that do we? ;) This is not the main issue though. First I tought it would be quite easy, just replacing the original comments module with a punbb powered one. But when I started to look at the comment.module code, I began to feel very confused. No big surprise there, I've started out just yesturday and I'm therefore quite new to how Drupal works. But after reading though some more guides I just felt I needed to ask someone about this, or it would take ages to figure out. ;) I'll just fire away then.

Some of the first questions that spring to my mind:

This comments module, could you look at it as a kind of interface module witch all other modules use for commenting functionallity?

If so, what hooks/functions would I need to implement in a punbb version for it to work with other modules? All of them? Just some "output" function?

Do I even need to owerwrite the comment.module or is there another way of setting the "comment engine" for a module?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x