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

changing the previous/next/up link text for Books

Drupal 4.6.5
CivicSpace Theme

I've looked at the template.php file but don't understand enough about PHP to make the change.

Currently:
Book Pages display the next/previous/up text as follows:

Previous
Next
up
Name of Previous Page
Name of Next Page

What I'd like:
Previous (Name of Previous Page in this book)
Next (Name of Next Page in this book)
Up (Name of Pages Parent Section in this book)

In examining the template.php file for the CivicSpace Theme, I see the following for lines 850 through 889

if ($node->nid) {
$output .= '

';

if ($tree = book_tree($node->nid)) {
$output .= '

'. $tree .'

';
}

if ($prev = book_prev($node)) {
$links .= '

';
$titles .= '

';
}
else {
$links .= '

'; // Make an empty div to fill the space.
}

if ($next = book_next($node)) {
$links .= '

';
$titles .= '

';

ok went to add menu item, added a new item put location ???

OK so i went to add menu item, added a newlink1, now im not sure what to do at this point. my goal was to have it go to a page i created in php and uploaded.. is this how it works? if so where do i put that page? is it possible to do what i want so when i add menu item, newlink1, upload newpage1.php, the link will go to www.mysite.com/drupal/?q=newpage1.php ?

help..

please..
thankss
:)))

Tinymce CSS

I would like to use my own css style sheet with tinymce.
I created a css and loaded it into the theme that I am using. I changed the settings of tinymce:
Editor CSS: define css

And entered the pass to my css.

But it is not working! Now I saw in the code that if I try to use my css the "content_css : " in the javascript function "tinyMCE.init" is missing. So that is the reason why it is not working, but why is "content_css: " missing in the function?

How do I add wildcard (i.e. *) to any search string by default?

I notice that when I search a certain string at drupaldocs.org, wildcards (i.e. *) will be automatically added before and after the string. In this way, the search results will be improved dramatically. This is especially useful for drupal sites in Chinese, Korean and Japanese languages which do not have a space between characters and words. So I am wondering how can I hack the search module to include wildcards before and after any inputed search string? Thanks a lot!

problem with forum

Hi,
i'm having problem with forum. I have two containers and one forum topic.

everytime i enter a new topic under forum.. it doesn't show.

plus the input format is pretty odd... there isn't a pull down menu the shows my two "containers"

it is very strange..

can someone try it and help me figure it out why? tks

www.radiofranky.com

s

Image promoted to frontpage - why thumbnail view?!

hi drupal community!

when i upload image and promote it to frontpage, it only displays the small thumbnail pic of the image - how can I change this behavior so that it shows the preview image, centered?

here's an example: http://www.intothespirit.com

thank you very much for any hints.

dreamYu

Pages

Subscribe with RSS Subscribe to RSS - Post installation