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

'This page took x seconds to generate'

I would like to add information about how long pages took to generate to my footer. Is there a variable I could add to my page.tpl.php, or is it more difficult than that?

This is mostly so I can see quickly if a module I install is having a bad effect.

Showing date of post for CCK-content

Whenever I created a content with type 'story', I can see the detail of posting like:
Submitted by bubuk on 5 May 2006 - 1:05pm.

Sadly content created with CCK does not show that detail at all. What should I do to bring out the authoring information?

profile > birthday: Array

Hello, for my profile I have it so people can set up their birthdays but on their profiles no matter what they enter it will show up as "Array". The code I used is:

print $user->profile_dob

The title is called "profile_dob", how can i fix this?

On 4.7.0 can't administering theme

Anybody has the same problem with me? I'm using WAMP and currently running the version 4.7.0. Is it because the theme engine (PHPTemplate) is only available for 4.6? Been trying to use the cvs version but only see and blank page. Thx

stumper: node as wysiwyg data for a javascript (TinyMCE)

Maybe you can help with this stumper:

I am using the TinyMCE for a WYSIWYG method to edit individual nodes to modify sections of the page - the node is then placed with a php include. The trick is to selectively disable the title, breadcrumbs, etc., basically only display the node content...

I am trying to add in a JavaScript image scroller as an "included node", with a separate data file that would be editable in TinyMCE so the images and links can be changed without coding.

The separate data file works great outside of Drupal, and if I put the data in the Javascript as one Drupal node, and include the node, it works too...

But I find that when I try to put script tags around the data, it is no longer displayed WYSIWYG in TinyMCE.

var picdata = '&nbsp;&nbsp;&nbsp; <img border="0" src="misc/druplicon-small.png" /><img width="16" height="16" border="0" src="misc/forum-hot-new.png" /><img border="0" src="misc/druplicon-small.png" /><img width="16" height="16" border="0" src="misc/forum-hot-new.png" /><img border="0" src="misc/druplicon-small.png" /><img width="16" height="16" border="0" src="misc/forum-hot-new.png" />&nbsp;&nbsp; &nbsp;<br /><br />';  var lnkdata = '&nbsp;&nbsp;&nbsp; &nbsp;../,../wow,../,../wow,../,../wow &nbsp;&nbsp;&nbsp; ';

(My script parses the data file to extract the img src's and the link href's into arrays)

I tried different document.write and php echo methods, TinyMCE converts the tags into entities that don't function, just become text. I tried putting script tags before and after the php include on the display page, but since Drupal writes all the regular node stuff (which is hacked to be invisible, but still there) it's not javascript code.

BBocde boxes in comments? pages? stories? - possible?

Hello.
Is there anyway to have bbcode boxes for comments, pages and story posting? The basic HTML is a hassle for all the users. is there any mod that does this?
Also i wonder why isnt this included in the pack of Drupal by default? Most management systems have this as default these days?
Thank you

Pages

Subscribe with RSS Subscribe to RSS - Post installation