Drupal is up and running but how do I ...?

Is it tinyMCE who changed my [b] to [strong]?

Hi,

I prefer using [b] than [strong], so I put [b] as html coding, and when I validate my post, those [b] are changed in [strong].
Any way workaround?

Thanks

Creating a second story title

Hi,

Is there a way or a module to create subtitles? Errr I mean, not the subtitles as in a movie, but a second title. I would like my stories to have a main title, and sometimes a second title to put just below the main title.

Example: main title : "The new imac intel is here"
Second title : "Will it be as good as it sound to be?"

And so with the theme engine I'll be able to setup a font, and so on for the title, and an other one for the second title...

anyone got: a copy of filemanager.module with the ~private~ patch installed?

Does anyone have a copy of:

filemanager.module

with the filemanager-private.patch installed that I could download from somewhere or that you can send to me via email at my account here?

I haven't got access to a unix shell and haven't been able to get a version together that runs in a windows shell.

TNX ...

p.s. (dear filemanager.module and acidfree.module developers - Why not provide an already patched copy of this file with your .gz distribution and save a lot of people some time? )

how to set permission to post comments

I'm about to hit my head up against the wall. Please help me before I break by head against the innocent wall!

How to Execute 3 SQL sentences in node.module 's 1617th line?

I want to change the order of nodes list in default frontpage to following order:

1st Hotest node
1st Newest node
2nd Hoter node
2nd Newer node
3rd Hot node
3rd New node
......
......

So, I want to change the 1617th line in node.module to use the following SQL sentences:
--------------------
SET @HOT = 0;
SET @NEW = 1;

(SELECT nid,(@HOT := @HOT + 2) AS SORT
FROM node_counter
ORDER BY totalcount DESC)

UNION DISTINCT

File uploads that expire after a certain period of time

I'm creating a site for a firm that sells admission to online courses that will be held using a previously implemented collaboration system. These courses will be recorded and the firm would like a way to upload those recordings to their drupal site (they are presumably common video files, though I admit I'm not entirely sure what type of files these will be, but that's not important).

Pages

Subscribe with RSS Subscribe to RSS - Post installation