Help with php.ini using XAMPP for Windows Version 1.5.1.
can u help me how to edit the mail function in my php.ini?
warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in E:\XAMPP 1.5.1\xampp\htdocs\drupal\modules\user.module on line 394.
I have encountered that using drupal_get_destination() constructs the URL w/ 'destination' in query, btu that URL is not user friendly. I mean that no URL alias is used there.
e.g.
NORMAL PATH IS user/1/favorite
FRINENDLY PATH IS user/root/favorite
BUT I GET user/1/favorite IN 'destination'.
This question most likely has a simple answer...Where do i enable a field so that the bloggers of my site can tag their blog entries with various tags for technorati and keyword tagging?
I'm creating my own node type based loosely on the book module. Was wondering if anyone can point me in the direction of how to go about so that, given a text, I can post-process the text and create the tree structure of the book and the content of this tree using something like regular expressions within the text.
Eg:
A story
=
Chapter 1.
==
page 1
==
page 2
=
chapter 2.
where '=' might be taken as the first level nodes in the book and '==' as the second level nodes.....