This forum is for less technical discussions about the Drupal project, not for support questions.

High School/College Class Site

I've spent a few months getting Drupal tweaked for a high school reunion web site. It's still evolving. If anyone is building a similar type of community site, rather than re-inventing the wheel, please let me know and I can just zip the whole thing up for you. There are some hacks but all have been done at the theme level so as not to blow away the upgrade path. I also have tweaked the Blix theme for the site.

It's pretty much a standard Drupal install except for:

correlative blog

I write a new blog post,and I want to add the hyperlink of correlative blog under this page.
Who can help me?
Thanks.

Forum block on drupal.org

Why it isn´t at the right sidebar as in the past? It was really useful.

Nested Select statements within MySql

I am having a problem running the followin MySql query from a PAGE.

SELECT ff.title AS QUESTION, respone.YES, resptwo.NO FROM form_fields AS ff,
(SELECT sf.ffid, COUNT(sf.ffid) AS yes FROM survey_fields AS sf, form_fields AS ff WHERE sf.value = 1 AND ff.ffid = sf.ffid GROUP BY sf.ffid) AS respone,
(SELECT sf.ffid, COUNT(sf.ffid) AS no FROM survey_fields AS sf, form_fields AS ff WHERE sf.value = 2 AND ff.ffid = sf.ffid GROUP BY sf.ffid) AS resptwo
WHERE ff.ffid = respone.ffid AND ff.ffid = resptwo.ffid

possible exploit with /admin/themes/settings circulating ?

I've had a drupal install up for about 3 days and during that time - and have access pretty much shut down as I get members of my community to voluteer to moderate and other fun stuff.

That said, even with all menus and content shut-off to the general public, I'm noticing several attempts by unregistered visitors to access
/admin/themes/settings

They don't even visit the front page, just whamm ... into /admin/themes/settings ... and it looks like they're cycling through anonymous proxies to get there.

Any thoughts or ideas?

installation problems in local host, line 31

I want to intall Drupal and Civicspace but I can't. After installing bbdd in PhpAdmin (EasyPHP), I have the following error:

Notice: Undefined index: pass in c:\easyphp1-8\www\drupal-4.6.2\includes\database.mysql.inc on line 31

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\easyphp1-8\www\drupal-4.6.2\includes\database.mysql.inc:31) in c:\easyphp1-8\www\drupal-4.6.2\includes\session.inc on line 10

Pages

Subscribe with RSS Subscribe to RSS - General discussion